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 331 void TestGLES2Interface::UnmapImageCHROMIUM(GLuint image_id) {
332 test_context_->unmapImageCHROMIUM(image_id);
test_web_graphics_context_3d.h 262 virtual void unmapImageCHROMIUM(GLuint image_id);
test_web_graphics_context_3d.cc 589 void TestWebGraphicsContext3D::unmapImageCHROMIUM(
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 458 virtual void unmapImageCHROMIUM(WGC3Duint imageId) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 551 virtual void unmapImageCHROMIUM(WGC3Duint image_id);
webgraphicscontext3d_impl.cc 929 DELEGATE_TO_GL_1(unmapImageCHROMIUM, UnmapImageCHROMIUM, WGC3Duint);
    [all...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc     [all...]

Completed in 164 milliseconds