Searched refs:Shader1 (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cComputeShaderTests.cpp | 5804 static std::string Shader1(int x, int y, int z) in Shader1() function in glcts::__anon27686::NegativeGLSLCompileTimeErrors 5841 if (!Compile(Shader1(x + 1, 1, 1))) in Run() 5843 if (!Compile(Shader1(1, y + 1, 1))) in Run() 5845 if (!Compile(Shader1(1, 1, z + 1))) in Run()
|
H A D | es31cShaderStorageBufferObjectTests.cpp | 8382 static std::string Shader1(int binding) in Shader1() function in glcts::__anon27698::NegativeGLSLCompileTime 8409 if (!Compile(Shader1(-1))) in Run() 8412 if (!Compile(Shader1(bindings))) in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cComputeShaderTests.cpp | 6385 static std::string Shader1(int x, int y, int z) in Shader1() function in gl4cts::__anon27620::NegativeGLSLCompileTimeErrors 6423 if (!Compile(Shader1(x + 1, 1, 1))) in Run() 6425 if (!Compile(Shader1(1, y + 1, 1))) in Run() 6427 if (!Compile(Shader1(1, 1, z + 1))) in Run()
|
H A D | gl4cShaderStorageBufferObjectTests.cpp | 8814 static std::string Shader1(int binding) in Shader1() function in gl4cts::__anon27645::NegativeGLSLCompileTime 8841 if (!Compile(Shader1(-1))) in Run() 8844 if (!Compile(Shader1(bindings))) in Run()
|
H A D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 8215 static std::string Shader1(int binding) in Shader1() function in gl4cts::es31compatibility::__anon27629::NegativeGLSLCompileTime 8242 if (!Compile(Shader1(-1))) in Run() 8245 if (!Compile(Shader1(bindings))) in Run()
|
Completed in 52 milliseconds