/hardware/google/gfxstream/guest/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 | 289 …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 | 9211 this->glExtGetTexLevelParameterivQCOM = &glExtGetTexLevelParameterivQCOM_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/guest/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 | 199 …void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint… 1620 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint*… in glExtGetTexLevelParameterivQCOM() function 1623 ctx->glExtGetTexLevelParameterivQCOM(ctx, texture, face, level, pname, params); in glExtGetTexLevelParameterivQCOM()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 304 glExtGetTexLevelParameterivQCOM_server_proc_t glExtGetTexLevelParameterivQCOM; member
|
D | gles1_server_context.cpp | 294 …glExtGetTexLevelParameterivQCOM = (glExtGetTexLevelParameterivQCOM_server_proc_t) getProc("glExtGe… in initDispatchByName()
|
D | gles1_dec.cpp | 5891 …this->glExtGetTexLevelParameterivQCOM(var_texture, var_face, var_level, var_pname, (GLint*)(outptr… in decode()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 241 glExtGetTexLevelParameterivQCOM_server_proc_t glExtGetTexLevelParameterivQCOM; member
|
D | gles2_server_context.cpp | 204 …glExtGetTexLevelParameterivQCOM = (glExtGetTexLevelParameterivQCOM_server_proc_t) getProc("glExtGe… in initDispatchByName()
|
D | gles2_dec.cpp | 4161 …this->glExtGetTexLevelParameterivQCOM(var_texture, var_face, var_level, var_pname, (GLint*)(inptr_… in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 674 #void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint… 675 glExtGetTexLevelParameterivQCOM
|
D | gles1.in | 289 GL_ENTRY(void, glExtGetTexLevelParameterivQCOM, GLuint texture, GLenum face, GLint level, GLenum pn…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 568 #void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint… 569 glExtGetTexLevelParameterivQCOM
|
D | gles2.in | 200 GL_ENTRY(void, glExtGetTexLevelParameterivQCOM, GLuint texture, GLenum face, GLint level, GLenum pn…
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 1017 GL_API void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, …
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 877 GL_API void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, …
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 1226 GL_API void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, …
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 3566 GL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint lev…
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 3814 GL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint lev…
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 3879 GL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint lev…
|