Searched defs:compileShader (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/tests/angle_tests/
H A DANGLETest.cpp72 GLuint ANGLETest::compileShader(GLenum type, const std::string &source) function in class:ANGLETest
104 GLuint vs = compileShader(GL_VERTEX_SHADER, vsSource);
105 GLuint fs = compileShader(GL_FRAGMENT_SHADER, fsSource);
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp238 static inline bool compileShader (const deUint32 shaderGL) function in namespace:deqp::gls
745 const bool vertCompileOk = compileShader(m_vertShaderGL);
746 const bool fragCompileOk = compileShader(m_fragShaderGL);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h95 virtual void compileShader(WebGLId shader) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1339 void WebGLRenderingContextBase::compileShader(WebGLShader* shader) function in class:WebCore::__anon10393::WebGLRenderingContextBase
1341 if (isContextLost() || !validateWebGLObject("compileShader", shader))
1343 webContext()->compileShader(objectOrZero(shader));

Completed in 133 milliseconds