Searched refs:DeleteTextures (Results 1 – 17 of 17) sorted by relevance
/external/skia/src/gpu/gl/angle/ |
D | SkANGLEGLContext.cpp | 171 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture() 176 GR_GL_CALL(this->gl(), DeleteTextures(1, &texID)); in eglImageToExternalTexture()
|
/external/skia/tests/ |
D | RectangleTextureTest.cpp | 189 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()
|
D | TextureStorageAllocator.cpp | 48 GR_GL_CALL(allocator->m_gl, DeleteTextures(1, &(info->fID))); in deallocateTextureStorage()
|
D | EGLImageTest.cpp | 35 GR_GL_CALL(glctx0->gl(), DeleteTextures(1, &texID0)); in cleanup()
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.cpp | 45 GL_CALL(DeleteTextures(1, &fInfo.fID)); in onRelease()
|
D | GrGLAssembleInterface.cpp | 133 GET_PROC(DeleteTextures); in GrGLAssembleGLInterface() 579 GET_PROC(DeleteTextures); in GrGLAssembleGLESInterface()
|
D | GrGLGpu.cpp | 1302 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/ |
D | rectangletexture.cpp | 117 GR_GL_CALL(gl, DeleteTextures(1, &id)); in createRectangleTextureImg()
|
/external/skia/bench/ |
D | GLVec4ScalarBench.cpp | 286 GR_GL_CALL(gl, DeleteTextures(1, &fFboTextureId)); in teardown()
|
D | GLVertexAttributesBench.cpp | 254 GR_GL_CALL(gl, DeleteTextures(1, &fTexture)); in teardown()
|
D | GLInstancedArraysBench.cpp | 377 GR_GL_CALL(gl, DeleteTextures(1, &fTexture)); in teardown()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 525 PFNDELETETEXTURESPROC DeleteTextures; variable 1133 DeleteTextures = (PFNDELETETEXTURESPROC)IntGetProcAddress("glDeleteTextures"); in Switch_DeleteTextures() 1134 DeleteTextures(n, textures); in Switch_DeleteTextures() 2513 DeleteTextures = Switch_DeleteTextures; in InitializeVariables()
|
D | opengl.cpp | 903 gl::DeleteTextures(1, &texId_); in ~Impl()
|
D | gl_core_3_1.hpp | 1128 extern void (CODEGEN_FUNCPTR *DeleteTextures)(GLsizei n, const GLuint *textures);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 377 void (GLAPIENTRY * DeleteTextures)(GLsizei, const GLuint *);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 893 { "glDeleteTextures", _O(DeleteTextures) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 371 #define glDeleteTextures MANGLE(DeleteTextures)
|