Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DRenderbufferGL.cpp59 mNativeInternalFormat = renderbufferFormat.internalFormat; in setStorage()
106 mNativeInternalFormat = renderbufferFormat.internalFormat; in setStorageMultisample()
115 return imageGL->setRenderbufferStorage(context, this, &mNativeInternalFormat); in setStorageEGLImageTarget()
128 return blitter->clearRenderbuffer(context, this, mNativeInternalFormat); in initializeContents()
133 return mNativeInternalFormat; in getNativeInternalFormat()
H A DRenderbufferGL.h61 GLenum mNativeInternalFormat; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DImageEGL.cpp67 mNativeInternalFormat = textureGL->getNativeInternalFormat(mState.imageIndex); in initialize()
74 mNativeInternalFormat = renderbufferGL->getNativeInternalFormat(); in initialize()
81 mNativeInternalFormat = externalImageSibling->getFormat().info->sizedInternalFormat; in initialize()
139 *outInternalFormat = mNativeInternalFormat; in setTexture2D()
156 *outInternalFormat = mNativeInternalFormat; in setRenderbufferStorage()
H A DImageEGL.h54 GLenum mNativeInternalFormat; variable