Searched refs:getFormatSupportedCompressionRates (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | TextureImpl.cpp | 185 GLint TextureImpl::getFormatSupportedCompressionRates(const gl::Context *context, in getFormatSupportedCompressionRates() function in rx::TextureImpl
|
D | TextureImpl.h | 241 virtual GLint getFormatSupportedCompressionRates(const gl::Context *context,
|
/external/angle/src/libANGLE/ |
D | Texture.h | 446 GLint getFormatSupportedCompressionRates(const Context *context,
|
D | Texture.cpp | 1888 GLint Texture::getFormatSupportedCompressionRates(const Context *context, in getFormatSupportedCompressionRates() function in gl::Texture 1893 return mTexture->getFormatSupportedCompressionRates(context, internalformat, bufSize, rates); in getFormatSupportedCompressionRates()
|
D | queryutils.cpp | 1770 *params = texture->getFormatSupportedCompressionRates(context, internalformat, in QueryInternalFormativ() 1778 texture->getFormatSupportedCompressionRates(context, internalformat, bufSize, in QueryInternalFormativ()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.h | 369 GLint getFormatSupportedCompressionRates(const gl::Context *context,
|
D | TextureVk.cpp | 2126 GLint TextureVk::getFormatSupportedCompressionRates(const gl::Context *context, in getFormatSupportedCompressionRates() function in rx::TextureVk
|