Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h75 TextureSwizzle getSwizzleForEmulatedFormat(GLenum format);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp774 emulatedBaseSwizzle = getSwizzleForEmulatedFormat(m_format); in onSave()
1015 emulatedBaseSwizzle = getSwizzleForEmulatedFormat(m_format); in restore()
DTextureUtils.cpp682 TextureSwizzle getSwizzleForEmulatedFormat(GLenum format) { in getSwizzleForEmulatedFormat() function
DGLEScontext.cpp2438 concatSwizzles(getSwizzleForEmulatedFormat(format), in prepareCoreProfileEmulatedTexture()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3640 getSwizzleForEmulatedFormat(texData->format); in sEmulateUserTextureSwizzle()