Home
last modified time | relevance | path

Searched defs:fUniforms (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/skia/include/core/
H A DSkMesh.h229 const std::vector<Uniform> fUniforms; variable
381 sk_sp<const SkData> fUniforms; variable
/aosp_15_r20/external/skia/include/effects/
H A DSkRuntimeEffect.h326 std::vector<Uniform> fUniforms; variable
484 sk_sp<SkData> fUniforms; variable
/aosp_15_r20/external/skia/src/effects/colorfilters/
H A DSkRuntimeColorFilter.h49 sk_sp<const SkData> fUniforms; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrUniformDataManager.h80 skia_private::TArray<Uniform, true> fUniforms; variable
H A DGrSPIRVUniformHandler.h75 UniformInfoArray fUniforms; variable
/aosp_15_r20/external/skia/src/core/
H A DSkRuntimeBlender.h49 sk_sp<const SkData> fUniforms; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLProgramDataManager.h89 skia_private::TArray<Uniform, true> fUniforms; variable
H A DGrGLUniformHandler.h92 UniformInfoArray fUniforms; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlUniformHandler.h94 UniformInfoArray fUniforms; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkUniformHandler.h159 UniformInfoArray fUniforms; variable
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DRenderer.h208 std::vector<Uniform> fUniforms; variable
H A DShaderCodeDictionary.h125 skia_private::TArray<Uniform> fUniforms; member
H A DKeyHelpers.h413 sk_sp<const SkData> fUniforms; member
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLProgram.h40 std::vector<Uniform> fUniforms; member
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DDrawMeshOp.cpp631 sk_sp<const SkData> fUniforms; member in __anon38263ce10111::MeshGP
830 sk_sp<const SkData> fUniforms; member in __anon38263ce10111::MeshOp
/aosp_15_r20/frameworks/base/libs/hwui/
H A DMesh.h95 sk_sp<SkData> fUniforms; variable
/aosp_15_r20/external/skia/modules/skottie/src/effects/
H A DSkSLEffect.cpp222 std::vector<std::tuple<SkString, std::unique_ptr<VectorValue>>> fUniforms; member in skottie::internal::SkSLEffectBase
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineBuilder.cpp2894 SkSpan<float> fUniforms; member in SkSL::RP::Program::Dumper