Home
last modified time | relevance | path

Searched refs:getFormatSupportedCompressionRates (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/
DTextureImpl.cpp185 GLint TextureImpl::getFormatSupportedCompressionRates(const gl::Context *context, in getFormatSupportedCompressionRates() function in rx::TextureImpl
DTextureImpl.h241 virtual GLint getFormatSupportedCompressionRates(const gl::Context *context,
/external/angle/src/libANGLE/
DTexture.h446 GLint getFormatSupportedCompressionRates(const Context *context,
DTexture.cpp1888 GLint Texture::getFormatSupportedCompressionRates(const Context *context, in getFormatSupportedCompressionRates() function in gl::Texture
1893 return mTexture->getFormatSupportedCompressionRates(context, internalformat, bufSize, rates); in getFormatSupportedCompressionRates()
Dqueryutils.cpp1770 *params = texture->getFormatSupportedCompressionRates(context, internalformat, in QueryInternalFormativ()
1778 texture->getFormatSupportedCompressionRates(context, internalformat, bufSize, in QueryInternalFormativ()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h369 GLint getFormatSupportedCompressionRates(const gl::Context *context,
DTextureVk.cpp2126 GLint TextureVk::getFormatSupportedCompressionRates(const gl::Context *context, in getFormatSupportedCompressionRates() function in rx::TextureVk