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

  /external/skia/src/gpu/gl/
GrGLProgram.h 141 GrGLSLFragProcs fFragmentProcessors;
  /external/skia/src/gpu/
GrProcessorSet.h 38 return fFragmentProcessors.count() - fFragmentProcessorOffset;
43 return fFragmentProcessors[idx + fFragmentProcessorOffset];
46 return fFragmentProcessors[idx + fColorFragmentProcessorCnt + fFragmentProcessorOffset];
185 SkAutoSTArray<4, const GrFragmentProcessor*> fFragmentProcessors;
GrPipeline.h 131 return fFragmentProcessors.count() - fNumColorProcessors;
133 int numFragmentProcessors() const { return fFragmentProcessors.count(); }
147 return *fFragmentProcessors[idx].get();
152 return *fFragmentProcessors[fNumColorProcessors + idx].get();
156 return *fFragmentProcessors[idx].get();
226 FragmentProcessorArray fFragmentProcessors;
228 // This value is also the index in fFragmentProcessors where coverage processors begin.
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.h 104 GrGLSLFragProcs fFragmentProcessors;
  /external/skia/src/gpu/vk/
GrVkPipelineState.h 227 GrGLSLFragProcs fFragmentProcessors;

Completed in 584 milliseconds