Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage2D (Results 1 – 15 of 15) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp81 LOAD_GL_FUNC(glCopyTexSubImage2D); in dispatchFuncs()
DGLDispatch.h58 …void (GLAPIENTRY *glCopyTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
DGLEScmImp.cpp465 GL_API void GL_APIENTRY glCopyTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoff… in glCopyTexSubImage2D() function
468 ctx->dispatcher().glCopyTexSubImage2D(target,level,xoffset,yoffset,x,y,width,height); in glCopyTexSubImage2D()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h81 glCopyTexSubImage2D_t glCopyTexSubImage2D; member
DGLDispatch.cpp98 … s_gl.glCopyTexSubImage2D = (glCopyTexSubImage2D_t) s_gles_lib->findSymbol("glCopyTexSubImage2D"); in init_gl_dispatch()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp445glCopyTexSubImage2D(GL_TEXTURE_2D,0,100,100,WINDOW_WIDTH/2,WINDOW_HEIGHT/2,50,50); in WinMain()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp87 void (GLAPIENTRY *GLDispatch::glCopyTexSubImage2D)(GLenum,GLint,GLint,GLint,GLint,GLint,GLsizei,GLs…
323 LOAD_GL_FUNC(glCopyTexSubImage2D); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h498 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset,…
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h52 …static void (GLAPIENTRY *glCopyTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yo…
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in25 GL_ENTRY(void, glCopyTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java85 glCopyTexSubImage2D(54, 54), enumConstant
578 case 54: return glCopyTexSubImage2D; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in58 GL_ENTRY(void, glCopyTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp389 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint y… in glCopyTexSubImage2D() function
392 ctx->dispatcher().glCopyTexSubImage2D(target,level,xoffset,yoffset,x,y,width,height); in glCopyTexSubImage2D()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in67 void, glCopyTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…