Home
last modified time | relevance | path

Searched refs:ParamsTexel (Results 1 – 5 of 5) 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.h110 SkSTArray<1024, ParamsTexel, true> fParams;
DInstancedRendering.cpp56 fParamsBuffer.reset(rp->createBuffer(fParams.count() * sizeof(ParamsTexel), in beginFlush()
DInstancedOp.h88 SkSTArray<5, ParamsTexel, true> fParams;
DInstancedOp.cpp106 ParamsTexel& texel = fParams.push_back(); in appendParamsTexel()
116 ParamsTexel& texel = fParams.push_back(); in appendParamsTexel()