HomeSort by relevance Sort by last modified time
    Searched defs:deleteTexture (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
ResourceManager.cpp 49 deleteTexture(mTextureMap.begin()->first);
196 void ResourceManager::deleteTexture(GLuint texture)
Context.cpp 863 void Context::deleteTexture(GLuint texture)
870 mResourceManager->deleteTexture(texture);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.cpp 59 deleteTexture(m_contentTexture, true);
61 deleteTexture(m_videoTextures[i], true);
246 deleteTexture(m_videoTextures[i]);
297 void MediaTexture::deleteTexture(TextureWrapper* texture, bool force)
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 198 void SharedGraphicsContext3D::deleteTexture(Platform3DObject texture)
200 m_context->deleteTexture(texture);
  /frameworks/base/libs/hwui/
Layer.h 242 inline void deleteTexture() {
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 309 void GLUtils::deleteTexture(GLuint* texture)
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp     [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 114 milliseconds