Home
last modified time | relevance | path

Searched refs:KeyContextWithLocalMatrix (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DKeyContext.h91 class KeyContextWithLocalMatrix : public KeyContext {
93 KeyContextWithLocalMatrix(const KeyContext& other, const SkMatrix& childLM) in KeyContextWithLocalMatrix() function
105 KeyContextWithLocalMatrix(const KeyContextWithLocalMatrix&) = delete;
106 KeyContextWithLocalMatrix& operator=(const KeyContextWithLocalMatrix&) = delete;
H A DKeyHelpers.cpp1614 KeyContextWithLocalMatrix newContext(keyContext, shader->ctm()); in add_to_key()
2088 KeyContextWithLocalMatrix newContext(keyContext, shader->localMatrix()); in add_to_key()