Home | History | Annotate | Download | only in opengl

Lines Matching refs:TextureFormat

59 tcu::TextureFormat				mapGLTransferFormat					(deUint32 format, deUint32 dataType);
60 tcu::TextureFormat mapGLInternalFormat (deUint32 internalFormat);
67 TransferFormat getTransferFormat (tcu::TextureFormat format);
68 deUint32 getInternalFormat (tcu::TextureFormat format);
77 DataType getSampler1DType (tcu::TextureFormat format);
78 DataType getSampler2DType (tcu::TextureFormat format);
79 DataType getSamplerCubeType (tcu::TextureFormat format);
80 DataType getSampler2DArrayType (tcu::TextureFormat format);
81 DataType getSampler3DType (tcu::TextureFormat format);
82 DataType getSamplerCubeArrayType (tcu::TextureFormat format);