Home
last modified time | relevance | path

Searched refs:glExtGetTexLevelParameterivQCOM (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h202 {"glExtGetTexLevelParameterivQCOM", (void*)glExtGetTexLevelParameterivQCOM},
Dgl2_client_context.h204 glExtGetTexLevelParameterivQCOM_client_proc_t glExtGetTexLevelParameterivQCOM; member
Dgl2_client_context.cpp204glExtGetTexLevelParameterivQCOM = (glExtGetTexLevelParameterivQCOM_client_proc_t) getProc("glExtGe… in initDispatchByName()
Dgl2_entry.cpp200 …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()
Dgl2_enc.cpp5173 …this->glExtGetTexLevelParameterivQCOM = (glExtGetTexLevelParameterivQCOM_client_proc_t) &enc_unsup… in gl2_encoder_context_t()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h281 {"glExtGetTexLevelParameterivQCOM", (void *)glExtGetTexLevelParameterivQCOM},
Dgles_dispatch.h284 glExtGetTexLevelParameterivQCOM_t glExtGetTexLevelParameterivQCOM; member
556 … glExtGetTexLevelParameterivQCOM_t retval = glExtGetTexLevelParameterivQCOM; glExtGetTexLevelParam… in set_glExtGetTexLevelParameterivQCOM()
Dgles.cpp1361 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/
Dgl_ftable.h274 {"glExtGetTexLevelParameterivQCOM", (void*)glExtGetTexLevelParameterivQCOM},
Dgl_client_context.h294 glExtGetTexLevelParameterivQCOM_client_proc_t glExtGetTexLevelParameterivQCOM; member
Dgl_client_context.cpp294glExtGetTexLevelParameterivQCOM = (glExtGetTexLevelParameterivQCOM_client_proc_t) getProc("glExtGe… in initDispatchByName()
Dgl_entry.cpp290 …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()
Dgl_enc.cpp8452 this->glExtGetTexLevelParameterivQCOM = &glExtGetTexLevelParameterivQCOM_enc; in gl_encoder_context_t()