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

  /external/skia/src/gpu/
GrProcessorUnitTest.cpp 19 } while (fp->numChildProcessors() != 0);
GrFragmentProcessor.cpp 38 if (this->numChildProcessors() != that.numChildProcessors()) {
41 for (int i = 0; i < this->numChildProcessors(); ++i) {
428 for (int i = 1; i < this->numChildProcessors() - 1; ++i) {
434 this->emitChild(this->numChildProcessors() - 1, input.c_str(), args);
452 int childCnt = this->numChildProcessors();
505 for (int i = back->numChildProcessors() - 1; i >= 0; --i) {
GrProgramDesc.cpp 137 for (int i = 0; i < fp.numChildProcessors(); ++i) {
  /external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.cpp 17 SkASSERT(fChildProcessors.count() == processor.numChildProcessors());
78 for (int i = back->numChildProcessors() - 1; i >= 0; --i) {
GrGLSLFragmentProcessor.h 153 int numChildProcessors() const { return fChildProcessors.count(); }
  /external/skia/include/gpu/
GrFragmentProcessor.h 108 int numChildProcessors() const { return fChildProcessors.count(); }
  /external/skia/tests/
ProcessorTest.cpp 345 for (int j = 0; j < fp->numChildProcessors(); ++j) {
364 for (int c = 0; c < fp->numChildProcessors(); ++c) {
369 children.append(c == fp->numChildProcessors() - 1 ? ")" : ", ");
GLProgramsTest.cpp 183 if (0 == fp->numChildProcessors()) {
  /external/skia/src/gpu/effects/
GrXfermodeFragmentProcessor.cpp 48 for (int i = 0; i < this->numChildProcessors(); ++i) {
266 for (int i = 0; i < this->numChildProcessors(); ++i) {

Completed in 347 milliseconds