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

  /external/skia/src/gpu/gl/
GrGLProgram.h 134 GrGLSLFragProcs fFragmentProcessors;
  /external/skia/src/gpu/vk/
GrVkProgram.h 150 GrGLSLFragProcs fFragmentProcessors;
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.h 91 GrGLSLFragProcs fFragmentProcessors;
  /external/skia/src/gpu/
GrPipeline.h 105 return fFragmentProcessors.count() - fNumColorProcessors;
107 int numFragmentProcessors() const { return fFragmentProcessors.count(); }
121 return *fFragmentProcessors[idx].get();
126 return *fFragmentProcessors[fNumColorProcessors + idx].get();
130 return *fFragmentProcessors[idx].get();
202 FragmentProcessorArray fFragmentProcessors;
206 // This value is also the index in fFragmentProcessors where coverage processors begin.

Completed in 50 milliseconds