Searched defs:sh3 (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp2502 const GLuint sh3 = glCreateShader(GL_COMPUTE_SHADER); local
2503 glShaderSource(sh3, 1, &cs3, NULL);
2504 glCompileShader(sh3);
2509 glAttachShader(p, sh3);
2514 glDeleteShader(sh3);
/external/deqp/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp2137 const GLuint sh3 = glCreateShader(GL_COMPUTE_SHADER); local
2138 glShaderSource(sh3, 1, &cs3, NULL);
2139 glCompileShader(sh3);
2152 glAttachShader(p, sh3);
2164 glDeleteShader(sh3);

Completed in 209 milliseconds