Home
last modified time | relevance | path

Searched defs:OpArgs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrOpFlushState.h90 struct OpArgs { struct
92 explicit OpArgs(GrOp* op, const GrSurfaceProxyView& surfaceView, bool usesMSAASurface, in OpArgs() function
106 GrOp* op() { return fOp; } in op()
107 const GrSurfaceProxyView& writeView() const { return fSurfaceView; } in writeView()
108 GrRenderTargetProxy* rtProxy() const { return fRenderTargetProxy; } in rtProxy()
110 bool usesMSAASurface() const { return fUsesMSAASurface; } in usesMSAASurface()
111 GrAppliedClip* appliedClip() { return fAppliedClip; } in appliedClip()
135 void setOpArgs(OpArgs* opArgs) { fOpArgs = opArgs; } in setOpArgs() argument
/aosp_15_r20/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h762 using OpArgs = OpArgsTemplate<OpOpcode>; variable