OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numChildProcessors
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/gpu/
GrProcessorUnitTest.cpp
17
} while (fp->
numChildProcessors
() != 0);
GrFragmentProcessor.cpp
44
if (this->
numChildProcessors
() != that.
numChildProcessors
()) {
47
for (int i = 0; i < this->
numChildProcessors
(); ++i) {
307
for (int i = 0; i < this->
numChildProcessors
() - 1; ++i) {
314
this->emitChild(this->
numChildProcessors
() - 1, input.c_str(), args);
328
children.setCount(this->
numChildProcessors
());
334
for (int i = 0; i < this->
numChildProcessors
(); ++i) {
GrPipeline.cpp
154
for (int i = 0; i < proc->
numChildProcessors
(); ++i) {
/external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.h
87
int
numChildProcessors
() const { return fChildProcessors.count(); }
GrGLSLFragmentProcessor.cpp
17
SkASSERT(fChildProcessors.count() == processor.
numChildProcessors
());
/external/skia/include/gpu/
GrFragmentProcessor.h
95
int
numChildProcessors
() const { return fChildProcessors.count(); }
/external/skia/src/gpu/gl/
GrGLProgramDesc.cpp
88
for (int i = 0; i < fp.
numChildProcessors
(); ++i) {
/external/skia/src/gpu/vk/
GrVkProgramDesc.cpp
75
for (int i = 0; i < fp.
numChildProcessors
(); ++i) {
/external/skia/src/gpu/effects/
GrXfermodeFragmentProcessor.cpp
158
for (int i = 0; i < this->
numChildProcessors
(); ++i) {
/external/skia/tests/
GLProgramsTest.cpp
203
if (0 == fp->
numChildProcessors
()) {
Completed in 252 milliseconds