Searched refs:commonTestVertSource (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 47 static const char* commonTestVertSource = "void main (void)\n" variable 531 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 763 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 1046 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 1077 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 1120 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 46 static const char* commonTestVertSource = "#version 300 es\n" variable 697 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 925 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 1336 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 1367 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 1410 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 1908 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test()
|