Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp206 const gl::InternalFormat &RenderbufferVk::getImplementationSizedFormat() const in getImplementationSizedFormat() function in rx::RenderbufferVk
214 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadFormat()
220 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadType()
DRenderbufferVk.h71 const gl::InternalFormat &getImplementationSizedFormat() const;
DTextureVk.h377 const gl::InternalFormat &getImplementationSizedFormat(const gl::Context *context) const;
DTextureVk.cpp1835 const gl::InternalFormat &TextureVk::getImplementationSizedFormat(const gl::Context *context) const in getImplementationSizedFormat() function in rx::TextureVk
1855 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadFormat()
1861 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadType()