Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp309 const gl::InternalFormat &RenderbufferVk::getImplementationSizedFormat() const in getImplementationSizedFormat() function in rx::RenderbufferVk
317 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadFormat()
323 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(); in getColorReadType()
DRenderbufferVk.h103 const gl::InternalFormat &getImplementationSizedFormat() const;
DTextureVk.h452 const gl::InternalFormat &getImplementationSizedFormat(const gl::Context *context) const;
DTextureVk.cpp2978 const gl::InternalFormat &TextureVk::getImplementationSizedFormat(const gl::Context *context) const in getImplementationSizedFormat() function in rx::TextureVk
2998 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadFormat()
3004 const gl::InternalFormat &sizedFormat = getImplementationSizedFormat(context); in getColorReadType()