Lines Matching defs:TextureTraits
210 struct TextureTraits struct
215 struct TextureTraits<glu::Texture2D> struct
217 typedef tcu::IVec2 SizeType;
219 …xtureFromInternalFormat (glu::RenderContext& renderCtx, deUint32 texFormat, const tcu::IVec2& size) in createTextureFromInternalFormat()
224 …tAndType (glu::RenderContext& renderCtx, deUint32 texFormat, deUint32 type, const tcu::IVec2& size) in createTextureFromFormatAndType()
229 …tic de::MovePtr<glu::Texture2D> createTextureFromCompressedData (glu::RenderContext& renderCtx, in createTextureFromCompressedData()
241 static int getTextureNumLayers (const tcu::IVec2& size) in getTextureNumLayers()
250 struct TextureTraits<glu::Texture3D> struct
252 typedef tcu::IVec3 SizeType;
254 …xtureFromInternalFormat (glu::RenderContext& renderCtx, deUint32 texFormat, const tcu::IVec3& size) in createTextureFromInternalFormat()
259 …tAndType (glu::RenderContext& renderCtx, deUint32 texFormat, deUint32 type, const tcu::IVec3& size) in createTextureFromFormatAndType()
264 …tic de::MovePtr<glu::Texture3D> createTextureFromCompressedData (glu::RenderContext& renderCtx, in createTextureFromCompressedData()
276 static int getTextureNumLayers (const tcu::IVec3& size) in getTextureNumLayers()