Home
last modified time | relevance | path

Searched refs:deleteTexture (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaTexture.cpp59 deleteTexture(m_contentTexture, true); in ~MediaTexture()
61 deleteTexture(m_videoTextures[i], true); in ~MediaTexture()
246 deleteTexture(m_videoTextures[i]); in releaseNativeWindow()
296 void MediaTexture::deleteTexture(TextureWrapper* texture, bool force) in deleteTexture() function in WebCore::MediaTexture
DMediaTexture.h72 void deleteTexture(TextureWrapper* item, bool force = false);
DCanvasTexture.cpp159 GLUtils::deleteTexture(&m_texture); in ~CanvasTexture()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCanvas2DLayerChromium.cpp57 layerRendererContext()->deleteTexture(m_textureId); in ~Canvas2DLayerChromium()
69 context->deleteTexture(m_textureId); in updateCompositorResources()
DDrawingBufferChromium.cpp116 m_context->deleteTexture(m_colorBuffer); in ~DrawingBuffer()
DTextureManager.cpp130 GLC(m_context.get(), m_context->deleteTexture(info.textureId)); in removeTexture()
DVideoLayerChromium.cpp84 GLC(context, context->deleteTexture(texture.id)); in deleteTexturesInUse()
DLayerRendererChromium.cpp508 GLC(m_context.get(), m_context->deleteTexture(textureId)); in deleteLayerTexture()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DResourceManager.cpp49 deleteTexture(mTextureMap.begin()->first); in ~ResourceManager()
196 void ResourceManager::deleteTexture(GLuint texture) in deleteTexture() function in gl::ResourceManager
DResourceManager.h54 void deleteTexture(GLuint texture);
DContext.h334 void deleteTexture(GLuint texture);
/external/webkit/Source/WebCore/platform/graphics/gpu/
DTexture.cpp61 m_context->deleteTexture(m_tileTextureIds->at(i)); in ~Texture()
102 context->deleteTexture(textureIds->at(i)); in create()
DSharedGraphicsContext3D.h94 void deleteTexture(Platform3DObject texture);
DSharedGraphicsContext3D.cpp198 void SharedGraphicsContext3D::deleteTexture(Platform3DObject texture) in deleteTexture() function in WebCore::SharedGraphicsContext3D
200 m_context->deleteTexture(texture); in deleteTexture()
DDrawingBuffer.cpp63 m_context->deleteTexture(m_colorBuffer); in clear()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGLUtils.h72 static void deleteTexture(GLuint* texture);
DTileTexture.cpp71 GLUtils::deleteTexture(&m_ownTextureId); in discardGLTexture()
DGLUtils.cpp309 void GLUtils::deleteTexture(GLuint* texture) in deleteTexture() function in WebCore::GLUtils
/external/webkit/Source/WebCore/html/canvas/
DWebGLTexture.cpp230 context()->graphicsContext3D()->deleteTexture(object); in deleteObjectImpl()
DWebGLRenderingContext.h121 void deleteTexture(WebGLTexture*);
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h244 void deleteTexture(Platform3DObject);
DGraphicsContext3DChromium.cpp724 DELEGATE_TO_IMPL_1(deleteTexture, Platform3DObject) in DELEGATE_TO_IMPL_1()
1145 DELEGATE_TO_INTERNAL_1(deleteTexture, Platform3DObject)
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h340 virtual void deleteTexture(WebGLId) = 0;
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h803 void deleteTexture(Platform3DObject);
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog861 (gl::Context::deleteTexture):
1031 (gl::ResourceManager::deleteTexture):

12