Home
last modified time | relevance | path

Searched refs:getQueryObjectuivEXT (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/resources/
Dresource_update_controller_unittest.cc47 virtual void getQueryObjectuivEXT(GLuint id, GLenum pname, GLuint* value)
226 void WebGraphicsContext3DForUploadTest::getQueryObjectuivEXT(GLuint id, in getQueryObjectuivEXT() function in cc::__anon475df56e0111::WebGraphicsContext3DForUploadTest
/external/chromium_org/cc/test/
Dtest_gles2_interface.cc345 test_context_->getQueryObjectuivEXT(id, pname, params); in GetQueryObjectuivEXT()
Dtest_web_graphics_context_3d.h145 virtual void getQueryObjectuivEXT(GLuint query, GLenum pname, GLuint* params);
Dtest_web_graphics_context_3d.cc355 void TestWebGraphicsContext3D::getQueryObjectuivEXT( in getQueryObjectuivEXT() function in cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h285 virtual void getQueryObjectuivEXT(WebGLId, GLenum, GLuint*) { } in getQueryObjectuivEXT() function
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h459 virtual void getQueryObjectuivEXT( in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc810 DELEGATE_TO_GL_3(getQueryObjectuivEXT, GetQueryObjectuivEXT,
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h409 virtual void getQueryObjectuivEXT(WebGLId query, WGC3Denum pname, WGC3Duint* params) { } in getQueryObjectuivEXT() function