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

  /external/skia/src/gpu/gl/
GrGLProgram.h 143 GrGLSLFragProcs fFragmentProcessors;
  /external/skqp/src/gpu/gl/
GrGLProgram.h 143 GrGLSLFragProcs fFragmentProcessors;
  /external/skia/src/gpu/vk/
GrVkPipelineState.h 197 GrGLSLFragProcs fFragmentProcessors;
  /external/skqp/src/gpu/vk/
GrVkPipelineState.h 197 GrGLSLFragProcs fFragmentProcessors;
  /external/skia/src/gpu/
GrPipeline.h 118 return fFragmentProcessors.count() - fNumColorProcessors;
120 int numFragmentProcessors() const { return fFragmentProcessors.count(); }
153 return *fFragmentProcessors[idx].get();
158 return *fFragmentProcessors[fNumColorProcessors + idx].get();
162 return *fFragmentProcessors[idx].get();
244 FragmentProcessorArray fFragmentProcessors;
246 // This value is also the index in fFragmentProcessors where coverage processors begin.
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.h 103 GrGLSLFragProcs fFragmentProcessors;
  /external/skqp/src/gpu/
GrPipeline.h 118 return fFragmentProcessors.count() - fNumColorProcessors;
120 int numFragmentProcessors() const { return fFragmentProcessors.count(); }
153 return *fFragmentProcessors[idx].get();
158 return *fFragmentProcessors[fNumColorProcessors + idx].get();
162 return *fFragmentProcessors[idx].get();
244 FragmentProcessorArray fFragmentProcessors;
246 // This value is also the index in fFragmentProcessors where coverage processors begin.
  /external/skqp/src/gpu/glsl/
GrGLSLProgramBuilder.h 103 GrGLSLFragProcs fFragmentProcessors;

Completed in 110 milliseconds