Searched refs:glDeleteTextures (Results 1 – 19 of 19) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | ColorBuffer.cpp | 155 s_gl.glDeleteTextures(2, tex); in ~ColorBuffer() 246 s_gl2.glDeleteTextures(1, &tmpTex); in blitFromCurrentReadBuffer() 250 s_gl.glDeleteTextures(1, &tmpTex); in blitFromCurrentReadBuffer()
|
D | GLDispatch.h | 84 glDeleteTextures_t glDeleteTextures; member
|
D | GLDispatch.cpp | 101 s_gl.glDeleteTextures = (glDeleteTextures_t) s_gles_lib->findSymbol("glDeleteTextures"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.cpp | 84 LOAD_GL_FUNC(glDeleteTextures); in dispatchFuncs()
|
D | GLDispatch.h | 61 void (GLAPIENTRY *glDeleteTextures) (GLsizei n, const GLuint *textures);
|
D | GLEScmImp.cpp | 487 GL_API void GL_APIENTRY glDeleteTextures( GLsizei n, const GLuint *textures) { in glDeleteTextures() function 499 ctx->dispatcher().glDeleteTextures(1,&globalTextureName); in glDeleteTextures() 1668 ctx->dispatcher().glDeleteTextures(1, &oldGlobal); in glEGLImageTargetTexture2DOES()
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | FramebufferData.cpp | 116 GLEScontext::dispatcher().glDeleteTextures(1, &(m_attachPoints[idx].name)); in detachObject()
|
D | GLDispatch.cpp | 90 void (GLAPIENTRY *GLDispatch::glDeleteTextures)(GLsizei,const GLuint *) = NULL; 326 LOAD_GL_FUNC(glDeleteTextures); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.attrib | 44 #void glDeleteTextures(GLsizei n, GLuint *textures) 45 glDeleteTextures
|
D | gl2.in | 34 GL_ENTRY(void, glDeleteTextures, GLsizei n, const GLuint* textures)
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.attrib | 105 #void glDeleteTextures(GLsizei n, GLuint *textures) 106 glDeleteTextures
|
D | gl.in | 61 GL_ENTRY(void, glDeleteTextures, GLsizei n, const GLuint *textures)
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 656 GL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 55 static void (GLAPIENTRY *glDeleteTextures) (GLsizei n, const GLuint *textures);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 507 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint* textures);
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 467 GL_APICALL void GL_APIENTRY glDeleteTextures(GLsizei n, const GLuint* textures){ in glDeleteTextures() function 478 ctx->dispatcher().glDeleteTextures(1,&globalTextureName); in glDeleteTextures() 2022 ctx->dispatcher().glDeleteTextures(1, &oldGlobal); in glEGLImageTargetTexture2DOES()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 102 glDeleteTextures(71, 71), enumConstant 595 case 71: return glDeleteTextures; in valueOf()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 120 case glDeleteTextures: in getTransformsFor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 87 void, glDeleteTextures, GLsizei n, const GLuint* textures
|