Lines Matching refs:refValue
180 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqualWithPrinter() argument
185 …reLevelParameterStr(pname) << ", expecting " << Printer::getIntegerName(refValue) << tcu::TestLog:… in verifyTextureLevelParameterEqualWithPrinter()
191 verifyInteger(result, state, refValue); in verifyTextureLevelParameterEqualWithPrinter()
196 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqual() argument
198 …ifyTextureLevelParameterEqualWithPrinter<IntegerPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterEqual()
201 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterInternalFormatEqual() argument
203 …extureLevelParameterEqualWithPrinter<PixelFormatPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterInternalFormatEqual()
206 …CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterGreaterOrEqual() argument
211 …fying " << glu::getTextureLevelParameterStr(pname) << ", expecting " << refValue << " or greater" … in verifyTextureLevelParameterGreaterOrEqual()
217 verifyIntegerMin(result, state, refValue); in verifyTextureLevelParameterGreaterOrEqual()
1024 const int refValue = (spec.levels.empty()) ? (0) : (spec.sampleCount); in checkTextureState() local
1026 …velParameterGreaterOrEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_SAMPLES, refValue, m_type); in checkTextureState()
1042 const int refValue = (spec.levels.empty()) ? (1) : ((spec.fixedSamplePos) ? (1) : (0)); in checkTextureState() local
1044 …ameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_FIXED_SAMPLE_LOCATIONS, refValue, m_type); in checkTextureState()
1065 const int refValue = initialValue; in checkTextureState() local
1067 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type); in checkTextureState()
1074 const int refValue = spec.levels[levelNdx].width; in checkTextureState() local
1076 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_WIDTH, refValue, m_type); in checkTextureState()
1101 const int refValue = initialValue; in checkTextureState() local
1103 …yTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, refValue, m_type); in checkTextureState()
1110 const int refValue = spec.levels[levelNdx].height; in checkTextureState() local
1112 …yTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_HEIGHT, refValue, m_type); in checkTextureState()
1138 const int refValue = initialValue; in checkTextureState() local
1140 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_DEPTH, refValue, m_type); in checkTextureState()
1147 const int refValue = spec.levels[levelNdx].depth; in checkTextureState() local
1149 …fyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_DEPTH, refValue, m_type); in checkTextureState()
1187 const int refValue = spec.levels[levelNdx].internalFormat; in checkTextureState() local
1189 …nternalFormatEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_INTERNAL_FORMAT, refValue, m_type); in checkTextureState()
1234 const int refValue = getMinimumComponentResolution(spec.levels[levelNdx].internalFormat); in checkTextureState() local
1236 …fyTextureLevelParameterGreaterOrEqual(gl, spec.queryTarget, queryLevel, m_pname, refValue, m_type); in checkTextureState()
1356 const int refValue = getComponentType(spec.levels[levelNdx].internalFormat); in checkTextureState() local
1358 …allOk &= verifyTextureLevelParameterEqual(gl, spec.queryTarget, queryLevel, m_pname, refValue, m_t… in checkTextureState()
1487 const int refValue = (spec.levels[levelNdx].compressed) ? (1) : (0); in checkTextureState() local
1489 …tureLevelParameterEqual(gl, spec.queryTarget, queryLevel, GL_TEXTURE_COMPRESSED, refValue, m_type); in checkTextureState()
1574 const int refValue = spec.texBufferDataOffset; in checkTextureState() local
1576 …ifyTextureLevelParameterEqual(gl, spec.queryTarget, 0, GL_TEXTURE_BUFFER_OFFSET, refValue, m_type); in checkTextureState()
1614 const int refValue = spec.texBufferDataSize; in checkTextureState() local
1616 …erifyTextureLevelParameterEqual(gl, spec.queryTarget, 0, GL_TEXTURE_BUFFER_SIZE, refValue, m_type); in checkTextureState()