Searched defs:attachShader (Results 1 – 6 of 6) sorted by relevance
121 bool WebGLProgram::attachShader(WebGLShader* shader) in attachShader() function in WebCore::WebGLProgram
1018 void WebGLRenderingContext::attachShader(WebGLProgram* program, WebGLShader* shader) in attachShader() function in WebCore::WebGLRenderingContext
161 bool Program::attachShader(Shader *shader) in attachShader() function in gl::Program
312 void FakeWebGraphicsContext3D::attachShader(WebGLId program, WebGLId shader) { in attachShader() function in cc::FakeWebGraphicsContext3D
306 void TestWebGraphicsContext3D::attachShader(WebGLId program, WebGLId shader) { in attachShader() function in cc::TestWebGraphicsContext3D
71 virtual void attachShader(WebGLId program, WebGLId shader) { } in attachShader() function