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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLSharedObject.h45 virtual bool isProgram() const { return false; } function in class:WebCore::WebGLSharedObject
H A DWebGLRenderingContextBase.cpp2918 GLboolean WebGLRenderingContextBase::isProgram(WebGLProgram* program) function in class:WebCore::__anon10393::WebGLRenderingContextBase
2923 return webContext()->isProgram(program->object());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineUIUtilsImpl.js27 isProgram: function(record)
H A DTracingTimelineUIUtils.js28 isProgram: function(record)
H A DTimelineUIUtils.js50 isProgram: function(record)
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc137 GLboolean TestWebGraphicsContext3D::isProgram( function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h169 virtual WGC3Dboolean isProgram(WebGLId program) { return false; } function in class:blink::MockWebGraphicsContext3D

Completed in 135 milliseconds