Home
last modified time | relevance | path

Searched refs:ParamsTexel (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/instanced/
DInstancedRenderingTypes.h107 struct ParamsTexel { struct
111 GR_STATIC_ASSERT(0 == offsetof(ParamsTexel, fX)); argument
112 GR_STATIC_ASSERT(4 * 4 == sizeof(ParamsTexel));
DInstancedRendering.h154 SkSTArray<5, ParamsTexel, true> fParams;
205 SkSTArray<1024, ParamsTexel, true> fParams;
DInstancedRendering.cpp318 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()