Searched refs:commonTestFragSource (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 51 static const char* commonTestFragSource = "void main (void)\n" variable 532 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 764 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 1047 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 1121 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 51 static const char* commonTestFragSource = "#version 300 es\n" variable 698 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 926 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 1337 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 1411 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 1909 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test()
|