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

  /external/chromium_org/content/common/gpu/client/
gpu_context_tests.h 65 context_->endQueryEXT(GL_COMMANDS_ISSUED_CHROMIUM);
  /external/chromium_org/cc/test/
test_gles2_interface.cc 371 void TestGLES2Interface::EndQueryEXT(GLenum target) {
372 test_context_->endQueryEXT(target);
test_web_graphics_context_3d.h 157 virtual void endQueryEXT(GLenum target);
test_web_graphics_context_3d.cc 345 void TestWebGraphicsContext3D::endQueryEXT(GLenum target) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 282 virtual void endQueryEXT(GLenum) { }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 401 virtual void endQueryEXT(WGC3Denum target) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 464 virtual void endQueryEXT(WGC3Denum target);
webgraphicscontext3d_impl.cc 809 DELEGATE_TO_GL_1(endQueryEXT, EndQueryEXT, WGC3Denum)
    [all...]

Completed in 534 milliseconds