Searched refs:TextureInternalFormatDescriptor (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.hpp | 128 struct TextureInternalFormatDescriptor struct in gl3cts::TextureSizePromotion::FunctionalTest 187 static const TextureInternalFormatDescriptor 202 void prepareSourceTexture(TextureInternalFormatDescriptor descriptor, glw::GLenum target); 209 …void prepareDestinationTextureAndFramebuffer(TextureInternalFormatDescriptor descriptor, glw::GLen… 219 glw::GLuint prepareProgram(glw::GLenum target, TextureInternalFormatDescriptor descriptor, 233 bool checkSourceTextureSizeAndType(TextureInternalFormatDescriptor descriptor, glw::GLenum target); 248 …bool checkDestinationTexture(TextureInternalFormatDescriptor descriptor, ColorChannelSelector chan… 275 glw::GLenum getDestinationFormatForChannel(TextureInternalFormatDescriptor descriptor); 283 bool isFloatType(TextureInternalFormatDescriptor descriptor); 291 bool isFixedSignedType(TextureInternalFormatDescriptor descriptor); [all …]
|
D | gl3cTextureSizePromotion.cpp | 233 void FunctionalTest::prepareSourceTexture(TextureInternalFormatDescriptor descriptor, glw::GLenum t… in prepareSourceTexture() 349 void FunctionalTest::renderDataIntoMultisampledTexture(TextureInternalFormatDescriptor descriptor, … in renderDataIntoMultisampledTexture() 394 void FunctionalTest::prepareDestinationTextureAndFramebuffer(TextureInternalFormatDescriptor descri… in prepareDestinationTextureAndFramebuffer() 504 bool FunctionalTest::checkSourceTextureSizeAndType(TextureInternalFormatDescriptor descriptor, glw:… in checkSourceTextureSizeAndType() 590 glw::GLenum FunctionalTest::getDestinationFormatForChannel(TextureInternalFormatDescriptor descript… in getDestinationFormatForChannel() 620 glw::GLuint FunctionalTest::prepareProgram(glw::GLenum target, TextureInternalFormatDescriptor desc… in prepareProgram() 846 bool FunctionalTest::checkDestinationTexture(TextureInternalFormatDescriptor descriptor, ColorChann… in checkDestinationTexture() 1056 bool FunctionalTest::isFloatType(TextureInternalFormatDescriptor descriptor) in isFloatType() 1062 bool FunctionalTest::isFixedSignedType(TextureInternalFormatDescriptor descriptor) in isFixedSignedType() 1070 bool FunctionalTest::isFixedUnsignedType(TextureInternalFormatDescriptor descriptor) in isFixedUnsignedType() [all …]
|