Searched refs:fSwizzleIsRGBA (Results 1 – 4 of 4) sorted by relevance
35 : fBaseMipMapLevel(0), fMaxMipmapLevel(1000), fSwizzleIsRGBA(true) {} in NonsamplerState()38 fSwizzleIsRGBA = false; in invalidate()
2705 newNonsamplerState.fSwizzleIsRGBA = true; in bindTexture()2710 if (setAll || !oldNonsamplerState.fSwizzleIsRGBA) { in bindTexture()
38 nsState.fSwizzleIsRGBA == invalidNSState.fSwizzleIsRGBA; in nonsampler_params_invalid()
53 bool fSwizzleIsRGBA; member