Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/egl/
DImageEGL.cpp66 mNativeInternalFormat = textureGL->getNativeInternalFormat(mState.imageIndex); in initialize()
73 mNativeInternalFormat = renderbufferGL->getNativeInternalFormat(); in initialize()
/external/angle/src/libANGLE/renderer/gl/
DRenderbufferGL.h55 GLenum getNativeInternalFormat() const;
DRenderbufferGL.cpp130 GLenum RenderbufferGL::getNativeInternalFormat() const in getNativeInternalFormat() function in rx::RenderbufferGL
DTextureGL.h214 GLenum getNativeInternalFormat(const gl::ImageIndex &index) const;
DTextureGL.cpp1765 GLenum TextureGL::getNativeInternalFormat(const gl::ImageIndex &index) const in getNativeInternalFormat() function in rx::TextureGL