HomeSort by relevance Sort by last modified time
    Searched defs:GrGLSLXferProcessor (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.h 21 class GrGLSLXferProcessor {
23 GrGLSLXferProcessor() {}
24 virtual ~GrGLSLXferProcessor() {}
66 /** A GrGLSLXferProcessor instance can be reused with any GrGLSLXferProcessor that produces
67 the same stage key; this function reads data from a GrGLSLXferProcessor and uploads any
69 parameter is guaranteed to be of the same type that created this GrGLSLXferProcessor and
70 to have an identical processor key as the one that created this GrGLSLXferProcessor. This
71 function calls onSetData on the subclass of GrGLSLXferProcessor
  /external/skqp/src/gpu/glsl/
GrGLSLXferProcessor.h 21 class GrGLSLXferProcessor {
23 GrGLSLXferProcessor() {}
24 virtual ~GrGLSLXferProcessor() {}
66 /** A GrGLSLXferProcessor instance can be reused with any GrGLSLXferProcessor that produces
67 the same stage key; this function reads data from a GrGLSLXferProcessor and uploads any
69 parameter is guaranteed to be of the same type that created this GrGLSLXferProcessor and
70 to have an identical processor key as the one that created this GrGLSLXferProcessor. This
71 function calls onSetData on the subclass of GrGLSLXferProcessor

Completed in 981 milliseconds