Home
last modified time | relevance | path

Searched refs:glTexSubImage2D (Results 1 – 19 of 19) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp172 LOAD_GL_FUNC(glTexSubImage2D); in dispatchFuncs()
DGLDispatch.h149 …void (GLAPIENTRY *glTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsi…
DGLEScmImp.cpp454 …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/
DColorBuffer.cpp166 s_gl.glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, in subUpdate()
DGLDispatch.h163 glTexSubImage2D_t glTexSubImage2D; member
DGLDispatch.cpp180 s_gl.glTexSubImage2D = (glTexSubImage2D_t) s_gles_lib->findSymbol("glTexSubImage2D"); in init_gl_dispatch()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp253glTexSubImage2D(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/
Dgl2.attrib257 #void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsi…
258 glTexSubImage2D
Dgl2.in111 GL_ENTRY(void, glTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w…
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp130 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/
Dgl.attrib253 #void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsi…
254 glTexSubImage2D
Dgl.in140 GL_ENTRY(void, glTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w…
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h735 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h93 …static void (GLAPIENTRY *glTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yoffse…
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h584 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/
DGLProtoBuf.java368 glTexSubImage2D(337, 337), enumConstant
861 case 337: return glTexSubImage2D; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1805 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/
DStateTransformFactory.java128 case glTexSubImage2D: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in401 void, glTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…