/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.cpp | 172 LOAD_GL_FUNC(glTexSubImage2D); in dispatchFuncs()
|
D | GLDispatch.h | 149 …void (GLAPIENTRY *glTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsi…
|
D | GLEScmImp.cpp | 454 …ctx->dispatcher().glTexSubImage2D(target,level,xoffset,yoffset,width,height,uncompressedFrmt,GL_UN… in glCompressedTexSubImage2D() 1610 GL_API void GL_APIENTRY glTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset,… in glTexSubImage2D() function 1617 ctx->dispatcher().glTexSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixels); in glTexSubImage2D()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | ColorBuffer.cpp | 166 s_gl.glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, in subUpdate()
|
D | GLDispatch.h | 163 glTexSubImage2D_t glTexSubImage2D; member
|
D | GLDispatch.cpp | 180 s_gl.glTexSubImage2D = (glTexSubImage2D_t) s_gles_lib->findSymbol("glTexSubImage2D"); in init_gl_dispatch()
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 253 …glTexSubImage2D(GL_TEXTURE_2D,0,TEX_WIDTH/4,TEX_HEIGHT/4,TEX_WIDTH/8,TEX_HEIGHT/8,GL_RGBA,GL_UNSIG… in WinMain()
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.attrib | 257 #void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsi… 258 glTexSubImage2D
|
D | gl2.in | 111 GL_ENTRY(void, glTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w…
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 130 void (GLAPIENTRY *GLDispatch::glTexSubImage2D)(GLenum,GLint,GLint,GLint,GLsizei,GLsizei,GLenum,GLen… 366 LOAD_GL_FUNC(glTexSubImage2D); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.attrib | 253 #void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsi… 254 glTexSubImage2D
|
D | gl.in | 140 GL_ENTRY(void, glTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w…
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 735 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 93 …static void (GLAPIENTRY *glTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yoffse…
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 584 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLi…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 368 glTexSubImage2D(337, 337), enumConstant 861 case 337: return glTexSubImage2D; in valueOf()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 1805 GL_APICALL void GL_APIENTRY glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffs… in glTexSubImage2D() function 1814 ctx->dispatcher().glTexSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixels); in glTexSubImage2D()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 128 case glTexSubImage2D: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 401 void, glTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
|