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

  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 311 WebGLId FakeWebGraphicsContext3D::createQueryEXT() {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.cpp 142 Platform3DObject Extensions3D::createQueryEXT()
144 return m_context->webContext()->createQueryEXT();
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.cc 210 WebKit::WebGLId TestWebGraphicsContext3D::createQueryEXT()
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 424 virtual WebGLId createQueryEXT() { return 0; }
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 258 virtual WebGLId createQueryEXT() { return 1; }

Completed in 60 milliseconds