Searched refs:testVertSource (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 1140 static const char *testVertSource = "uniform highp float uniformNameWithLength23;\n" in test() local 1158 glShaderSource(shaderVert, 1, &testVertSource, nullptr); in test() 1355 static const char *testVertSource = "attribute highp vec2 longInputAttributeName;\n" in test() local 1369 glShaderSource(shaderVert, 1, &testVertSource, nullptr); in test() 1681 static const char *testVertSource = in test() local 1698 glu::makeVtxFragSources(testVertSource, testFragSource)); in test() 1742 static const char *testVertSource = in test() local 1757 glu::makeVtxFragSources(testVertSource, testFragSource)); in test() 1801 static const char *testVertSource = "uniform bool boolUniform;\n" in test() local 1816 glu::makeVtxFragSources(testVertSource, testFragSource)); in test() [all …]
|
D | es2fIntegerStateQueryTests.cpp | 1709 static const char *testVertSource = "void main (void)\n" in test() local 1733 gl.glShaderSource(shaderVert, 1, &testVertSource, nullptr); in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 1402 static const char *testVertSource = "#version 300 es\n" in test() local 1421 glShaderSource(shaderVert, 1, &testVertSource, nullptr); in test() 1659 static const char *testVertSource = in test() local 1680 glShaderSource(shaderVert, 1, &testVertSource, nullptr); in test() 2006 static const char *testVertSource = "#version 300 es\n" in test() local 2023 glShaderSource(shaderVert, 1, &testVertSource, nullptr); in test() 2932 static const char *testVertSource = in test() local 2952 glShaderSource(shaderVert, 1, &testVertSource, nullptr); in test() 3002 static const char *testVertSource = in test() local 3022 glShaderSource(shaderVert, 1, &testVertSource, nullptr); in test() [all …]
|
D | es3fIndexedStateQueryTests.cpp | 335 static const char *testVertSource = "#version 300 es\n" in test() local 352 glShaderSource(shaderVert, 1, &testVertSource, nullptr); in test()
|
D | es3fIntegerStateQueryTests.cpp | 2146 static const char *testVertSource = "#version 300 es\n" in test() local 2173 gl.glShaderSource(shaderVert, 1, &testVertSource, nullptr); in test()
|