Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp176 static wgpu::BlendState create_blend_state(const GrDawnGpu* gpu, const GrPipeline& pipeline) { in create_blend_state() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h346 void * (*create_blend_state)(struct pipe_context *, member
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py281 def create_blend_state(self, state): member in Context