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

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLObject.h60 virtual bool isProgram() const { return false; } function in class:WebCore::WebGLObject
H A DWebGLProgram.h73 virtual bool isProgram() const { return true; } function in class:WebCore::WebGLProgram
H A DWebGLRenderingContext.cpp2679 GC3Dboolean WebGLRenderingContext::isProgram(WebGLProgram* program) function in class:WebCore::__anon13216::WebGLRenderingContext
2684 return m_context->isProgram(program->object());
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp790 GC3Dboolean GraphicsContext3D::isProgram(Platform3DObject program) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp218 glIsProgramType isProgram; member in class:WebCore::GraphicsContext3DInternal
382 isProgram = GET_PROC_ADDRESS(glIsProgram);
1078 GC3Dboolean GraphicsContext3D::isProgram(Platform3DObject program) function in class:WebCore::GraphicsContext3D
1084 return m_internal->isProgram(program);

Completed in 85 milliseconds