Home
last modified time | relevance | path

Searched defs:set_stencil_ref (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DOpsRenderPass.cpp81 void set_stencil_ref(GrD3DGpu* gpu, const GrProgramInfo& info) { in set_stencil_ref() function
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h443 void (*set_stencil_ref)(struct pipe_context *, member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py393 def set_stencil_ref(self, state): member in Context