Searched refs:glGetUniformIndicesAEMU (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_client_context.h | 248 glGetUniformIndicesAEMU_client_proc_t glGetUniformIndicesAEMU; member
|
D | gl2_client_context.cpp | 248 …glGetUniformIndicesAEMU = (glGetUniformIndicesAEMU_client_proc_t) getProc("glGetUniformIndicesAEMU… in initDispatchByName()
|
D | gl2_entry.cpp | 243 …void glGetUniformIndicesAEMU(GLuint program, GLsizei uniformCount, const GLchar* packedUniformName… 1886 void glGetUniformIndicesAEMU(GLuint program, GLsizei uniformCount, const GLchar* packedUniformNames… in glGetUniformIndicesAEMU() function 1889 …ctx->glGetUniformIndicesAEMU(ctx, program, uniformCount, packedUniformNames, packedLen, uniformInd… in glGetUniformIndicesAEMU()
|
D | GL2Encoder.cpp | 3975 …ctx->glGetUniformIndicesAEMU(ctx, program, uniformCount, (const GLchar*)&packed[0], packed.size() … in s_glGetUniformIndices()
|
D | gl2_enc.cpp | 12938 this->glGetUniformIndicesAEMU = &glGetUniformIndicesAEMU_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 289 glGetUniformIndicesAEMU_server_proc_t glGetUniformIndicesAEMU; member
|
D | gles2_server_context.cpp | 248 …glGetUniformIndicesAEMU = (glGetUniformIndicesAEMU_server_proc_t) getProc("glGetUniformIndicesAEMU… in initDispatchByName()
|
D | GLESv2Decoder.cpp | 139 glGetUniformIndicesAEMU = s_glGetUniformIndicesAEMU; in initGL()
|
D | gles2_dec.cpp | 5141 …this->glGetUniformIndicesAEMU(this, var_program, var_uniformCount, (const GLchar*)(inptr_packedUni… in decode()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 741 glGetUniformIndicesAEMU
|
D | gles2.in | 317 GL_ENTRY(void, glGetUniformIndicesAEMU, GLuint program, GLsizei uniformCount, const GLchar *packedU…
|