Home | History | Annotate | Download | only in functional

Lines Matching refs:samplerType

115 	de::MovePtr<glu::Texture2D>	createTexture			(glu::DataType samplerType, float redChannelValue, int binding);
457 deUint32 getTextureFormat (glu::DataType samplerType)
461 switch (samplerType)
491 de::MovePtr<glu::Texture2D> UniformLocationCase::createTexture (glu::DataType samplerType, float redChannelValue, int binding)
497 const deUint32 format = getTextureFormat(samplerType);