Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPolygonOffsetClampTests.cpp291 GLuint readDepthProgramId = 0; in test() local
314 readDepthProgramId = readDepthProgram->getProgram(); in test()
383 depthValue = readDepthValue(gl, readDepthProgramId); in test()
398 depthValueOffset = readDepthValue(gl, readDepthProgramId); in test()
423 depthValueOffsetClamp = readDepthValue(gl, readDepthProgramId); in test()
455 …etClampValueTestCaseBase::readDepthValue(const glw::Functions& gl, const GLuint readDepthProgramId) in readDepthValue() argument
474 gl.useProgram(readDepthProgramId); in readDepthValue()
DglcPolygonOffsetClampTests.hpp103 float readDepthValue(const glw::Functions& gl, const GLuint readDepthProgramId);