Searched refs:isProgram (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLSharedObject.h47 virtual bool isProgram() const { return false; } function in class:WebCore::WebGLSharedObject
H A DWebGLProgram.h69 virtual bool isProgram() const { return true; } function in class:WebCore::WebGLProgram
H A DWebGLRenderingContext.h200 GC3Dboolean isProgram(WebGLProgram*);
H A DWebGLRenderingContext.idl577 [StrictTypeChecking] GLboolean isProgram(WebGLProgram program);
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
H A Dtest_web_graphics_context_3d.h251 virtual WebKit::WGC3Dboolean isProgram(WebKit::WebGLId program);
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.cc228 WGC3Dboolean FakeWebGraphicsContext3D::isProgram( function in class:cc::FakeWebGraphicsContext3D
H A Dfake_web_graphics_context_3d.h324 virtual WebKit::WGC3Dboolean isProgram(WebKit::WebGLId program);
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.h71 virtual WebKit::WGC3Dboolean isProgram(WebKit::WebGLId program);
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
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h334 virtual WGC3Dboolean isProgram(WebGLId program);
H A Dwebgraphicscontext3d_command_buffer_impl.cc1069 DELEGATE_TO_GL_1RB(isProgram, IsProgram, WebGLId, WGC3Dboolean)
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.h601 GC3Dboolean isProgram(Platform3DObject);
H A DGraphicsContext3D.cpp499 DELEGATE_TO_WEBCONTEXT_1R(isProgram, Platform3DObject, GC3Dboolean)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h321 virtual WGC3Dboolean isProgram(WebGLId program) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h264 virtual WGC3Dboolean isProgram(WebGLId program);
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc825 DELEGATE_TO_GL_1RB(isProgram, IsProgram, WebGLId, WGC3Dboolean)

Completed in 196 milliseconds