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

  /external/chromium_org/cc/test/
test_gles2_interface.cc 298 void TestGLES2Interface::UnmapImageCHROMIUM(GLuint image_id) {
299 test_context_->unmapImageCHROMIUM(image_id);
test_web_graphics_context_3d.h 244 virtual void unmapImageCHROMIUM(GLuint image_id);
test_web_graphics_context_3d.cc 583 void TestWebGraphicsContext3D::unmapImageCHROMIUM(
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 464 virtual void unmapImageCHROMIUM(WGC3Duint imageId) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 543 virtual void unmapImageCHROMIUM(WGC3Duint image_id);
webgraphicscontext3d_impl.cc 928 DELEGATE_TO_GL_1(unmapImageCHROMIUM, UnmapImageCHROMIUM, WGC3Duint);
    [all...]

Completed in 382 milliseconds