Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/util/
Dshader_utils.h43 ANGLE_UTIL_EXPORT GLuint CompileComputeProgram(const char *csSource,
Dshader_utils.cpp315 GLuint CompileComputeProgram(const char *csSource, bool outputErrorMessages) in CompileComputeProgram() function
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DDispatchComputePerf.cpp111 mProgram = CompileComputeProgram(kCS, false); in initComputeShader()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dgl_raii.h180 void makeCompute(const char *computeShader) { mHandle = CompileComputeProgram(computeShader); } in makeCompute()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DComputeShaderTest.cpp151 GLuint program = CompileComputeProgram(kCS, false); in TEST_P()
2222 GLuint computeProgram = CompileComputeProgram(computeShaderStream.str().c_str()); in TEST_P()
DStateChangeTest.cpp1562 mProgram = CompileComputeProgram(kCS); in testSetUp()