Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h82 bool isSwizzleParam(GLenum pname);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp783 if (isSwizzleParam(plist[i]) && param != GL_ZERO && in onSave()
1018 if (isSwizzleParam(param.first)) { in restore()
DTextureUtils.cpp760 bool isSwizzleParam(GLenum pname) { in isSwizzleParam() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp2929 return texData && isCoreProfile() && isSwizzleParam(pname) && in sShouldEmulateSwizzles()