Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp507 m_format(texture.format), in SaveableTexture()
528 m_format = stream->getBe32(); in loadFromStream()
591 stream->putBe32(m_format); in onSave()
723 s_texImageSize(m_format, m_type, 1, width, height) * in onSave()
726 GLenum neededBufferFormat = m_format; in onSave()
729 getCoreProfileEmulatedFormat(m_format); in onSave()
774 emulatedBaseSwizzle = getSwizzleForEmulatedFormat(m_format); in onSave()
908 GLenum resultFormat = m_format; in restore()
910 if (!isGles2Gles() && m_type == GL_UNSIGNED_BYTE && m_format == GL_BGRA_EXT && in restore()
913 } else if (isCoreProfile() && isCoreProfileEmulatedFormat(m_format)) { in restore()
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DSaveableTexture.h96 unsigned int m_format = GL_RGBA; variable
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp241 cb->m_format = texFormat; in create()
567 m_format = texFormat; in reformat()
603 if (p_type != m_type || p_format != m_format) { in subUpdateFromFrameworkFormat()
639 return subUpdate(0, 0, m_width, m_height, m_format, m_type, newContents); in replaceContents()
655 return readPixels(0, 0, m_width, m_height, m_format, m_type, pixels); in readContents()
994 cb->m_format = texFormat; in onLoad()
DColorBufferGl.h260 GLenum m_format = 0; // TODO: Currently we treat m_internalFormat same as variable