Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp508 m_internalFormat(texture.internalFormat), in SaveableTexture()
529 m_internalFormat = stream->getBe32(); in loadFromStream()
592 stream->putBe32(m_internalFormat); in onSave()
907 GLint resultInternalFormat = m_internalFormat; in restore()
923 m_internalFormat, in restore()
930 m_internalFormat, in restore()
984 target, level, m_internalFormat, in restore()
1054 eglImage->internalFormat = m_internalFormat; in fillEglImage()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DSaveableTexture.h97 unsigned int m_internalFormat = GL_RGBA; variable
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp239 cb->m_internalFormat = p_internalFormat; in create()
566 m_internalFormat = internalformat; in reformat()
948 stream->putBe32(static_cast<uint32_t>(m_internalFormat)); in onSave()
981 cb->m_internalFormat = internalFormat; in onLoad()
991 sGetFormatParameters(&cb->m_internalFormat, &texFormat, &pixelType, &bytesPerPixel, in onLoad()
1134 …n setInfoRes = s_egl.eglSetImageInfoANDROID(m_display, image, m_width, m_height, m_internalFormat); in importEglNativePixmap()
1153 …n setInfoRes = s_egl.eglSetImageInfoANDROID(m_display, image, m_width, m_height, m_internalFormat); in importEglImage()
DColorBufferGl.h250 GLint m_internalFormat = 0; variable