Searched refs:createQueryEXT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgpu_context_tests.h62 unsigned query = context_->createQueryEXT();
74 blink::WebGLId query = context_->createQueryEXT();
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc45 queries[i] = test_context_->createQueryEXT();
H A Dtest_web_graphics_context_3d.cc343 GLuint TestWebGraphicsContext3D::createQueryEXT() { return 1u; } function in class:cc::TestWebGraphicsContext3D
H A Dtest_web_graphics_context_3d.h154 virtual GLuint createQueryEXT();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h278 virtual WebGLId createQueryEXT() { return 1; } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h397 virtual WebGLId createQueryEXT() { return 0; } function in class:blink::WebGraphicsContext3D
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h460 virtual WebGLId createQueryEXT();
H A Dwebgraphicscontext3d_impl.cc796 WebGLId WebGraphicsContext3DImpl::createQueryEXT() { function in class:webkit::gpu::WebGraphicsContext3DImpl

Completed in 238 milliseconds