Home
last modified time | relevance | path

Searched refs:hasVertexAttributes (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DGrOpsRenderPass.cpp102 SkASSERT(programInfo.primProc().hasVertexAttributes() == in drawMeshes()
DGrPrimitiveProcessor.h156 bool hasVertexAttributes() const { return SkToBool(fVertexAttributes.fCount); } in hasVertexAttributes() function
/external/skqp/src/gpu/
DGrGpuCommandBuffer.cpp43 SkASSERT(primProc.hasVertexAttributes() == meshes[i].hasVertexData()); in draw()
DGrPrimitiveProcessor.h157 bool hasVertexAttributes() const { return SkToBool(fVertexAttributes.fCount); } in hasVertexAttributes() function
/external/skia/src/gpu/ccpr/
DGrSampleMaskProcessor.cpp40 SkASSERT(!proc.hasVertexAttributes()); // Curves are drawn with instanced rendering. in onEmitCode()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp85 if (primProc.hasVertexAttributes()) { in setup_vertex_input_state()
119 if (primProc.hasVertexAttributes()) { in setup_vertex_input_state()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp92 if (primProc.hasVertexAttributes()) { in setup_vertex_input_state()
126 if (primProc.hasVertexAttributes()) { in setup_vertex_input_state()
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm154 if (primProc.hasVertexAttributes()) {
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm214 if (primProc.hasVertexAttributes()) {