Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp364 const TextureType m_texType; member in deqp::gles2::Functional::TextureSpecCase
394 , m_texType (type) in TextureSpecCase()
455 deUint32 texTarget = m_texType == TEXTURETYPE_2D ? GL_TEXTURE_2D : GL_TEXTURE_CUBE_MAP; in iterate()
469 switch (m_texType) in iterate()
484 DE_ASSERT(m_texType == TEXTURETYPE_2D); in verifyTex2D()
522 DE_ASSERT(m_texType == TEXTURETYPE_CUBE); in verifyTexCube()