Home
last modified time | relevance | path

Searched refs:Shader1 (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp5804 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 Des31cShaderStorageBufferObjectTests.cpp8382 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 Dgl4cComputeShaderTests.cpp6385 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 Dgl4cShaderStorageBufferObjectTests.cpp8814 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 Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp8215 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