Searched defs:attachShader (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLProgram.cpp121 bool WebGLProgram::attachShader(WebGLShader* shader) function in class:WebCore::WebGLProgram
H A DWebGLRenderingContext.cpp1005 void WebGLRenderingContext::attachShader(WebGLProgram* program, WebGLShader* shader) function in class:WebCore::WebGLRenderingContext
1007 if (isContextLost() || !validateWebGLObject("attachShader", program) || !validateWebGLObject("attachShader", shader))
1009 if (!program->attachShader(shader)) {
1010 synthesizeGLError(GraphicsContext3D::INVALID_OPERATION, "attachShader", "shader attachment already has shader");
1013 m_context->attachShader(objectOrZero(program), objectOrZero(shader));
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DProgram.cpp161 bool Program::attachShader(Shader *shader) function in class:gl::Program
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.cc290 void FakeWebGraphicsContext3D::attachShader(WebGLId program, WebGLId shader) { function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc298 void TestWebGraphicsContext3D::attachShader(WebGLId program, WebGLId shader) { function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc309 virtual void attachShader(WebGLId program, WebGLId shader) { function in class:cc::ShaderCreatorMockGraphicsContext
/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.h77 virtual void attachShader(WebKit::WebGLId program, WebKit::WebGLId shader) {} function in class:ui::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h77 virtual void attachShader(WebGLId program, WebGLId shader) { } function in class:WebKit::FakeWebGraphicsContext3D

Completed in 94 milliseconds