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

  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 73 , fCustomColorOutputIndex(-1)
112 fOutputs[fCustomColorOutputIndex].setTypeModifier(GrShaderVar::kInOut_TypeModifier);
143 fCustomColorOutputIndex = fOutputs.count();
175 fOutputs[fCustomColorOutputIndex].getTypeModifier() == GrShaderVar::kInOut_TypeModifier;
GrGLSLFragmentShaderBuilder.h 164 int fCustomColorOutputIndex;
  /external/skqp/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 85 , fCustomColorOutputIndex(-1)
195 fOutputs[fCustomColorOutputIndex].setTypeModifier(GrShaderVar::kInOut_TypeModifier);
226 fCustomColorOutputIndex = fOutputs.count();
258 fOutputs[fCustomColorOutputIndex].getTypeModifier() == GrShaderVar::kInOut_TypeModifier;
GrGLSLFragmentShaderBuilder.h 229 int fCustomColorOutputIndex;

Completed in 50 milliseconds