Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp171 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
176 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
/external/skia/tests/
DRectangleTextureTest.cpp189 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
203 GR_GL_CALL(glContext->gl(), DeleteTextures(1, &rectTexID)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DTextureStorageAllocator.cpp48 GR_GL_CALL(allocator->m_gl, DeleteTextures(1, &(info->fID))); in deallocateTextureStorage()
DEGLImageTest.cpp35 GR_GL_CALL(glctx0->gl(), DeleteTextures(1, &texID0)); in cleanup()
/external/skia/src/gpu/gl/
DGrGLTexture.cpp45 GL_CALL(DeleteTextures(1, &fInfo.fID)); in onRelease()
DGrGLAssembleInterface.cpp133 GET_PROC(DeleteTextures); in GrGLAssembleGLInterface()
579 GET_PROC(DeleteTextures); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp1302 GL_CALL(DeleteTextures(1, &idDesc.fInfo.fID)); in onCreateTexture()
1363 GL_CALL(DeleteTextures(1, &idDesc.fInfo.fID)); in onCreateCompressedTexture()
1445 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex()
1506 GL_CALL(DeleteTextures(1, &colorID)); in getCompatibleStencilIndex()
1565 GL_CALL(DeleteTextures(1, &(info->fID))); in createTextureImpl()
3933 GL_CALL(DeleteTextures(1, &texID)); in deleteTestingOnlyBackendTexture()
/external/skia/gm/
Drectangletexture.cpp117 GR_GL_CALL(gl, DeleteTextures(1, &id)); in createRectangleTextureImg()
/external/skia/bench/
DGLVec4ScalarBench.cpp286 GR_GL_CALL(gl, DeleteTextures(1, &fFboTextureId)); in teardown()
DGLVertexAttributesBench.cpp254 GR_GL_CALL(gl, DeleteTextures(1, &fTexture)); in teardown()
DGLInstancedArraysBench.cpp377 GR_GL_CALL(gl, DeleteTextures(1, &fTexture)); in teardown()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp525 PFNDELETETEXTURESPROC DeleteTextures; variable
1133 DeleteTextures = (PFNDELETETEXTURESPROC)IntGetProcAddress("glDeleteTextures"); in Switch_DeleteTextures()
1134 DeleteTextures(n, textures); in Switch_DeleteTextures()
2513 DeleteTextures = Switch_DeleteTextures; in InitializeVariables()
Dopengl.cpp903 gl::DeleteTextures(1, &texId_); in ~Impl()
Dgl_core_3_1.hpp1128 extern void (CODEGEN_FUNCPTR *DeleteTextures)(GLsizei n, const GLuint *textures);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h377 void (GLAPIENTRY * DeleteTextures)(GLsizei, const GLuint *);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp893 { "glDeleteTextures", _O(DeleteTextures) },
/external/mesa3d/include/GL/
Dgl_mangle.h371 #define glDeleteTextures MANGLE(DeleteTextures)