Home | History | Annotate | Download | only in opengl

Lines Matching refs:deUint32

44 	deUint32	format;		//!< Pixel format.
45 deUint32 dataType; //!< Data type.
53 TransferFormat (deUint32 format_, deUint32 dataType_)
60 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
61 tcu::TextureFormat mapGLInternalFormat (deUint32 internalFormat);
62 tcu::CompressedTexFormat mapGLCompressedTexFormat (deUint32 format);
63 bool isGLInternalColorFormatFilterable (deUint32 internalFormat);
64 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 minFilter, deUint32 magFilter);
65 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter);
66 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFilter, deUint32 magFilter);
67 tcu::Sampler::CompareMode mapGLCompareFunc (deUint32 mode);
70 deUint32 getInternalFormat (tcu::TextureFormat format);
71 deUint32 getGLFormat (tcu::CompressedTexFormat format);
73 deUint32 getGLWrapMode (tcu::Sampler::WrapMode wrapMode);
74 deUint32 getGLFilterMode (tcu::Sampler::FilterMode filterMode);
75 deUint32 getGLCompareFunc (tcu::Sampler::CompareMode compareMode);
77 deUint32 getGLCubeFace (tcu::CubeFace face);
78 tcu::CubeFace getCubeFaceFromGL (deUint32 face);
87 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);
88 bool isCompressedFormat (deUint32 internalFormat);