Home | History | Annotate | Download | only in opengl

Lines Matching refs:deUint32

43 	deUint32	format;		//!< Pixel format.
44 deUint32 dataType; //!< Data type.
52 TransferFormat (deUint32 format_, deUint32 dataType_)
59 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
60 tcu::TextureFormat mapGLInternalFormat (deUint32 internalFormat);
61 bool isGLInternalColorFormatFilterable (deUint32 internalFormat);
62 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 minFilter, deUint32 magFilter);
63 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter);
64 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFilter, deUint32 magFilter);
65 tcu::Sampler::CompareMode mapGLCompareFunc (deUint32 mode);
68 deUint32 getInternalFormat (tcu::TextureFormat format);
69 deUint32 getGLFormat (tcu::CompressedTexture::Format format);
71 deUint32 getGLWrapMode (tcu::Sampler::WrapMode wrapMode);
72 deUint32 getGLFilterMode (tcu::Sampler::FilterMode filterMode);
73 deUint32 getGLCompareFunc (tcu::Sampler::CompareMode compareMode);
75 deUint32 getGLCubeFace (tcu::CubeFace face);
84 bool isSizedFormatColorRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat);