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

  /external/chromium_org/content/common/gpu/client/
gpu_context_tests.h 62 unsigned query = context_->createQueryEXT();
74 blink::WebGLId query = context_->createQueryEXT();
  /external/chromium_org/cc/test/
test_gles2_interface.cc 45 queries[i] = test_context_->createQueryEXT();
test_web_graphics_context_3d.h 154 virtual GLuint createQueryEXT();
test_web_graphics_context_3d.cc 343 GLuint TestWebGraphicsContext3D::createQueryEXT() { return 1u; }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 278 virtual WebGLId createQueryEXT() { return 1; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 397 virtual WebGLId createQueryEXT() { return 0; }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 460 virtual WebGLId createQueryEXT();
webgraphicscontext3d_impl.cc 796 WebGLId WebGraphicsContext3DImpl::createQueryEXT() {
    [all...]

Completed in 75 milliseconds