/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderImageSizeTests.cpp | 45 const char* const kGLSLVer = member 295 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateComputeProgram() 308 << tcu::TestLog::Message << kGLSLVer << cs << tcu::TestLog::EndMessage; in CreateComputeProgram() 324 const char* const src[2] = { kGLSLVer, src_vs }; in BuildProgram() 340 const char* const src[2] = { kGLSLVer, src_fs }; in BuildProgram() 357 << tcu::TestLog::Message << kGLSLVer << src_vs << tcu::TestLog::EndMessage; in BuildProgram() 360 << tcu::TestLog::Message << kGLSLVer << src_fs << tcu::TestLog::EndMessage; in BuildProgram()
|
H A D | es31cComputeShaderTests.cpp | 58 const char* const kGLSLVer = "#version 310 es\n"; member 196 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateComputeProgram() 213 const char* const src[2] = { kGLSLVer, vs.c_str() }; in CreateProgram() 222 const char* const src[2] = { kGLSLVer, fs.c_str() }; in CreateProgram() 232 const char* const src[2] = { kGLSLVer, source.c_str() }; in BuildShaderProgram() 5915 const char* const src[2] = { kGLSLVer, glsl_vs }; in Run() 5923 const char* const src[2] = { kGLSLVer, glsl_fs }; in Run()
|
H A D | es31cShaderImageLoadStoreTests.cpp | 53 const char* const kGLSLVer = "#version 310 es"; member 312 osvs << kGLSLVer << (SIAvs ? kGLSLSIA : "\n") << kGLSLPrec; in BuildProgram() 313 osfs << kGLSLVer << (SIAfs ? kGLSLSIA : "\n") << kGLSLPrec; in BuildProgram() 351 << tcu::TestLog::Message << kGLSLVer << src_vs << tcu::TestLog::EndMessage; in BuildProgram() 354 << tcu::TestLog::Message << kGLSLVer << src_fs << tcu::TestLog::EndMessage; in BuildProgram() 364 oscs << kGLSLVer << (SIA ? kGLSLSIA : "\n") << kGLSLPrec; in CreateComputeProgram() 394 const char* const src3[3] = { kGLSLVer, kGLSLPrec, src }; in BuildShaderProgram()
|
H A D | es31cShaderStorageBufferObjectTests.cpp | 75 const char* const kGLSLVer = "#version 310 es" NL "precision highp float;" NL "precision highp int;"; member 206 const char* const src[2] = { kGLSLVer, vs.c_str() }; in CreateProgram() 215 const char* const src[2] = { kGLSLVer, fs.c_str() }; in CreateProgram() 232 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateProgramCS() 241 const char* const src[2] = { kGLSLVer, source.c_str() }; in BuildShaderProgram()
|
H A D | es31cProgramInterfaceQueryTests.cpp | 473 const char* const kGLSLVer = "#version 310 es\n"; in CreateComputeProgram() local 480 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateComputeProgram()
|
H A D | es31cShaderAtomicCountersTests.cpp | 824 const char* const kGLSLVer = "#version 310 es\n"; in CreateComputeProgram() local 831 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateComputeProgram()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderStorageBufferObjectTests.cpp | 76 const char* const kGLSLVer = "#version 430 core\n"; member 283 const char* const src[2] = { kGLSLVer, vs.c_str() }; in CreateProgram() 292 const char* const src[2] = { kGLSLVer, tcs.c_str() }; in CreateProgram() 301 const char* const src[2] = { kGLSLVer, tes.c_str() }; in CreateProgram() 310 const char* const src[2] = { kGLSLVer, gs.c_str() }; in CreateProgram() 319 const char* const src[2] = { kGLSLVer, fs.c_str() }; in CreateProgram() 335 const char* const src[2] = { kGLSLVer, vs.c_str() }; in CreateProgram() 344 const char* const src[2] = { kGLSLVer, fs.c_str() }; in CreateProgram() 361 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateProgramCS() 372 const char* const src[3] = { kGLSLVer, "#extensio in BuildShaderProgram() [all...] |
H A D | gl4cProgramInterfaceQueryTests.cpp | 2539 const char* const kGLSLVer = "#version 430 core\n"; in CreateComputeProgram() local 2546 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateComputeProgram() 4582 const char* const kGLSLVer = "#version 430 core \n"; in CreateComputeProgram() local 4589 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateComputeProgram()
|
H A D | gl4cComputeShaderTests.cpp | 55 const char* const kGLSLVer = "#version 430 core\n"; member 211 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateComputeProgram() 228 const char* const src[2] = { kGLSLVer, vs.c_str() }; in CreateProgram() 237 const char* const src[2] = { kGLSLVer, fs.c_str() }; in CreateProgram() 247 const char* const src[2] = { kGLSLVer, source.c_str() }; in BuildShaderProgram()
|
H A D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 55 const char* const kGLSLVer = "#version 310 es"; member 317 osvs << kGLSLVer << (SIAvs ? kGLSLSIA : "\n") << kGLSLPrec; in BuildProgram() 318 osfs << kGLSLVer << (SIAfs ? kGLSLSIA : "\n") << kGLSLPrec; in BuildProgram() 369 oscs << kGLSLVer << (SIA ? kGLSLSIA : "\n") << kGLSLPrec; in CreateComputeProgram() 400 const char* const src3[3] = { kGLSLVer, kGLSLPrec, src }; in BuildShaderProgram()
|
H A D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 77 const char* const kGLSLVer = "#version 310 es" NL "precision highp float;" NL "precision highp int;"; member 211 const char* const src[2] = { kGLSLVer, vs.c_str() }; in CreateProgram() 220 const char* const src[2] = { kGLSLVer, fs.c_str() }; in CreateProgram() 236 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateProgramCS() 245 const char* const src[2] = { kGLSLVer, source.c_str() }; in BuildShaderProgram()
|
H A D | gl4cShaderAtomicCountersTests.cpp | 3802 const char* const kGLSLVer = "#version 420 core \n" in CreateComputeProgram() local 3811 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateComputeProgram()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSyncTests.cpp | 350 static const char* const kGLSLVer = "#version 310 es\n"; member 529 const char* const src[2] = {kGLSLVer, cs.c_str()}; in CreateComputeProgram()
|