Searched defs:create_blend_state (Results 1 – 3 of 3) sorted by relevance
175 static wgpu::BlendState create_blend_state(const GrDawnGpu* gpu, const GrPipeline& pipeline) { in create_blend_state() function
280 void * (*create_blend_state)(struct pipe_context *, member
260 def create_blend_state(self, state): member in Context