Searched refs:glExtGetTexLevelParameterivQCOM (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 202 {"glExtGetTexLevelParameterivQCOM", (void*)glExtGetTexLevelParameterivQCOM},
|
D | gl2_client_context.h | 204 glExtGetTexLevelParameterivQCOM_client_proc_t glExtGetTexLevelParameterivQCOM; member
|
D | gl2_client_context.cpp | 204 …glExtGetTexLevelParameterivQCOM = (glExtGetTexLevelParameterivQCOM_client_proc_t) getProc("glExtGe… in initDispatchByName()
|
D | gl2_entry.cpp | 200 …void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint… 1382 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint*… in glExtGetTexLevelParameterivQCOM() function 1385 ctx->glExtGetTexLevelParameterivQCOM(ctx, texture, face, level, pname, params); in glExtGetTexLevelParameterivQCOM()
|
D | gl2_enc.cpp | 5173 …this->glExtGetTexLevelParameterivQCOM = (glExtGetTexLevelParameterivQCOM_client_proc_t) &enc_unsup… in gl2_encoder_context_t()
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 281 {"glExtGetTexLevelParameterivQCOM", (void *)glExtGetTexLevelParameterivQCOM},
|
D | gles_dispatch.h | 284 glExtGetTexLevelParameterivQCOM_t glExtGetTexLevelParameterivQCOM; member 556 … glExtGetTexLevelParameterivQCOM_t retval = glExtGetTexLevelParameterivQCOM; glExtGetTexLevelParam… in set_glExtGetTexLevelParameterivQCOM()
|
D | gles.cpp | 1361 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint … in glExtGetTexLevelParameterivQCOM() function 1363 getDispatch()->glExtGetTexLevelParameterivQCOM(texture, face, level, pname, params); in glExtGetTexLevelParameterivQCOM()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 274 {"glExtGetTexLevelParameterivQCOM", (void*)glExtGetTexLevelParameterivQCOM},
|
D | gl_client_context.h | 294 glExtGetTexLevelParameterivQCOM_client_proc_t glExtGetTexLevelParameterivQCOM; member
|
D | gl_client_context.cpp | 294 …glExtGetTexLevelParameterivQCOM = (glExtGetTexLevelParameterivQCOM_client_proc_t) getProc("glExtGe… in initDispatchByName()
|
D | gl_entry.cpp | 290 …void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint… 2007 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint*… in glExtGetTexLevelParameterivQCOM() function 2010 ctx->glExtGetTexLevelParameterivQCOM(ctx, texture, face, level, pname, params); in glExtGetTexLevelParameterivQCOM()
|
D | gl_enc.cpp | 8452 this->glExtGetTexLevelParameterivQCOM = &glExtGetTexLevelParameterivQCOM_enc; in gl_encoder_context_t()
|