Home
last modified time | relevance | path

Searched refs:compile_status_internal (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp3190 glw::GLint compile_status_internal = GL_FALSE; in iterate() local
3200 gl.getShaderiv(m_vs_id, GL_COMPILE_STATUS, &compile_status_internal); in iterate()
3203 if (compile_status_internal == GL_FALSE) in iterate()