/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 127 {"glUniform2fv", (void*)glUniform2fv},
|
D | gl2_client_context.h | 129 glUniform2fv_client_proc_t glUniform2fv; member
|
D | gl2_client_context.cpp | 129 glUniform2fv = (glUniform2fv_client_proc_t) getProc("glUniform2fv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 124 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v); 1166 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv() function 1169 ctx->glUniform2fv(ctx, location, count, v); in glUniform2fv()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 30 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
|
D | gles2_only_dispatch_logging_wrappers.impl | 130 DISPATCH_DEBUG_LOG("glUniform2fv(location:%d, count:%d, v:%p)", location, count, v);
|
D | gles12tr_internal.entries | 296 void glUniform2fv( GLint location, GLsizei count, const GLfloat* v);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 33 GL_APICALL void GL_APIENTRY glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
|
D | gles2_only_functions.h | 33 X(void, glUniform2fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
|
D | gles12tr_internal.h | 298 X(void, glUniform2fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 160 glUniform2fv_server_proc_t glUniform2fv; member
|
D | gles2_server_context.cpp | 129 glUniform2fv = (glUniform2fv_server_proc_t) getProc("glUniform2fv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 327 #void glUniform2fv(GLint location, GLsizei count, GLfloat *v) 328 glUniform2fv
|
D | gles2.in | 121 GL_ENTRY(void, glUniform2fv, GLint location, GLsizei count, const GLfloat* v)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 490 dispatcher.glUniform2fv(location, uniform.mCount, in restore()
|
D | GLESv2Imp.cpp | 3956 GL_APICALL void GL_APIENTRY glUniform2fv(GLint location, GLsizei count, const GLfloat* v){ in glUniform2fv() function 3960 ctx->dispatcher().glUniform2fv(hostLoc,count,v); in glUniform2fv()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 642 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 623 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 623 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl31.h | 493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
|
D | gl31.h | 493 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 231 X(void, glUniform2fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 623 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
|