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

  /external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.h 94 * emitChild will automatically extract the coords and samplers of that child and pass them
97 * therefore in an in/out param. It will be declared in mangled form by emitChild(). It is
101 void emitChild(int childIndex, const char* inputColor, SkString* outputColor,
105 void emitChild(int childIndex, const char* inputColor, EmitArgs& parentArgs);
GrGLSLFragmentProcessor.cpp 23 void GrGLSLFragmentProcessor::emitChild(int childIndex, const char* inputColor, EmitArgs& args) {
27 void GrGLSLFragmentProcessor::emitChild(int childIndex, const char* inputColor,
  /external/skia/src/gpu/
GrFragmentProcessor.cpp 157 this->emitChild(0, nullptr, args);
233 this->emitChild(0, colorName, args);
310 this->emitChild(i, input.c_str(), &temp, args);
314 this->emitChild(this->numChildProcessors() - 1, input.c_str(), args);
  /external/skia/src/gpu/effects/
GrXfermodeFragmentProcessor.cpp 101 this->emitChild(0, inputColor, &srcColor, args);
104 this->emitChild(1, inputColor, &dstColor, args);
236 this->emitChild(0, nullptr, &childColor, args);
GrYUVEffect.cpp 232 this->emitChild(0, args.fInputColor, &outputColor, args);
  /external/skia/tools/debugger/
SkOverdrawMode.cpp 111 this->emitChild(0, nullptr, &dstColor, args);
  /external/skia/src/effects/
SkArithmeticMode_gpu.cpp 52 this->emitChild(0, nullptr, &dstColor, args);
SkPixelXorXfermode.cpp 177 this->emitChild(0, nullptr, &dstColor, args);
SkAvoidXfermode.cpp 277 this->emitChild(0, nullptr, &dstColor, args);
  /external/skia/tests/
GLProgramsTest.cpp 118 this->emitChild(0, nullptr, args);

Completed in 485 milliseconds