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