Home
last modified time | relevance | path

Searched refs:getImplementationSizedFormat (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.cpp362 const gl::InternalFormat &RenderbufferVk::getImplementationSizedFormat() const in getImplementationSizedFormat() function in rx::RenderbufferVk
370 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadFormat()
376 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadType()
H A DRenderbufferVk.h104 const gl::InternalFormat &getImplementationSizedFormat() const;
H A DTextureVk.h578 const gl::InternalFormat &getImplementationSizedFormat(const gl::Context *context) const;
H A DTextureVk.cpp4305 const gl::InternalFormat &TextureVk::getImplementationSizedFormat(const gl::Context *context) const in getImplementationSizedFormat() function in rx::TextureVk
4325 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadFormat()
4331 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadType()