Searched defs:TEXTURETYPE_CUBE (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp63 TEXTURETYPE_CUBE, enumerator in enum:deqp::gls::TextureTestUtil::TextureType
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp334 TEXTURETYPE_CUBE, enumerator in enum:deqp::gles2::Functional::TextureType
473 case TEXTURETYPE_CUBE: verifyTexCube (gles2Context, refContext); break;
523 DE_ASSERT(m_texType == TEXTURETYPE_CUBE);
660 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
758 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
864 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
976 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
1101 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
1212 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), 0 /* Mipmaps are never used */, width, height)
1317 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, mapGLUnsizedInternalForma
[all...]

Completed in 779 milliseconds