Home
last modified time | relevance | path

Searched refs:CompileComputeProgram (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/util/
H A Dshader_utils.h45 ANGLE_UTIL_EXPORT GLuint CompileComputeProgram(const char *csSource,
H A Dshader_utils.cpp335 GLuint CompileComputeProgram(const char *csSource, bool outputErrorMessages) in CompileComputeProgram() function
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DDispatchComputePerf.cpp111 mProgram = CompileComputeProgram(kCS, false); in initComputeShader()
/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dgl_raii.h185 void makeCompute(const char *computeShader) { mHandle = CompileComputeProgram(computeShader); } in makeCompute()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp293 GLuint ComputeProgram = CompileComputeProgram(computeShaderSource.c_str(), true); in TEST_P()
319 GLuint exceedComputeProgram = CompileComputeProgram(exceedComputeShaderSource.c_str(), true); in TEST_P()
H A DComputeShaderTest.cpp151 GLuint program = CompileComputeProgram(kCS, false); in TEST_P()
2287 GLuint computeProgram = CompileComputeProgram(computeShaderStream.str().c_str()); in TEST_P()
H A DFramebufferTest.cpp4810 GLuint computeProgram = CompileComputeProgram(kCS); in TEST_P()
H A DStateChangeTest.cpp1695 mProgram = CompileComputeProgram(kCS); in testSetUp()