Home
last modified time | relevance | path

Searched refs:pushPtr (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/shaders/
DSkTransformShader.cpp28 fMatrix = uniforms->pushPtr(&fMatrixStorage); in applyMatrix()
DSkImageShader.cpp765 uniforms->pushPtr(pm.addr()), in makeProgram()
/third_party/skia/src/core/
DSkDraw_vertices.cpp126 fColorMatrix = uniforms->pushPtr(&fM43); in onProgram()
132 fCoordMatrix = uniforms->pushPtr(&fM33); in onProgram()
DSkDraw_atlas.cpp61 skvm::Uniform color = uniforms->pushPtr(fValues); in onProgram()
DSkVM.h554 Uniform pushPtr(const void* ptr) { in pushPtr() function
565 return this->pushPtr(a); in pushArray()
569 return this->pushPtr(a); in pushArrayF()
/third_party/skia/src/effects/
DSkTableColorFilter.cpp71 skvm::Uniform table = uniforms->pushPtr(bytePtr); in onProgram()
/third_party/skia/modules/particles/src/
DSkParticleBinding.cpp71 skvm::Uniform ptr = fUniforms->pushPtr(fPath.data()); in call()
/third_party/skia/tests/
DSkSLInterpreterTest.cpp922 fAddr = uniforms->pushPtr(fTable);
/third_party/skia/src/shaders/gradients/
DSkGradientShader.cpp544 skvm::Uniform fbs = uniforms->pushPtr(fb); in onProgram()
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp2035 children.push_back({uniforms.pushPtr(nullptr), builder->uniform32(uniforms.push(0))}); in testingOnly_ProgramToSkVMShader()