Home
last modified time | relevance | path

Searched refs:getNativeInternalFormat (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/
DImageEGL.cpp66 mNativeInternalFormat = textureGL->getNativeInternalFormat(mState.imageIndex); in initialize()
73 mNativeInternalFormat = renderbufferGL->getNativeInternalFormat(); in initialize()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DRenderbufferGL.h54 GLenum getNativeInternalFormat() const;
DRenderbufferGL.cpp110 GLenum RenderbufferGL::getNativeInternalFormat() const in getNativeInternalFormat() function in rx::RenderbufferGL
DTextureGL.h207 GLenum getNativeInternalFormat(const gl::ImageIndex &index) const;
DTextureGL.cpp1696 GLenum TextureGL::getNativeInternalFormat(const gl::ImageIndex &index) const in getNativeInternalFormat() function in rx::TextureGL