/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCountersTests.cpp | 124 …GLuint CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src… in CreateProgram() argument 129 if (src_vs) in CreateProgram() 134 glShaderSource(sh, 1, &src_vs, NULL); in CreateProgram() 1502 …const char* src_vs = "#version 420 core" NL "layout(location = 0) in vec4 i_vertex;" NL "void main… in Run() local 1508 prog_ = CreateProgram(src_vs, NULL, NULL, NULL, src_fs, true); in Run() 1591 …const char* src_vs = "#version 420 core" NL "layout(location = 0) in vec4 i_vertex;" NL "void main… in Run() local 1599 prog_ = CreateProgram(src_vs, NULL, NULL, NULL, src_fs, true); in Run() 1735 const char* src_vs = in Run() local 1741 prog_ = CreateProgram(src_vs, NULL, NULL, NULL, NULL, false); in Run() 2188 const char* src_vs = in Run() local [all …]
|
D | gl4cShaderImageLoadStoreTests.cpp | 357 …GLuint BuildProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_… in BuildProgram() argument 362 if (src_vs) in BuildProgram() 367 glShaderSource(sh, 1, &src_vs, NULL); in BuildProgram() 370 …m_context.getTestContext().getLog() << tcu::TestLog::Message << src_vs << tcu::TestLog::EndMessage; in BuildProgram() 434 if (src_vs) in BuildProgram() 435 …m_context.getTestContext().getLog() << tcu::TestLog::Message << src_vs << tcu::TestLog::EndMessage; in BuildProgram() 1410 …const char* src_vs = "#version 420 core" NL "layout(location = 0) in vec4 i_position;" NL "void ma… in Write() local 1412 …const GLuint program = BuildProgram(src_vs, NULL, NULL, NULL, GenFS(internalformat, write_value)… in Write() 1599 …const char* src_vs = "#version 420 core" NL "layout(location = 0) in vec4 i_position;" NL "void ma… in Read() local 1601 …const GLuint program = BuildProgram(src_vs, NULL, NULL, NULL, GenFS(internalformat, expected_val… in Read() [all …]
|
D | gl4cES31CompatibilityShaderImageLoadStoreTests.cpp | 314 GLuint BuildProgram(const char* src_vs, const char* src_fs, bool SIAvs = false, bool SIAfs = false) in BuildProgram() argument 324 if (src_vs) in BuildProgram() 329 const char* const src[2] = { hvs.c_str(), src_vs }; in BuildProgram() 354 if (src_vs) in BuildProgram() 356 << tcu::TestLog::Message << hvs.c_str() << src_vs << tcu::TestLog::EndMessage; in BuildProgram() 1147 const char* src_vs = in Write() local 1149 GLuint program = BuildProgram(src_vs, GenFS(internalformat, write_value).c_str()); in Write() 1434 const char* src_vs = in Read() local 1436 GLuint program = BuildProgram(src_vs, GenFS(internalformat, expected_value).c_str()); in Read() 1842 const char* src_vs = in Write() local [all …]
|
D | gl4cProgramInterfaceQueryTests.cpp | 94 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link) in CreateProgram() argument 98 if (src_vs) in CreateProgram() 103 glShaderSource(sh, 1, &src_vs, NULL); in CreateProgram() 121 …GLuint CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src… in CreateProgram() argument 126 if (src_vs) in CreateProgram() 131 glShaderSource(sh, 1, &src_vs, NULL); in CreateProgram() 5007 const char* src_vs = VertexShader_prop(); in Run() local 5014 glShaderSource(sh1, 1, &src_vs, NULL); in Run()
|
D | gl4cTextureGatherTests.cpp | 100 …GLuint CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src… in CreateProgram() argument 105 if (src_vs) in CreateProgram() 110 glShaderSource(sh, 1, &src_vs, NULL); in CreateProgram()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cShaderImageSizeTests.cpp | 315 GLuint BuildProgram(const char* src_vs, const char* src_fs, bool use_xfb, bool* result = NULL) in BuildProgram() argument 319 if (src_vs) in BuildProgram() 324 const char* const src[2] = { kGLSLVer, src_vs }; in BuildProgram() 355 if (src_vs) in BuildProgram() 357 << tcu::TestLog::Message << kGLSLVer << src_vs << tcu::TestLog::EndMessage; in BuildProgram()
|
D | es31cShaderAtomicCountersTests.cpp | 135 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link) in CreateProgram() argument 139 if (src_vs) in CreateProgram() 144 glShaderSource(sh, 1, &src_vs, NULL); in CreateProgram() 1641 …const char* src_vs = "#version 310 es" NL "layout(location = 0) in vec4 i_vertex;" NL "void main()… in Run() local 1649 prog_ = CreateProgram(src_vs, src_fs, true); in Run() 1782 const char* src_vs = in Run() local 1795 prog_ = CreateProgram(src_vs, src_fs, false); in Run() 1948 const char* src_vs = in Run() local 1959 prog_ = CreateProgram(src_vs, src_fs, false); in Run() 2120 …const char* src_vs = "#version 310 es" NL "layout(location = 0) in vec4 i_vertex;" NL "void main()… in Run() local [all …]
|
D | es31cShaderImageLoadStoreTests.cpp | 309 GLuint BuildProgram(const char* src_vs, const char* src_fs, bool SIAvs = false, bool SIAfs = false) in BuildProgram() argument 319 if (src_vs) in BuildProgram() 324 const char* const src[2] = { hvs.c_str(), src_vs }; in BuildProgram() 349 if (src_vs) in BuildProgram() 351 << tcu::TestLog::Message << kGLSLVer << src_vs << tcu::TestLog::EndMessage; in BuildProgram() 1113 const char* src_vs = in Write() local 1115 GLuint program = BuildProgram(src_vs, GenFS(internalformat, write_value).c_str()); in Write() 1399 const char* src_vs = in Read() local 1401 GLuint program = BuildProgram(src_vs, GenFS(internalformat, expected_value).c_str()); in Read() 1806 const char* src_vs = in Write() local [all …]
|
D | es31cTextureGatherTests.cpp | 92 GLuint CreateProgram(const char* src_vs, const char* src_fs) in CreateProgram() argument 95 if (src_vs) in CreateProgram() 100 glShaderSource(sh, 1, &src_vs, NULL); in CreateProgram()
|
D | es31cProgramInterfaceQueryTests.cpp | 94 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link) in CreateProgram() argument 98 if (src_vs) in CreateProgram() 103 glShaderSource(sh, 1, &src_vs, NULL); in CreateProgram() 3546 const char* src_vs = VertexShader_prop(); in Run() local 3553 glShaderSource(sh1, 1, &src_vs, NULL); in Run()
|