Searched refs:mNativeInternalFormat (Results 1 – 4 of 4) sorted by relevance
59 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()
61 GLenum mNativeInternalFormat; variable
67 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()
54 GLenum mNativeInternalFormat; variable