/frameworks/native/opengl/libagl/ |
TextureObjectManager.h | 99 void deleteTextures(GLsizei n, const GLuint *tokens);
|
TextureObjectManager.cpp | 303 void EGLSurfaceManager::deleteTextures(GLsizei n, const GLuint *tokens)
|
texture.cpp | 922 c->surfaceManager->deleteTextures(n, textures); [all...] |
/frameworks/native/services/surfaceflinger/RenderEngine/ |
RenderEngine.h | 72 void deleteTextures(size_t count, uint32_t const* names);
|
RenderEngine.cpp | 200 void RenderEngine::deleteTextures(size_t count, uint32_t const* names) {
|
/external/chromium_org/cc/test/ |
fake_web_graphics_context_3d.cc | 267 void FakeWebGraphicsContext3D::deleteTextures(WGC3Dsizei count, WebGLId* ids) {
|
test_web_graphics_context_3d.h | 87 virtual void deleteTextures(blink::WGC3Dsizei count, blink::WebGLId* ids);
|
test_web_graphics_context_3d.cc | 226 void TestWebGraphicsContext3D::deleteTextures(WGC3Dsizei count, WebGLId* ids) { 273 deleteTextures(1, &id);
|
fake_web_graphics_context_3d.h | 539 virtual void deleteTextures(blink::WGC3Dsizei count, blink::WebGLId* ids);
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
GLClientState.h | 176 void deleteTextures(GLsizei n, const GLuint* textures);
|
GLClientState.cpp | 388 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures)
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
GLClientState.h | 176 void deleteTextures(GLsizei n, const GLuint* textures);
|
GLClientState.cpp | 388 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures)
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
MockWebGraphicsContext3D.h | 260 virtual void deleteTextures(WGC3Dsizei count, WebGLId* ids) { }
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 373 virtual void deleteTextures(WGC3Dsizei count, WebGLId* ids) { }
|
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.h | 465 virtual void deleteTextures(WGC3Dsizei count, WebGLId* ids);
|
webgraphicscontext3d_command_buffer_impl.cc | [all...] |
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.h | 406 virtual void deleteTextures(WGC3Dsizei count, WebGLId* ids);
|
webgraphicscontext3d_in_process_command_buffer_impl.cc | [all...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
GLEncoder.cpp | 661 state->deleteTextures(n, textures); [all...] |
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2Encoder.cpp | [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | 314 engine.deleteTextures(1, &texture); [all...] |