/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 85 {"glGetUniformfv", (void*)glGetUniformfv},
|
D | gl2_client_context.h | 87 glGetUniformfv_client_proc_t glGetUniformfv; member
|
D | gl2_client_context.cpp | 87 glGetUniformfv = (glGetUniformfv_client_proc_t) getProc("glGetUniformfv", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 82 void glGetUniformfv(GLuint program, GLint location, GLfloat* params); 914 void glGetUniformfv(GLuint program, GLint location, GLfloat* params) in glGetUniformfv() function 917 ctx->glGetUniformfv(ctx, program, location, params); in glGetUniformfv()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_only.entries | 64 void glGetUniformfv(GLuint program, GLint location, GLfloat* params);
|
D | gles2_only_dispatch_logging_wrappers.impl | 300 …DISPATCH_DEBUG_LOG("glGetUniformfv(program:%d, location:%d, params:%p)", program, location, params…
|
D | gles12tr_internal.entries | 163 void glGetUniformfv( GLuint program, GLint location, GLfloat* params);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_only_static_translator_namespaced_header.h | 67 GL_APICALL void GL_APIENTRY glGetUniformfv(GLuint program, GLint location, GLfloat* params);
|
D | gles2_only_functions.h | 67 …X(void, glGetUniformfv, (GLuint program, GLint location, GLfloat* params), (program, location, par…
|
D | gles12tr_internal.h | 165 …X(void, glGetUniformfv, (GLuint program, GLint location, GLfloat* params), (program, location, par…
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotPrograms_unittest.cpp | 290 gl->glGetUniformfv(m_program_name, location, val.floats.data()); in getUniformValues()
|
/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 388 s_gles2.glGetUniformfv(mProgram, mScaleSlot, scale); in drawImpl()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 112 glGetUniformfv_dec_server_proc_t glGetUniformfv; member
|
D | GLESv2Decoder.cpp | 220 OVERRIDE_DEC(glGetUniformfv) in initGL() 1014 SNAPSHOT_PROGRAM_CALL(glGetUniformfv, (void* self, GLuint program, GLint location, GLfloat* params…
|
D | gles2_server_context.cpp | 87 glGetUniformfv = (glGetUniformfv_dec_server_proc_t) getProc("glGetUniformfv", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 257 #void glGetUniformfv(GLuint program, GLint location, GLfloat *params) 258 glGetUniformfv 1249 glGetUniformfv
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ProgramData.cpp | 154 dispatcher.glGetUniformfv(ProgramName, location, (GLfloat *)val); in getUniformValue()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 600 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 581 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 581 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
|
D | gl31.h | 451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
|
D | gl31.h | 451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 265 …X(void, glGetUniformfv, (GLuint program, GLint location, GLfloat* params), (program, location, par…
|