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 338 void TestGLES2Interface::EndQueryEXT(GLenum target) {
339 test_context_->endQueryEXT(target);
test_web_graphics_context_3d.h 144 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 283 virtual void endQueryEXT(GLenum) { }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 407 virtual void endQueryEXT(WGC3Denum target) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 456 virtual void endQueryEXT(WGC3Denum target);
webgraphicscontext3d_impl.cc 808 DELEGATE_TO_GL_1(endQueryEXT, EndQueryEXT, WGC3Denum)
    [all...]

Completed in 1351 milliseconds