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

/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp49 TEXTURETYPE_CUBE, enumerator in enum:glu::TextureTestUtil::TextureType
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp333 TEXTURETYPE_CUBE, enumerator in enum:deqp::gles2::Functional::TextureType
472 case TEXTURETYPE_CUBE: verifyTexCube (gles2Context, refContext); break;
522 DE_ASSERT(m_texType == TEXTURETYPE_CUBE);
659 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
757 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
863 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
975 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
1100 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
1211 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), 0 /* Mipmaps are never used */, width, height)
1316 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, mapGLUnsizedInternalForma
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp77 TEXTURETYPE_CUBE, enumerator in enum:vkt::sr::__anon4525::TextureType
863 case TEXTURETYPE_CUBE: return glu::TYPE_SAMPLER_CUBE_SHADOW;
873 case TEXTURETYPE_CUBE: return glu::getSamplerCubeType(format);
913 case TEXTURETYPE_CUBE: return 3;
1150 DE_ASSERT(m_baseParams.textureType == TEXTURETYPE_CUBE || !(m_baseParams.flags & GATHERCASE_DONT_SAMPLE_CUBE_CORNERS));
1349 : m_baseParams.textureType == TEXTURETYPE_CUBE ? IVec3(10,10,10)
1353 : m_baseParams.textureType == TEXTURETYPE_CUBE ? IVec3(6,6,0)
2215 , m_baseParams (TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzle, minFilter, magFilter, baseLevel, flags, sparseCase)
2291 case TEXTURETYPE_CUBE:
2329 { "cube", TEXTURETYPE_CUBE }
[all...]

Completed in 92 milliseconds