Searched refs:CompileComputeProgram (Results 1 – 8 of 8) sorted by relevance
45 ANGLE_UTIL_EXPORT GLuint CompileComputeProgram(const char *csSource,
335 GLuint CompileComputeProgram(const char *csSource, bool outputErrorMessages) in CompileComputeProgram() function
111 mProgram = CompileComputeProgram(kCS, false); in initComputeShader()
185 void makeCompute(const char *computeShader) { mHandle = CompileComputeProgram(computeShader); } in makeCompute()
293 GLuint ComputeProgram = CompileComputeProgram(computeShaderSource.c_str(), true); in TEST_P()319 GLuint exceedComputeProgram = CompileComputeProgram(exceedComputeShaderSource.c_str(), true); in TEST_P()
151 GLuint program = CompileComputeProgram(kCS, false); in TEST_P()2287 GLuint computeProgram = CompileComputeProgram(computeShaderStream.str().c_str()); in TEST_P()
4810 GLuint computeProgram = CompileComputeProgram(kCS); in TEST_P()
1695 mProgram = CompileComputeProgram(kCS); in testSetUp()