Searched refs:CompileComputeProgram (Results 1 – 6 of 6) sorted by relevance
43 ANGLE_UTIL_EXPORT GLuint CompileComputeProgram(const char *csSource,
315 GLuint CompileComputeProgram(const char *csSource, bool outputErrorMessages) in CompileComputeProgram() function
111 mProgram = CompileComputeProgram(kCS, false); in initComputeShader()
180 void makeCompute(const char *computeShader) { mHandle = CompileComputeProgram(computeShader); } in makeCompute()
151 GLuint program = CompileComputeProgram(kCS, false); in TEST_P()2222 GLuint computeProgram = CompileComputeProgram(computeShaderStream.str().c_str()); in TEST_P()
1562 mProgram = CompileComputeProgram(kCS); in testSetUp()