Searched defs:deleteTextures (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc201 void TestWebGraphicsContext3D::deleteTextures(GLsizei count, GLuint* ids) { function in class:cc::TestWebGraphicsContext3D
248 deleteTextures(1, &id);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h360 virtual void deleteTextures(WGC3Dsizei count, WebGLId* ids) { } function in class:blink::WebGraphicsContext3D
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp680 void ReferenceContext::deleteTextures (int numTextures, const deUint32* textures) function in class:sglr::ReferenceContext
H A DsglrGLContext.cpp88 gl.deleteTextures(1, &tex);
187 void GLContext::deleteTextures (int numTextures, const deUint32* textures) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h258 virtual void deleteTextures(WGC3Dsizei count, WebGLId* ids) { } function in class:blink::MockWebGraphicsContext3D

Completed in 306 milliseconds