Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLTypesPriv.cpp35 : fBaseMipMapLevel(0), fMaxMipmapLevel(1000), fSwizzleIsRGBA(true) {} in NonsamplerState()
38 fSwizzleIsRGBA = false; in invalidate()
DGrGLGpu.cpp2705 newNonsamplerState.fSwizzleIsRGBA = true; in bindTexture()
2710 if (setAll || !oldNonsamplerState.fSwizzleIsRGBA) { in bindTexture()
/external/skia/tests/
DGLBackendSurfaceTest.cpp38 nsState.fSwizzleIsRGBA == invalidNSState.fSwizzleIsRGBA; in nonsampler_params_invalid()
/external/skia/include/private/
DGrGLTypesPriv.h53 bool fSwizzleIsRGBA; member