Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DWebGLShader.h52 virtual bool isShader() const { return true; } in isShader() function
DWebGLObject.h62 virtual bool isShader() const { return false; } in isShader() function
DWebGLRenderingContext.cpp2698 GC3Dboolean WebGLRenderingContext::isShader(WebGLShader* shader) in isShader() function in WebCore::WebGLRenderingContext
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp220 glIsShaderType isShader; member in WebCore::GraphicsContext3DInternal
1096 GC3Dboolean GraphicsContext3D::isShader(Platform3DObject shader) in isShader() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp808 GC3Dboolean GraphicsContext3D::isShader(Platform3DObject shader) in isShader() function in WebCore::GraphicsContext3D