Home
last modified time | relevance | path

Searched refs:TextureViewUtilities (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp193 unsigned int TextureViewUtilities::getAmountOfComponentsForInternalformat(const glw::GLenum interna… in getAmountOfComponentsForInternalformat()
309 unsigned int TextureViewUtilities::getBlockSizeForCompressedInternalformat(const glw::GLenum intern… in getBlockSizeForCompressedInternalformat()
355 void TextureViewUtilities::getComponentSizeForInternalformat(const glw::GLenum internalformat, in getComponentSizeForInternalformat()
606 void TextureViewUtilities::getComponentSizeForType(const glw::GLenum type, unsigned int* out_rgba_s… in getComponentSizeForType()
720 const char* TextureViewUtilities::getErrorCodeString(const glw::GLint error_code) in getErrorCodeString()
756 _format TextureViewUtilities::getFormatOfInternalformat(const glw::GLenum internalformat) in getFormatOfInternalformat()
883 glw::GLenum TextureViewUtilities::getGLFormatOfInternalformat(const glw::GLenum internalformat) in getGLFormatOfInternalformat()
1072 const char* TextureViewUtilities::getGLSLDataTypeForSamplerType(const _sampler_type sampler_type, in getGLSLDataTypeForSamplerType()
1175 const char* TextureViewUtilities::getGLSLTypeForSamplerType(const _sampler_type sampler_type) in getGLSLTypeForSamplerType()
1204 TextureViewUtilities::_incompatible_internalformat_pairs TextureViewUtilities::
[all …]
Dgl4cTextureViewTests.hpp88 class TextureViewUtilities class