Searched defs:isProgram (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLProgram.h69 virtual bool isProgram() const { return true; } function in class:WebCore::WebGLProgram
H A DWebGLSharedObject.h47 virtual bool isProgram() const { return false; } function in class:WebCore::WebGLSharedObject
H A DWebGLRenderingContext.cpp2890 GC3Dboolean WebGLRenderingContext::isProgram(WebGLProgram* program) function in class:WebCore::WebGLRenderingContext
2895 return m_context->isProgram(program->object());
/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.cc165 WebKit::WGC3Dboolean TestWebGraphicsContext3D::isProgram( function in class:ui::TestWebGraphicsContext3D
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.cc228 WGC3Dboolean FakeWebGraphicsContext3D::isProgram( function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc218 WGC3Dboolean TestWebGraphicsContext3D::isProgram( function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h176 virtual WGC3Dboolean isProgram(WebGLId program) { return false; } function in class:WebKit::FakeWebGraphicsContext3D

Completed in 143 milliseconds