Home
last modified time | relevance | path

Searched refs:glCompressedTexSubImage2D (Results 1 – 17 of 17) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp79 LOAD_GL_FUNC(glCompressedTexSubImage2D); in dispatchFuncs()
DGLDispatch.h56 …void (GLAPIENTRY *glCompressedTexSubImage2D) ( GLenum target, GLint level, GLint xoffset, GLint yo…
DGLEScmImp.cpp447 GL_API void GL_APIENTRY glCompressedTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLin… in glCompressedTexSubImage2D() function
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h79 glCompressedTexSubImage2D_t glCompressedTexSubImage2D; member
DGLDispatch.cpp96 …s_gl.glCompressedTexSubImage2D = (glCompressedTexSubImage2D_t) s_gles_lib->findSymbol("glCompresse… in init_gl_dispatch()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp250glCompressedTexSubImage2D(GL_TEXTURE_2D,0,TEX_WIDTH/4,TEX_HEIGHT/4,TEX_WIDTH/8,TEX_HEIGHT/8,GL_PAL… in WinMain()
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib24 #void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w…
25 glCompressedTexSubImage2D
Dgl2.in23 GL_ENTRY(void, glCompressedTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset,…
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp85 void (GLAPIENTRY *GLDispatch::glCompressedTexSubImage2D)(GLenum,GLint,GLint,GLint,GLsizei,GLsizei,G…
321 LOAD_GL_FUNC(glCompressedTexSubImage2D); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib96 #void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w…
97 glCompressedTexSubImage2D
Dgl.in56 GL_ENTRY(void, glCompressedTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset,…
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h496 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xo…
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h651 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint…
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h50 …static void (GLAPIENTRY *glCompressedTexSubImage2D) ( GLenum target, GLint level, GLint xoffset, G…
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java82 glCompressedTexSubImage2D(51, 51), enumConstant
575 case 51: return glCompressedTexSubImage2D; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp376 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, G… in glCompressedTexSubImage2D() function
379 …ctx->dispatcher().glCompressedTexSubImage2D(target,level,xoffset,yoffset,width,height,format,image… in glCompressedTexSubImage2D()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in64 void, glCompressedTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei …