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

  /external/chromium_org/content/common/gpu/client/
gpu_context_tests.h 63 context_->beginQueryEXT(GL_COMMANDS_ISSUED_CHROMIUM, query);
  /external/chromium_org/cc/test/
test_gles2_interface.cc 367 void TestGLES2Interface::BeginQueryEXT(GLenum target, GLuint id) {
368 test_context_->beginQueryEXT(target, id);
test_web_graphics_context_3d.h 156 virtual void beginQueryEXT(GLenum target, GLuint query) {}
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 281 virtual void beginQueryEXT(GLenum, WebGLId) { }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 400 virtual void beginQueryEXT(WGC3Denum target, WebGLId query) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 463 virtual void beginQueryEXT(WGC3Denum target, WebGLId query);
webgraphicscontext3d_impl.cc 808 DELEGATE_TO_GL_2(beginQueryEXT, BeginQueryEXT, WGC3Denum, WebGLId)
    [all...]

Completed in 78 milliseconds