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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.cpp 152 GC3Dboolean Extensions3D::isQueryEXT(Platform3DObject query)
154 return m_context->webContext()->isQueryEXT(query);
Extensions3D.h 304 GC3Dboolean isQueryEXT(Platform3DObject);
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.cc 215 WebKit::WGC3Dboolean TestWebGraphicsContext3D::isQueryEXT(WebKit::WebGLId)
test_web_graphics_context_3d.h 430 virtual WebKit::WGC3Dboolean isQueryEXT(WebKit::WebGLId query);
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 315 WGC3Dboolean FakeWebGraphicsContext3D::isQueryEXT(WebGLId query) {
fake_web_graphics_context_3d.h 564 virtual WebKit::WGC3Dboolean isQueryEXT(WebKit::WebGLId query);
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 260 virtual GC3Dboolean isQueryEXT(WebGLId) { return true; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 426 virtual WGC3Dboolean isQueryEXT(WebGLId query) { return false; }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 486 virtual WGC3Dboolean isQueryEXT(WebGLId query);
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 555 virtual WGC3Dboolean isQueryEXT(WGC3Duint query);
webgraphicscontext3d_command_buffer_impl.cc     [all...]

Completed in 122 milliseconds