Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp738 GLenum swizzleComponentOf(const TextureSwizzle& s, GLenum component) { in swizzleComponentOf() function
753 result.toRed = swizzleComponentOf(first, next.toRed); in concatSwizzles()
754 result.toGreen = swizzleComponentOf(first, next.toGreen); in concatSwizzles()
755 result.toBlue = swizzleComponentOf(first, next.toBlue); in concatSwizzles()
756 result.toAlpha = swizzleComponentOf(first, next.toAlpha); in concatSwizzles()
DSaveableTexture.cpp1020 swizzleComponentOf(emulatedBaseSwizzle, param.second); in restore()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h78 GLenum swizzleComponentOf(const TextureSwizzle& s, GLenum component);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3644 swizzleComponentOf(emulatedBaseSwizzle, userSwz); in sEmulateUserTextureSwizzle()