Home
last modified time | relevance | path

Searched refs:initialKeyLength (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp163 this->desc().initialKeyLength()+4); in storeShadersInCache()
229 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc.asKey(), desc.initialKeyLength()+4); in finalize()
/external/skia/src/gpu/
DGrProgramDesc.h131 uint32_t initialKeyLength() const { return fInitialKeyLength; } in initialKeyLength() function
/external/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp596 SkData::MakeWithoutCopy(this->desc().asKey(), this->desc().initialKeyLength()); in finalize()
656 SkData::MakeWithoutCopy(this->desc().asKey(), this->desc().initialKeyLength()); in finalize()
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm1131 SkReadBuffer readBuffer(desc.asKey() + desc.initialKeyLength()/sizeof(uint32_t),
1132 desc.keyLength() - desc.initialKeyLength());