Searched refs:compileAndLinkShaderProgram (Results 1 – 6 of 6) sorted by relevance
26 GLint compileAndLinkShaderProgram(const char* vshaderSrc, const char* fshaderSrc);
56 GLint program = compileAndLinkShaderProgram(vshaderSrc, fshaderSrc); in initialize()
65 GLint compileAndLinkShaderProgram(const char* vshaderSrc, const char* fshaderSrc) { in compileAndLinkShaderProgram() function
397 compileAndLinkShaderProgram( in drawWorker()
602 GLuint program = compileAndLinkShaderProgram(vshaderSrc, fshaderSrc); in TEST_F()
4465 static GLint compileAndLinkShaderProgram(GLDispatch* gl, in compileAndLinkShaderProgram() function4564 program = glperf::compileAndLinkShaderProgram(gl, vshaderSrcEs, in glTestHostDriverPerformance()4567 program = glperf::compileAndLinkShaderProgram(gl, vshaderSrcCore, in glTestHostDriverPerformance()