Home
last modified time | relevance | path

Searched defs:createQueryEXT (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.cpp141 Platform3DObject Extensions3D::createQueryEXT() in createQueryEXT() function in WebCore::Extensions3D
/external/chromium_org/cc/test/
Dfake_web_graphics_context_3d.cc333 WebGLId FakeWebGraphicsContext3D::createQueryEXT() { in createQueryEXT() function in cc::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h412 virtual WebGLId createQueryEXT() { return 0; } in createQueryEXT() function
/external/chromium_org/third_party/WebKit/Source/web/tests/
DMockWebGraphicsContext3D.h280 virtual WebGLId createQueryEXT() { return 1; } in createQueryEXT() function