/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | MediaTexture.cpp | 59 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
|
D | MediaTexture.h | 72 void deleteTexture(TextureWrapper* item, bool force = false);
|
D | CanvasTexture.cpp | 159 GLUtils::deleteTexture(&m_texture); in ~CanvasTexture()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | Canvas2DLayerChromium.cpp | 57 layerRendererContext()->deleteTexture(m_textureId); in ~Canvas2DLayerChromium() 69 context->deleteTexture(m_textureId); in updateCompositorResources()
|
D | DrawingBufferChromium.cpp | 116 m_context->deleteTexture(m_colorBuffer); in ~DrawingBuffer()
|
D | TextureManager.cpp | 130 GLC(m_context.get(), m_context->deleteTexture(info.textureId)); in removeTexture()
|
D | VideoLayerChromium.cpp | 84 GLC(context, context->deleteTexture(texture.id)); in deleteTexturesInUse()
|
D | LayerRendererChromium.cpp | 508 GLC(m_context.get(), m_context->deleteTexture(textureId)); in deleteLayerTexture()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | ResourceManager.cpp | 49 deleteTexture(mTextureMap.begin()->first); in ~ResourceManager() 196 void ResourceManager::deleteTexture(GLuint texture) in deleteTexture() function in gl::ResourceManager
|
D | ResourceManager.h | 54 void deleteTexture(GLuint texture);
|
D | Context.h | 334 void deleteTexture(GLuint texture);
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | Texture.cpp | 61 m_context->deleteTexture(m_tileTextureIds->at(i)); in ~Texture() 102 context->deleteTexture(textureIds->at(i)); in create()
|
D | SharedGraphicsContext3D.h | 94 void deleteTexture(Platform3DObject texture);
|
D | SharedGraphicsContext3D.cpp | 198 void SharedGraphicsContext3D::deleteTexture(Platform3DObject texture) in deleteTexture() function in WebCore::SharedGraphicsContext3D 200 m_context->deleteTexture(texture); in deleteTexture()
|
D | DrawingBuffer.cpp | 63 m_context->deleteTexture(m_colorBuffer); in clear()
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | GLUtils.h | 72 static void deleteTexture(GLuint* texture);
|
D | TileTexture.cpp | 71 GLUtils::deleteTexture(&m_ownTextureId); in discardGLTexture()
|
D | GLUtils.cpp | 309 void GLUtils::deleteTexture(GLuint* texture) in deleteTexture() function in WebCore::GLUtils
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLTexture.cpp | 230 context()->graphicsContext3D()->deleteTexture(object); in deleteObjectImpl()
|
D | WebGLRenderingContext.h | 121 void deleteTexture(WebGLTexture*);
|
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DInternal.h | 244 void deleteTexture(Platform3DObject);
|
D | GraphicsContext3DChromium.cpp | 724 DELEGATE_TO_IMPL_1(deleteTexture, Platform3DObject) in DELEGATE_TO_IMPL_1() 1145 DELEGATE_TO_INTERNAL_1(deleteTexture, Platform3DObject)
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebGraphicsContext3D.h | 340 virtual void deleteTexture(WebGLId) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 803 void deleteTexture(Platform3DObject);
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 861 (gl::Context::deleteTexture): 1031 (gl::ResourceManager::deleteTexture):
|