Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DWebGLProgram.h73 virtual bool isProgram() const { return true; } in isProgram() function
DWebGLObject.h60 virtual bool isProgram() const { return false; } in isProgram() function
DWebGLRenderingContext.cpp2679 GC3Dboolean WebGLRenderingContext::isProgram(WebGLProgram* program) in isProgram() function in WebCore::WebGLRenderingContext
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp218 glIsProgramType isProgram; member in WebCore::GraphicsContext3DInternal
1078 GC3Dboolean GraphicsContext3D::isProgram(Platform3DObject program) in isProgram() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp790 GC3Dboolean GraphicsContext3D::isProgram(Platform3DObject program) in isProgram() function in WebCore::GraphicsContext3D