Lines Matching refs:refValue
178 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqualWithPrinter() argument
183 …reLevelParameterStr(pname) << ", expecting " << Printer::getIntegerName(refValue) << tcu::TestLog:… in verifyTextureLevelParameterEqualWithPrinter()
189 verifyInteger(result, state, refValue); in verifyTextureLevelParameterEqualWithPrinter()
194 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqual() argument
196 …ifyTextureLevelParameterEqualWithPrinter<IntegerPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterEqual()
199 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterInternalFormatEqual() argument
201 …extureLevelParameterEqualWithPrinter<PixelFormatPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterInternalFormatEqual()
204 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterGreaterOrEqual() argument
209 …fying " << glu::getTextureLevelParameterStr(pname) << ", expecting " << refValue << " or greater" … in verifyTextureLevelParameterGreaterOrEqual()
215 verifyIntegerMin(result, state, refValue); in verifyTextureLevelParameterGreaterOrEqual()
1022 const int refValue = (spec.levels.empty()) ? (0) : (spec.sampleCount); in checkTextureState() local
1024 …velParameterGreaterOrEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_SAMPLES, refValue, m_type); in checkTextureState()
1040 const int refValue = (spec.levels.empty()) ? (1) : ((spec.fixedSamplePos) ? (1) : (0)); in checkTextureState() local
1042 …ameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_FIXED_SAMPLE_LOCATIONS, refValue, m_type); in checkTextureState()
1063 const int refValue = initialValue; in checkTextureState() local
1065 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type); in checkTextureState()
1072 const int refValue = spec.levels[levelNdx].width; in checkTextureState() local
1074 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type); in checkTextureState()
1099 const int refValue = initialValue; in checkTextureState() local
1101 …yTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, refValue, m_type); in checkTextureState()
1108 const int refValue = spec.levels[levelNdx].height; in checkTextureState() local
1110 …yTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, refValue, m_type); in checkTextureState()
1136 const int refValue = initialValue; in checkTextureState() local
1138 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_DEPTH, refValue, m_type); in checkTextureState()
1145 const int refValue = spec.levels[levelNdx].depth; in checkTextureState() local
1147 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_DEPTH, refValue, m_type); in checkTextureState()
1185 const int refValue = spec.levels[levelNdx].internalFormat; in checkTextureState() local
1187 …nternalFormatEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_INTERNAL_FORMAT, refValue, m_type); in checkTextureState()
1232 const int refValue = getMinimumComponentResolution(spec.levels[levelNdx].internalFormat); in checkTextureState() local
1234 …fyTextureLevelParameterGreaterOrEqual(gl, spec.queryTarget, queryLevel, m_pname, refValue, m_type); in checkTextureState()
1354 const int refValue = getComponentType(spec.levels[levelNdx].internalFormat); in checkTextureState() local
1356 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, m_pname, refValue, m_t… in checkTextureState()
1485 const int refValue = (spec.levels[levelNdx].compressed) ? (1) : (0); in checkTextureState() local
1487 …tureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_COMPRESSED, refValue, m_type); in checkTextureState()
1572 const int refValue = spec.texBufferDataOffset; in checkTextureState() local
1574 …ifyTextureLevelParameterEqual(gl, spec.queryTarget, 0, GL_TEXTURE_BUFFER_OFFSET, refValue, m_type); in checkTextureState()
1612 const int refValue = spec.texBufferDataSize; in checkTextureState() local
1614 …erifyTextureLevelParameterEqual(gl, spec.queryTarget, 0, GL_TEXTURE_BUFFER_SIZE, refValue, m_type); in checkTextureState()