Home
last modified time | relevance | path

Searched refs:DeleteTextures (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/tests/
DTextureBindingsResetTest.cpp127 GL(DeleteTextures(1, &infoExternal.fID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
154 GL(DeleteTextures(1, &id)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
159 GL(DeleteTextures(claimedIDs.count(), claimedIDs.begin())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp143 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
174 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DEGLImageTest.cpp44 GR_GL_CALL(glctx0->gl(), DeleteTextures(1, &texID0)); in cleanup()
DVkHardwareBufferTest.cpp89 GR_GL_CALL(fGLCtx->gl(), DeleteTextures(1, &fTexID)); in releaseImage()
/external/skqp/tests/
DRectangleTextureTest.cpp143 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
175 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DEGLImageTest.cpp44 GR_GL_CALL(glctx0->gl(), DeleteTextures(1, &texID0)); in cleanup()
DVkHardwareBufferTest.cpp89 GR_GL_CALL(fGLCtx->gl(), DeleteTextures(1, &fTexID)); in releaseImage()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp277 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
282 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp313 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
318 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp313 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
318 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp277 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
282 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
/external/skqp/src/gpu/gl/
DGrGLTexture.cpp90 GL_CALL(DeleteTextures(1, &fID)); in onRelease()
DGrGLAssembleInterface.cpp124 GET_PROC(DeleteTextures); in GrGLMakeAssembledGLInterface()
500 GET_PROC(DeleteTextures); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp1584 GL_CALL(DeleteTextures(1, &idDesc.fInfo.fID)); in onCreateTexture()
1690 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex()
1751 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex()
1797 GL_CALL(DeleteTextures(1, &(info->fID))); in createTextureImpl()
4059 GL_CALL(DeleteTextures(1, &info.fID)); in deleteTestingOnlyBackendTexture()
4093 GL_CALL(DeleteTextures(1, &colorID)); in createTestingOnlyBackendRenderTarget()
/external/skia/src/gpu/gl/
DGrGLTexture.cpp90 GL_CALL(DeleteTextures(1, &fID)); in onRelease()
DGrGLAssembleInterface.cpp124 GET_PROC(DeleteTextures); in GrGLMakeAssembledGLInterface()
497 GET_PROC(DeleteTextures); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp1619 GL_CALL(DeleteTextures(1, &idDesc.fInfo.fID)); in onCreateTexture()
1724 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex()
1785 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex()
1830 GL_CALL(DeleteTextures(1, &(info->fID))); in createTextureImpl()
4100 GL_CALL(DeleteTextures(1, &info.fID)); in deleteTestingOnlyBackendTexture()
4134 GL_CALL(DeleteTextures(1, &colorID)); in createTestingOnlyBackendRenderTarget()
/external/skia/gm/
Drectangletexture.cpp116 GR_GL_CALL(gl, DeleteTextures(1, &id)); in createRectangleTextureImg()
/external/skqp/gm/
Drectangletexture.cpp122 GR_GL_CALL(gl, DeleteTextures(1, &id)); in createRectangleTextureImg()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp304 callgl(DeleteTextures, 1, &atlasTexture->fID); in deleteTexture()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp304 callgl(DeleteTextures, 1, &atlasTexture->fID); in deleteTexture()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp192 void DeleteTextures(GLsizei n, const GLuint* textures);
730 return es1::DeleteTextures(n, textures); in glDeleteTextures()
1457 this->glDeleteTextures = es1::DeleteTextures; in LibGLES_CMexports()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h377 void (GLAPIENTRY * DeleteTextures)(GLsizei, const GLuint *);
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h62 void DeleteTextures(GLsizei n, const GLuint* textures);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp891 { "glDeleteTextures", _O(DeleteTextures) },

12