Home
last modified time | relevance | path

Searched refs:kGLSLVer (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageSizeTests.cpp45 const char* const kGLSLVer = variable
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()
Des31cComputeShaderTests.cpp55 const char* const kGLSLVer = "#version 310 es\n"; variable
193 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateComputeProgram()
210 const char* const src[2] = { kGLSLVer, vs.c_str() }; in CreateProgram()
219 const char* const src[2] = { kGLSLVer, fs.c_str() }; in CreateProgram()
231 const char* const src[2] = { kGLSLVer, source.c_str() }; in BuildShaderProgram()
235 const char* const src[2] = { kGLSLVer, source.c_str() }; in BuildShaderProgram()
5568 const char* const src[2] = { kGLSLVer, glsl_vs }; in Run()
5576 const char* const src[2] = { kGLSLVer, glsl_fs }; in Run()
Des31cShaderImageLoadStoreTests.cpp53 const char* const kGLSLVer = "#version 310 es"; variable
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()
Des31cShaderStorageBufferObjectTests.cpp74 const char* const kGLSLVer = "#version 310 es" NL "precision highp float;" NL "precision highp int;… variable
205 const char* const src[2] = { kGLSLVer, vs.c_str() }; in CreateProgram()
214 const char* const src[2] = { kGLSLVer, fs.c_str() }; in CreateProgram()
231 const char* const src[2] = { kGLSLVer, cs.c_str() }; in CreateProgramCS()
240 const char* const src[2] = { kGLSLVer, source.c_str() }; in BuildShaderProgram()
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()
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()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderStorageBufferObjectTests.cpp76 const char* const kGLSLVer = "#version 430 core\n"; variable
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, "#extension GL_ARB_compute_shader : require\n", source.c_st… in BuildShaderProgram()
[all …]
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp55 const char* const kGLSLVer = "#version 310 es"; variable
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()
Dgl4cComputeShaderTests.cpp55 const char* const kGLSLVer = "#version 430 core\n"; variable
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()
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()
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp77 const char* const kGLSLVer = "#version 310 es" NL "precision highp float;" NL "precision highp int;… variable
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()
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()