/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.cpp | 910 gl.glUniform4fv(m_geometryDrawState.materialAmbientLoc, 1, material.ambient); in setupLighting() 911 gl.glUniform4fv(m_geometryDrawState.materialDiffuseLoc, 1, material.diffuse); in setupLighting() 912 gl.glUniform4fv(m_geometryDrawState.materialSpecularLoc, 1, material.specular); in setupLighting() 913 gl.glUniform4fv(m_geometryDrawState.materialEmissiveLoc, 1, material.emissive); in setupLighting() 918 gl.glUniform4fv(m_geometryDrawState.lightModelSceneAmbientLoc, 1, lightModel.color); in setupLighting() 939 …gl.glUniform4fv(m_geometryDrawState.lightAmbientsLoc, GLEScmContext::kMaxLights, m_lightingBuffer.… in setupLighting() 940 …gl.glUniform4fv(m_geometryDrawState.lightDiffusesLoc, GLEScmContext::kMaxLights, m_lightingBuffer.… in setupLighting() 941 …gl.glUniform4fv(m_geometryDrawState.lightSpecularsLoc, GLEScmContext::kMaxLights, m_lightingBuffer… in setupLighting() 942 …gl.glUniform4fv(m_geometryDrawState.lightPositionsLoc, GLEScmContext::kMaxLights, m_lightingBuffer… in setupLighting() 964 gl.glUniform4fv(m_geometryDrawState.fogColorLoc, 1, fogInfo.color); in setupFog()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 135 {"glUniform4fv", (void*)glUniform4fv},
|
D | gl2_client_context.h | 137 glUniform4fv_client_proc_t glUniform4fv; member
|
D | gl2_client_context.cpp | 137 glUniform4fv = (glUniform4fv_client_proc_t) getProc("glUniform4fv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 132 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v); 1214 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v) in glUniform4fv() function 1217 ctx->glUniform4fv(ctx, location, count, v); in glUniform4fv()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 38 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v);
|
D | gles2_only_dispatch_logging_wrappers.impl | 170 DISPATCH_DEBUG_LOG("glUniform4fv(location:%d, count:%d, v:%p)", location, count, v);
|
D | gles12tr_internal.entries | 304 void glUniform4fv( GLint location, GLsizei count, const GLfloat* v);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 41 GL_APICALL void GL_APIENTRY glUniform4fv(GLint location, GLsizei count, const GLfloat* v);
|
D | gles2_only_functions.h | 41 X(void, glUniform4fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
|
D | gles12tr_internal.h | 306 X(void, glUniform4fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 168 glUniform4fv_server_proc_t glUniform4fv; member
|
D | gles2_server_context.cpp | 137 glUniform4fv = (glUniform4fv_server_proc_t) getProc("glUniform4fv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 343 #void glUniform4fv(GLint location, GLsizei count, GLfloat *v) 344 glUniform4fv
|
D | gles2.in | 129 GL_ENTRY(void, glUniform4fv, GLint location, GLsizei count, const GLfloat* v)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 498 dispatcher.glUniform4fv(location, uniform.mCount, in restore()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 631 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 631 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl31.h | 501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl31.h | 501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 239 X(void, glUniform4fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 631 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|