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

  /external/chromium_org/content/common/gpu/client/
gpu_context_tests.h 54 unsigned query = context_->createQueryEXT();
63 WebKit::WebGLId query = context_->createQueryEXT();
gl_helper.cc 396 request->query = context_->createQueryEXT();
    [all...]
webgraphicscontext3d_command_buffer_impl.h 553 virtual WebGLId createQueryEXT();
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.cpp 142 Platform3DObject Extensions3D::createQueryEXT()
144 return m_context->webContext()->createQueryEXT();
Extensions3D.h 302 Platform3DObject createQueryEXT();
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.cc 210 WebKit::WebGLId TestWebGraphicsContext3D::createQueryEXT()
test_web_graphics_context_3d.h 428 virtual WebKit::WebGLId createQueryEXT();
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 311 WebGLId FakeWebGraphicsContext3D::createQueryEXT() {
fake_web_graphics_context_3d.h 562 virtual WebKit::WebGLId createQueryEXT();
  /external/chromium_org/cc/scheduler/
texture_uploader.cc 48 query_id_ = context_->createQueryEXT();
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 258 virtual WebGLId createQueryEXT() { return 1; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 424 virtual WebGLId createQueryEXT() { return 0; }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 484 virtual WebGLId createQueryEXT();
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/cc/resources/
resource_provider.cc     [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc     [all...]

Completed in 568 milliseconds