Searched defs:isCube (Results 1 – 7 of 7) sorted by relevance
54 inline bool isCube (const Texture& texture) in isCube() function
747 int isCube() const { return descTable[target].cube ? 1 : 0; } in isCube() function
2063 const bool isCube = target == GL_TEXTURE_CUBE_MAP; in getTestedSize() local
1083 const bool isCube = m_reference.getImageType() == TEXTURETYPE_CUBE; in operator ()() local
3367 const bool isCube = imageViewType == VK_IMAGE_VIEW_TYPE_CUBE; in createSamplerUniform() local
1102 bool isCube = de::inRange<int>(program, PROGRAM_CUBE_FLOAT, PROGRAM_CUBE_SHADOW_BIAS); in getProgram() local
2876 …const bool isCube = (viewType == vk::VK_IMAGE_VIEW_TYPE_CUBE || viewType == vk::VK_IMAGE_VI… in createImage() local