Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferAtomicFunctions.cpp117 std::string csSource = getComputeShaderCode(work_group_size); in initTest() local
118 const char* csCode = csSource.c_str(); in initTest()
DesextcTextureBufferParamValueIntToFloatConversion.cpp123 std::string csSource = getComputeShaderCode(); in initTest() local
124 const char* csCode = csSource.c_str(); in initTest()
DesextcTextureBufferMAXSizeValidation.cpp120 std::string csSource = getComputeShaderCode(); in initTest() local
121 const char* csCode = csSource.c_str(); in initTest()
DesextcTextureBufferOperations.cpp136 std::string csSource = getComputeShaderCode(); in initFirstPhase() local
137 const char* csCode = csSource.c_str(); in initFirstPhase()
1375 std::string csSource = getISComputeShaderCode(); in initializeBufferObjectData() local
1376 const char* csCode = csSource.c_str(); in initializeBufferObjectData()
1493 std::string csSource = getSSBOComputeShaderCode(); in initializeBufferObjectData() local
1494 const char* csCode = csSource.c_str(); in initializeBufferObjectData()
DesextcTextureBufferTextureBufferRange.cpp995 std::string csSource = getComputeShaderCode(info); in iterate() local
996 const char* csCode = csSource.c_str(); in iterate()
/third_party/skia/third_party/externals/angle2/util/
Dshader_utils.cpp315 GLuint CompileComputeProgram(const char *csSource, bool outputErrorMessages) in CompileComputeProgram() argument
319 GLuint cs = CompileShader(GL_COMPUTE_SHADER, csSource); in CompileComputeProgram()
Dshader_utils.h43 ANGLE_UTIL_EXPORT GLuint CompileComputeProgram(const char *csSource,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DComputeShaderTest.cpp1951 const char csSource[] = in TEST_P() local
2005 ANGLE_GL_COMPUTE_PROGRAM(program, csSource); in TEST_P()