Home
last modified time | relevance | path

Searched defs:isProgram (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLProgram.h69 virtual bool isProgram() const { return true; } in isProgram() function
DWebGLSharedObject.h47 virtual bool isProgram() const { return false; } in isProgram() function
DWebGLRenderingContext.cpp2940 GC3Dboolean WebGLRenderingContext::isProgram(WebGLProgram* program) in isProgram() function in WebCore::WebGLRenderingContext
/external/chromium_org/cc/test/
Dfake_web_graphics_context_3d.cc214 WGC3Dboolean FakeWebGraphicsContext3D::isProgram( in isProgram() function in cc::FakeWebGraphicsContext3D
Dtest_web_graphics_context_3d.cc162 WGC3Dboolean TestWebGraphicsContext3D::isProgram( in isProgram() function in cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/web/tests/
DMockWebGraphicsContext3D.h170 virtual WGC3Dboolean isProgram(WebGLId program) { return false; } in isProgram() function