Searched defs:isShader (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/html/canvas/ | ||
D | WebGLShader.h | 52 virtual bool isShader() const { return true; } in isShader() function |
D | WebGLObject.h | 62 virtual bool isShader() const { return false; } in isShader() function |
D | WebGLRenderingContext.cpp | 2698 GC3Dboolean WebGLRenderingContext::isShader(WebGLShader* shader) in isShader() function in WebCore::WebGLRenderingContext |
/external/webkit/Source/WebCore/platform/graphics/qt/ | ||
D | GraphicsContext3DQt.cpp | 220 glIsShaderType isShader; member in WebCore::GraphicsContext3DInternal |
/external/webkit/Source/WebCore/platform/graphics/opengl/ | ||
D | GraphicsContext3DOpenGL.cpp | 808 GC3Dboolean GraphicsContext3D::isShader(Platform3DObject shader) in isShader() function in WebCore::GraphicsContext3D |