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

/external/skia/src/gpu/glsl/
H A DGrGLSLXferProcessor.h19 class GrGLSLXferProcessor { class
21 GrGLSLXferProcessor() {} function in class:GrGLSLXferProcessor
22 virtual ~GrGLSLXferProcessor() {}
69 /** A GrGLSLXferProcessor instance can be reused with any GrGLSLXferProcessor that produces
70 the same stage key; this function reads data from a GrGLSLXferProcessor and uploads any
72 parameter is guaranteed to be of the same type that created this GrGLSLXferProcessor and
73 to have an identical processor key as the one that created this GrGLSLXferProcessor. This
74 function calls onSetData on the subclass of GrGLSLXferProcessor

Completed in 106 milliseconds