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

  /external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.h 143 inline void emitChild(int childIndex, SkString* outputColor, EmitArgs& parentArgs) {
144 this->emitChild(childIndex, "half4(1.0)", outputColor, parentArgs);
148 * emitChild will automatically extract the coords and samplers of that child and pass them
151 * therefore in an in/out param. It will be declared in mangled form by emitChild(). It is
155 void emitChild(int childIndex, const char* inputColor, SkString* outputColor,
158 inline void emitChild(int childIndex, EmitArgs& args) {
159 this->emitChild(childIndex, "half4(1.0)", args);
163 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/skqp/src/gpu/glsl/
GrGLSLFragmentProcessor.h 143 inline void emitChild(int childIndex, SkString* outputColor, EmitArgs& parentArgs) {
144 this->emitChild(childIndex, "half4(1.0)", outputColor, parentArgs);
148 * emitChild will automatically extract the coords and samplers of that child and pass them
151 * therefore in an in/out param. It will be declared in mangled form by emitChild(). It is
155 void emitChild(int childIndex, const char* inputColor, SkString* outputColor,
158 inline void emitChild(int childIndex, EmitArgs& args) {
159 this->emitChild(childIndex, "half4(1.0)", args);
163 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/effects/
GrArithmeticFP.cpp 39 this->emitChild(0, &_child0, args);
GrXfermodeFragmentProcessor.cpp 225 this->emitChild(0, inputColor, &srcColor, args);
228 this->emitChild(1, inputColor, &dstColor, args);
451 this->emitChild(0, &childColor, args);
  /external/skqp/src/gpu/effects/
GrArithmeticFP.cpp 39 this->emitChild(0, &_child0, args);
GrXfermodeFragmentProcessor.cpp 225 this->emitChild(0, inputColor, &srcColor, args);
228 this->emitChild(1, inputColor, &dstColor, args);
451 this->emitChild(0, &childColor, args);
  /external/skia/src/gpu/
GrFragmentProcessor.cpp 240 this->emitChild(0, args);
309 this->emitChild(0, colorName, args);
399 this->emitChild(0, args.fInputColor, &temp, args);
403 this->emitChild(i, input.c_str(), &temp, args);
407 this->emitChild(this->numChildProcessors() - 1, input.c_str(), args);
GrColorSpaceXform.cpp 229 this->emitChild(0, &childColor, args);
  /external/skqp/src/gpu/
GrFragmentProcessor.cpp 242 this->emitChild(0, args);
311 this->emitChild(0, colorName, args);
401 this->emitChild(0, args.fInputColor, &temp, args);
405 this->emitChild(i, input.c_str(), &temp, args);
409 this->emitChild(this->numChildProcessors() - 1, input.c_str(), args);
GrColorSpaceXform.cpp 229 this->emitChild(0, &childColor, args);
  /external/skia/tests/
GLProgramsTest.cpp 121 this->emitChild(0, args);
  /external/skqp/tests/
GLProgramsTest.cpp 121 this->emitChild(0, args);

Completed in 190 milliseconds