Searched defs:deleteTexture (Results 1 - 8 of 8) sorted by last modified time

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.cpp863 void Context::deleteTexture(GLuint texture) function in class:gl::Context
870 mResourceManager->deleteTexture(texture);
H A DResourceManager.cpp49 deleteTexture(mTextureMap.begin()->first);
196 void ResourceManager::deleteTexture(GLuint texture) function in class:gl::ResourceManager
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp1267 void WebGLRenderingContext::deleteTexture(WebGLTexture* texture) function in class:WebCore::__anon14578::WebGLRenderingContext
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaTexture.cpp59 deleteTexture(m_contentTexture, true);
61 deleteTexture(m_videoTextures[i], true);
246 deleteTexture(m_videoTextures[i]);
296 void MediaTexture::deleteTexture(TextureWrapper* texture, bool force) function in class:WebCore::MediaTexture
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLUtils.cpp309 void GLUtils::deleteTexture(GLuint* texture) function in class:WebCore::GLUtils
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp198 void SharedGraphicsContext3D::deleteTexture(Platform3DObject texture) function in class:WebCore::SharedGraphicsContext3D
200 m_context->deleteTexture(texture);
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp1492 void GraphicsContext3D::deleteTexture(Platform3DObject texture) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp1698 void GraphicsContext3D::deleteTexture(Platform3DObject texture) function in class:WebCore::GraphicsContext3D

Completed in 381 milliseconds