Searched refs:transformFeedbackTestFragSource (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fBooleanStateQueryTests.cpp | 399 static const char *transformFeedbackTestFragSource = "#version 300 es\n" variable 588 glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, nullptr); in test()
|
D | es3fIndexedStateQueryTests.cpp | 92 static const char *transformFeedbackTestFragSource = "#version 300 es\n" in test() local 103 glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, nullptr); in test()
|
D | es3fShaderStateQueryTests.cpp | 1894 static const char *transformFeedbackTestFragSource = "#version 300 es\n" in test() local 1908 glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, nullptr); in test()
|
D | es3fIntegerStateQueryTests.cpp | 2042 static const char *transformFeedbackTestFragSource = "#version 300 es\n" in test() local 2083 gl.glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, nullptr); in test()
|