Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPolygonOffsetClampTests.cpp291 GLuint readDepthProgramId = 0; in test() local
314 readDepthProgramId = readDepthProgram->getProgram(); in test()
377 depthValue = readDepthValue(gl, readDepthProgramId); in test()
392 depthValueOffset = readDepthValue(gl, readDepthProgramId); in test()
417 depthValueOffsetClamp = readDepthValue(gl, readDepthProgramId); in test()
449 …etClampValueTestCaseBase::readDepthValue(const glw::Functions& gl, const GLuint readDepthProgramId) in readDepthValue() argument
468 gl.useProgram(readDepthProgramId); in readDepthValue()
DglcPolygonOffsetClampTests.hpp103 float readDepthValue(const glw::Functions& gl, const GLuint readDepthProgramId);