HomeSort by relevance Sort by last modified time
    Searched full:depthloc (Results 1 - 1 of 1) sorted by null

  /external/deqp/modules/egl/
teglImageFormatTests.cpp 507 GLuint depthLoc = gl.getUniformLocation(glProgram, "u_depth");
508 TCU_CHECK_MSG((int)depthLoc != (int)-1, "Couldn't find uniform u_depth");
540 GLU_CHECK_GLW_CALL(gl, uniform1f(depthLoc, clipDepth));
    [all...]

Completed in 55 milliseconds