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