Searched defs:detachShader (Results 1 – 5 of 5) sorted by relevance
138 bool WebGLProgram::detachShader(WebGLShader* shader) in detachShader() function in WebCore::WebGLProgram
1309 void WebGLRenderingContext::detachShader(WebGLProgram* program, WebGLShader* shader, ExceptionCode&… in detachShader() function in WebCore::WebGLRenderingContext
189 glDetachShaderType detachShader; member in WebCore::GraphicsContext3DInternal871 void GraphicsContext3D::detachShader(Platform3DObject program, Platform3DObject shader) in detachShader() function in WebCore::GraphicsContext3D
110 bool Program::detachShader(Shader *shader) in detachShader() function in gl::Program
593 void GraphicsContext3D::detachShader(Platform3DObject program, Platform3DObject shader) in detachShader() function in WebCore::GraphicsContext3D