Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp963 GLuint depthLoc = gl.getUniformLocation(glProgram, "u_depth"); in invokeGLES() local
964 TCU_CHECK_MSG((int)depthLoc != (int)-1, "Couldn't find uniform u_depth"); in invokeGLES()
996 GLU_CHECK_GLW_CALL(gl, uniform1f(depthLoc, clipDepth)); in invokeGLES()