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

/external/skia/src/gpu/gl/
H A DGrGLXferProcessor.h16 class GrGLXferProcessor { class
18 GrGLXferProcessor() {} function in class:GrGLXferProcessor
19 virtual ~GrGLXferProcessor() {}
52 /** A GrGLXferProcessor instance can be reused with any GrGLXferProcessor that produces
53 the same stage key; this function reads data from a GrGLXferProcessor and uploads any
55 parameter is guaranteed to be of the same type that created this GrGLXferProcessor and
56 to have an identical processor key as the one that created this GrGLXferProcessor. This
57 function calls onSetData on the subclass of GrGLXferProcessor

Completed in 100 milliseconds