/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 131 {"glUniform3fv", (void*)glUniform3fv},
|
D | gl2_client_context.h | 133 glUniform3fv_client_proc_t glUniform3fv; member
|
D | gl2_client_context.cpp | 133 glUniform3fv = (glUniform3fv_client_proc_t) getProc("glUniform3fv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 128 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v); 1190 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv() function 1193 ctx->glUniform3fv(ctx, location, count, v); in glUniform3fv()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 34 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v);
|
D | gles2_only_dispatch_logging_wrappers.impl | 150 DISPATCH_DEBUG_LOG("glUniform3fv(location:%d, count:%d, v:%p)", location, count, v);
|
D | gles12tr_internal.entries | 300 void glUniform3fv( GLint location, GLsizei count, const GLfloat* v);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 37 GL_APICALL void GL_APIENTRY glUniform3fv(GLint location, GLsizei count, const GLfloat* v);
|
D | gles2_only_functions.h | 37 X(void, glUniform3fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
|
D | gles12tr_internal.h | 302 X(void, glUniform3fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 164 glUniform3fv_server_proc_t glUniform3fv; member
|
D | gles2_server_context.cpp | 133 glUniform3fv = (glUniform3fv_server_proc_t) getProc("glUniform3fv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 335 #void glUniform3fv(GLint location, GLsizei count, GLfloat *v) 336 glUniform3fv
|
D | gles2.in | 125 GL_ENTRY(void, glUniform3fv, GLint location, GLsizei count, const GLfloat* v)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.cpp | 943 …gl.glUniform3fv(m_geometryDrawState.lightDirectionsLoc, GLEScmContext::kMaxLights, m_lightingBuffe… in setupLighting()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 494 dispatcher.glUniform3fv(location, uniform.mCount, in restore()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 646 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 627 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 627 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl31.h | 497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl31.h | 497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 235 X(void, glUniform3fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 627 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|