Searched defs:fClearColor (Results 1 – 8 of 8) sorted by relevance
74 std::array<float, 4> fClearColor; variable
88 std::array<float, 4> fClearColor; variable
34 std::array<float, 4> fClearColor; member
38 std::array<float, 4> fClearColor; member
224 float fClearColor = (clearValue == TextureBase::ClearValue::Zero) ? 0.f : 1.f; in ClearTexture() local
998 float fClearColor = (clearValue == TextureBase::ClearValue::Zero) ? 0.f : 1.f; in ClearTexture() local
1135 float fClearColor = isZero ? 0.f : 1.f; in ClearTexture() local
116 GrGLFunction<GrGLClearColorFn> fClearColor; member