Searched refs:WRAPMODE_LAST (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.hpp136 WRAPMODE_LAST enumerator in enum:tcu::Sampler::WrapMode
216 : wrapS (WRAPMODE_LAST)
217 , wrapT (WRAPMODE_LAST)
218 , wrapR (WRAPMODE_LAST)
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp612 DE_ASSERT(wrapMode != tcu::Sampler::WRAPMODE_LAST);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1778 default: return tcu::Sampler::WRAPMODE_LAST;
1818 RC_IF_ERROR(wrapS == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID);
1826 RC_IF_ERROR(wrapT == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID);
1834 RC_IF_ERROR(wrapR == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID);

Completed in 166 milliseconds