Searched refs:TYPE_CUBE_MAP_ARRAY (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp139 case Texture::TYPE_CUBE_MAP_ARRAY: return Framebuffer::TEXTARGET_CUBE_MAP_ARRAY;
636 case GL_TEXTURE_CUBE_MAP_ARRAY: expectedType = Texture::TYPE_CUBE_MAP_ARRAY; break;
2045 texObj->getType() != Texture::TYPE_CUBE_MAP_ARRAY, GL_INVALID_OPERATION, RC_RET_VOID);
2047 if (texObj->getType() == Texture::TYPE_2D_ARRAY || texObj->getType() == Texture::TYPE_CUBE_MAP_ARRAY)
2200 DE_ASSERT(texture->getType() == Texture::TYPE_CUBE_MAP_ARRAY);
2326 texture->getType() == Texture::TYPE_CUBE_MAP_ARRAY)
2334 else if (texture->getType() == Texture::TYPE_CUBE_MAP_ARRAY)
5177 : Texture (name, TYPE_CUBE_MAP_ARRAY)
H A DsglrReferenceContext.hpp82 TYPE_CUBE_MAP_ARRAY, enumerator in enum:sglr::rc::Texture::Type

Completed in 57 milliseconds