Searched defs:GrPrimitiveProcessor (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrPrimitiveProcessor.h16 * The GrPrimitiveProcessor represents some kind of geometric primitive. This includes the shape
17 * of the primitive and the inherent color of the primitive. The GrPrimitiveProcessor is
20 * from the GrPrimitiveProcessor, so the GrPrimitiveProcessor must be able to support this
24 * GrPrimitiveProcessor. These loops run on the CPU and to determine known properties of the final
31 * about GrPrimitiveProcessor creation.
37 * GrPrimitiveProcessor defines an interface which all subclasses must implement. All
41 class GrPrimitiveProcessor : public GrResourceIOProcessor, public GrProgramElement { class in inherits:GrResourceIOProcessor,GrProgramElement

Completed in 114 milliseconds