Searched refs:TextureInternalFormatDescriptor (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/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() 361 void FunctionalTest::renderDataIntoMultisampledTexture(TextureInternalFormatDescriptor descriptor, … in renderDataIntoMultisampledTexture() 406 void FunctionalTest::prepareDestinationTextureAndFramebuffer(TextureInternalFormatDescriptor descri… in prepareDestinationTextureAndFramebuffer() 516 bool FunctionalTest::checkSourceTextureSizeAndType(TextureInternalFormatDescriptor descriptor, glw:… in checkSourceTextureSizeAndType() 602 glw::GLenum FunctionalTest::getDestinationFormatForChannel(TextureInternalFormatDescriptor descript… in getDestinationFormatForChannel() 632 glw::GLuint FunctionalTest::prepareProgram(glw::GLenum target, TextureInternalFormatDescriptor desc… in prepareProgram() 856 bool FunctionalTest::checkDestinationTexture(TextureInternalFormatDescriptor descriptor, ColorChann… in checkDestinationTexture() 1066 bool FunctionalTest::isFloatType(TextureInternalFormatDescriptor descriptor) in isFloatType() 1072 bool FunctionalTest::isFixedSignedType(TextureInternalFormatDescriptor descriptor) in isFixedSignedType() 1080 bool FunctionalTest::isFixedUnsignedType(TextureInternalFormatDescriptor descriptor) in isFixedUnsignedType() [all …]
|