Searched defs:deleteTexture (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DResourceManager.cpp53 deleteTexture(mTextureMap.begin()->first);
206 void ResourceManager::deleteTexture(GLuint texture) function in class:gl::ResourceManager
H A DContext.cpp331 void Context::deleteTexture(GLuint texture) function in class:gl::Context
338 mResourceManager->deleteTexture(texture);
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc247 void TestWebGraphicsContext3D::deleteTexture(GLuint id) { function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc768 void WebGraphicsContext3DImpl::deleteTexture(WebGLId texture) { function in class:webkit::gpu::WebGraphicsContext3DImpl
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp462 deleteTexture(*i);
688 deleteTexture(texture);
692 void ReferenceContext::deleteTexture (Texture* texture) function in class:sglr::ReferenceContext
/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp224 float deleteTexture; //!< Delete texture at end of iteration, even if we could re-use it. member in struct:deqp::gls::LongStressCase::FeatureProbabilities
241 FeatureProbabilities& pDeleteTexture (const float prob) { deleteTexture = prob; return *this; }
258 , deleteTexture (0.0f)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h268 virtual void deleteTexture(WebGLId) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1701 void WebGLRenderingContextBase::deleteTexture(WebGLTexture* texture) function in class:blink::__anon11092::WebGLRenderingContextBase

Completed in 303 milliseconds