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

  /external/skia/include/gpu/
GrSamplerState.h 114 , fRadial2Radius0()
207 GrScalar getRadial2Radius0() const { return fRadial2Radius0; }
222 fRadial2Radius0 = radius0;
251 GrScalar fRadial2Radius0;
  /external/skia/src/gpu/gl/
GrGLProgram.h 330 GrScalar fRadial2Radius0[GrDrawState::kNumStages];
GrGpuGLShaders.cpp 530 fProgramData->fRadial2Radius0[s] != sampler.getRadial2Radius0() ||
553 fProgramData->fRadial2Radius0[s] = sampler.getRadial2Radius0();
    [all...]
GrGLProgram.cpp     [all...]

Completed in 191 milliseconds