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

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 343 GLuint TestWebGraphicsContext3D::createQueryEXT() { return 1u; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 403 virtual WebGLId createQueryEXT() { return 0; }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 795 WebGLId WebGraphicsContext3DImpl::createQueryEXT() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 279 virtual WebGLId createQueryEXT() { return 1; }

Completed in 193 milliseconds