Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp80 LOAD_GL_FUNC(glCopyTexImage2D); in dispatchFuncs()
DGLDispatch.h57 …void (GLAPIENTRY *glCopyTexImage2D) (GLenum target, GLint level, GLenum internalFormat, GLint x, G…
DGLEScmImp.cpp458 GL_API void GL_APIENTRY glCopyTexImage2D( GLenum target, GLint level, GLenum internalformat, GLint… in glCopyTexImage2D() function
462 ctx->dispatcher().glCopyTexImage2D(target,level,internalformat,x,y,width,height,border); in glCopyTexImage2D()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h80 glCopyTexImage2D_t glCopyTexImage2D; member
DGLDispatch.cpp97 s_gl.glCopyTexImage2D = (glCopyTexImage2D_t) s_gles_lib->findSymbol("glCopyTexImage2D"); in init_gl_dispatch()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp440 glCopyTexImage2D(GL_TEXTURE_2D,0,GL_RGBA,0,0,256,256,0); in WinMain()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp87 void (GLAPIENTRY *GLDispatch::glCopyTexImage2D)(GLenum,GLint,GLenum,GLint,GLint,GLsizei,GLsizei,GLi…
323 LOAD_GL_FUNC(glCopyTexImage2D); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h51 …static void (GLAPIENTRY *glCopyTexImage2D) (GLenum target, GLint level, GLenum internalFormat, GLi…
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h497 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalfo…
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h652 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint …
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in24 GL_ENTRY(void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint …
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in57 GL_ENTRY(void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint …
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp382 GL_APICALL void GL_APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GL… in glCopyTexImage2D() function
386 ctx->dispatcher().glCopyTexImage2D(target,level,internalformat,x,y,width,height,border); in glCopyTexImage2D()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java84 glCopyTexImage2D(53, 53), enumConstant
681 case 53: return glCopyTexImage2D; in valueOf()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in82 void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize…