Lines Matching refs:sourceFormat
129 : sourceFormat(sourceFormat_), in LevelInfoGL()
748 context, mTextureID, getType(), target, levelInfo.sourceFormat, level, in copyImage()
754 context, mTextureID, getType(), target, levelInfo.sourceFormat, level, in copyImage()
835 context, mTextureID, getType(), target, levelInfo.sourceFormat, level, clippedOffset, in copySubImage()
963 GLenum sourceFormat = sourceFormatInfo.format; in copySubTextureHelper() local
965 (sourceFormat == destFormat.format && sourceFormat != GL_BGRA_EXT) || in copySubTextureHelper()
966 (sourceFormat == GL_RGBA && destFormat.format == GL_RGB); in copySubTextureHelper()
997 sourceLevelInfo.sourceFormat, unpackFlipY, unpackPremultiplyAlpha, in copySubTextureHelper()
1009 needsLumaWorkaround, sourceLevelInfo.sourceFormat, unpackFlipY, unpackPremultiplyAlpha, in copySubTextureHelper()
1818 if (levelInfo.sourceFormat == GL_LUMINANCE || in syncTextureStateSwizzle()
1819 levelInfo.sourceFormat == GL_LUMINANCE_ALPHA) in syncTextureStateSwizzle()
1829 ASSERT(levelInfo.sourceFormat == GL_ALPHA); in syncTextureStateSwizzle()
1836 if (levelInfo.sourceFormat == GL_LUMINANCE) in syncTextureStateSwizzle()
1841 else if (levelInfo.sourceFormat == GL_ALPHA) in syncTextureStateSwizzle()
1850 ASSERT(levelInfo.sourceFormat == GL_LUMINANCE_ALPHA); in syncTextureStateSwizzle()