Searched refs:ParamsTexel (Results 1 – 5 of 5) sorted by relevance
107 struct ParamsTexel { struct111 GR_STATIC_ASSERT(0 == offsetof(ParamsTexel, fX)); argument112 GR_STATIC_ASSERT(4 * 4 == sizeof(ParamsTexel));
110 SkSTArray<1024, ParamsTexel, true> fParams;
56 fParamsBuffer.reset(rp->createBuffer(fParams.count() * sizeof(ParamsTexel), in beginFlush()
88 SkSTArray<5, ParamsTexel, true> fParams;
106 ParamsTexel& texel = fParams.push_back(); in appendParamsTexel()116 ParamsTexel& texel = fParams.push_back(); in appendParamsTexel()