Searched refs:TextureInternalFormatDescriptor (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A 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 …]
|
H A D | gl3cTextureSizePromotion.cpp | 235 void FunctionalTest::prepareSourceTexture(TextureInternalFormatDescriptor descriptor, glw::GLenum t… in prepareSourceTexture() 363 void FunctionalTest::renderDataIntoMultisampledTexture(TextureInternalFormatDescriptor descriptor, … in renderDataIntoMultisampledTexture() 408 void FunctionalTest::prepareDestinationTextureAndFramebuffer(TextureInternalFormatDescriptor descri… in prepareDestinationTextureAndFramebuffer() 518 bool FunctionalTest::checkSourceTextureSizeAndType(TextureInternalFormatDescriptor descriptor, glw:… in checkSourceTextureSizeAndType() 604 glw::GLenum FunctionalTest::getDestinationFormatForChannel(TextureInternalFormatDescriptor descript… in getDestinationFormatForChannel() 634 glw::GLuint FunctionalTest::prepareProgram(glw::GLenum target, TextureInternalFormatDescriptor desc… in prepareProgram() 858 bool FunctionalTest::checkDestinationTexture(TextureInternalFormatDescriptor descriptor, ColorChann… in checkDestinationTexture() 1069 bool FunctionalTest::isFloatType(TextureInternalFormatDescriptor descriptor) in isFloatType() 1075 bool FunctionalTest::isFixedSignedType(TextureInternalFormatDescriptor descriptor) in isFixedSignedType() 1083 bool FunctionalTest::isFixedUnsignedType(TextureInternalFormatDescriptor descriptor) in isFixedUnsignedType() [all …]
|