HomeSort by relevance Sort by last modified time
    Searched refs:destroyImageCHROMIUM (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/browser/compositor/
buffer_queue_unittest.cc 123 MOCK_METHOD1(destroyImageCHROMIUM, void(GLuint));
157 EXPECT_CALL(*context, destroyImageCHROMIUM(1));
  /external/chromium_org/cc/test/
test_gles2_interface.cc 317 void TestGLES2Interface::DestroyImageCHROMIUM(GLuint image_id) {
318 test_context_->destroyImageCHROMIUM(image_id);
test_web_graphics_context_3d.h 257 virtual void destroyImageCHROMIUM(GLuint image_id);
test_web_graphics_context_3d.cc 561 void TestWebGraphicsContext3D::destroyImageCHROMIUM(
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBufferTest.cpp 119 void destroyImageCHROMIUM(WGC3Duint imageId)
DrawingBuffer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 455 virtual void destroyImageCHROMIUM(WGC3Duint imageId) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 547 virtual void destroyImageCHROMIUM(WGC3Duint image_id);
webgraphicscontext3d_impl.cc 922 DELEGATE_TO_GL_1(destroyImageCHROMIUM, DestroyImageCHROMIUM, WGC3Duint);
    [all...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc     [all...]

Completed in 169 milliseconds