Lines Matching refs:deUint32
43 deUint32 format; //!< Pixel format.
44 deUint32 dataType; //!< Data type.
52 TransferFormat (deUint32 format_, deUint32 dataType_) in TransferFormat()
59 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
60 tcu::TextureFormat mapGLInternalFormat (deUint32 internalFormat);
61 tcu::CompressedTexFormat mapGLCompressedTexFormat (deUint32 format);
62 bool isGLInternalColorFormatFilterable (deUint32 internalFormat);
63 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 minFilter, deUint32 magFilter);
64 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 ma…
65 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFil…
66 tcu::Sampler::CompareMode mapGLCompareFunc (deUint32 mode);
69 deUint32 getInternalFormat (tcu::TextureFormat format);
70 deUint32 getGLFormat (tcu::CompressedTexFormat format);
72 deUint32 getGLWrapMode (tcu::Sampler::WrapMode wrapMode);
73 deUint32 getGLFilterMode (tcu::Sampler::FilterMode filterMode);
74 deUint32 getGLCompareFunc (tcu::Sampler::CompareMode compareMode);
76 deUint32 getGLCubeFace (tcu::CubeFace face);
77 tcu::CubeFace getCubeFaceFromGL (deUint32 face);
86 …Renderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
87 bool isCompressedFormat (deUint32 internalFormat);