Home
last modified time | relevance | path

Searched refs:kGLSLVer (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderImageSizeTests.cpp45 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 Des31cComputeShaderTests.cpp58 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 Des31cShaderImageLoadStoreTests.cpp53 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 Des31cShaderStorageBufferObjectTests.cpp75 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 Des31cProgramInterfaceQueryTests.cpp473 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 Des31cShaderAtomicCountersTests.cpp824 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 Dgl4cShaderStorageBufferObjectTests.cpp76 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 Dgl4cProgramInterfaceQueryTests.cpp2539 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 Dgl4cComputeShaderTests.cpp55 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 Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp55 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 Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp77 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 Dgl4cShaderAtomicCountersTests.cpp3802 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 DteglSyncTests.cpp350 static const char* const kGLSLVer = "#version 310 es\n"; member
529 const char* const src[2] = {kGLSLVer, cs.c_str()}; in CreateComputeProgram()

Completed in 86 milliseconds