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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Extensions3D.cpp 156 void Extensions3D::beginQueryEXT(GC3Denum target, Platform3DObject query)
158 m_context->webContext()->beginQueryEXT(target, query);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 415 virtual void beginQueryEXT(WGC3Denum target, WebGLId query) { }
  /external/chromium_org/cc/test/
fake_web_graphics_context_3d.h 567 virtual void beginQueryEXT(
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h 283 virtual void beginQueryEXT(GC3Denum, WebGLId) { }

Completed in 224 milliseconds