Lines Matching refs:refValue
177 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqualWithPrinter() argument
182 …reLevelParameterStr(pname) << ", expecting " << Printer::getIntegerName(refValue) << tcu::TestLog:… in verifyTextureLevelParameterEqualWithPrinter()
188 verifyInteger(result, state, refValue); in verifyTextureLevelParameterEqualWithPrinter()
193 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqual() argument
195 …ifyTextureLevelParameterEqualWithPrinter<IntegerPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterEqual()
198 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterInternalFormatEqual() argument
200 …extureLevelParameterEqualWithPrinter<PixelFormatPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterInternalFormatEqual()
203 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterGreaterOrEqual() argument
208 …fying " << glu::getTextureLevelParameterStr(pname) << ", expecting " << refValue << " or greater" … in verifyTextureLevelParameterGreaterOrEqual()
214 verifyIntegerMin(result, state, refValue); in verifyTextureLevelParameterGreaterOrEqual()
1021 const int refValue = (spec.levels.empty()) ? (0) : (spec.sampleCount); in checkTextureState() local
1023 …velParameterGreaterOrEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_SAMPLES, refValue, m_type); in checkTextureState()
1039 const int refValue = (spec.levels.empty()) ? (1) : ((spec.fixedSamplePos) ? (1) : (0)); in checkTextureState() local
1041 …ameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_FIXED_SAMPLE_LOCATIONS, refValue, m_type); in checkTextureState()
1062 const int refValue = initialValue; in checkTextureState() local
1064 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type); in checkTextureState()
1071 const int refValue = spec.levels[levelNdx].width; in checkTextureState() local
1073 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type); in checkTextureState()
1098 const int refValue = initialValue; in checkTextureState() local
1100 …yTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, refValue, m_type); in checkTextureState()
1107 const int refValue = spec.levels[levelNdx].height; in checkTextureState() local
1109 …yTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, refValue, m_type); in checkTextureState()
1135 const int refValue = initialValue; in checkTextureState() local
1137 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_DEPTH, refValue, m_type); in checkTextureState()
1144 const int refValue = spec.levels[levelNdx].depth; in checkTextureState() local
1146 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_DEPTH, refValue, m_type); in checkTextureState()
1184 const int refValue = spec.levels[levelNdx].internalFormat; in checkTextureState() local
1186 …nternalFormatEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_INTERNAL_FORMAT, refValue, m_type); in checkTextureState()
1231 const int refValue = getMinimumComponentResolution(spec.levels[levelNdx].internalFormat); in checkTextureState() local
1233 …fyTextureLevelParameterGreaterOrEqual(gl, spec.queryTarget, queryLevel, m_pname, refValue, m_type); in checkTextureState()
1353 const int refValue = getComponentType(spec.levels[levelNdx].internalFormat); in checkTextureState() local
1355 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, m_pname, refValue, m_t… in checkTextureState()
1484 const int refValue = (spec.levels[levelNdx].compressed) ? (1) : (0); in checkTextureState() local
1486 …tureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_COMPRESSED, refValue, m_type); in checkTextureState()
1565 const int refValue = spec.texBufferDataOffset; in checkTextureState() local
1567 …ifyTextureLevelParameterEqual(gl, spec.queryTarget, 0, GL_TEXTURE_BUFFER_OFFSET, refValue, m_type); in checkTextureState()
1606 const int refValue = spec.texBufferDataSize; in checkTextureState() local
1608 …erifyTextureLevelParameterEqual(gl, spec.queryTarget, 0, GL_TEXTURE_BUFFER_SIZE, refValue, m_type); in checkTextureState()