OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addColorFragmentProcessor
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/gpu/
GrPaint.h
73
const GrFragmentProcessor*
addColorFragmentProcessor
(const GrFragmentProcessor* fp) {
/external/skia/src/gpu/
GrPipelineBuilder.h
66
const GrFragmentProcessor*
addColorFragmentProcessor
(const GrFragmentProcessor* processor) {
82
this->
addColorFragmentProcessor
(GrSimpleTextureEffect::Create(texture, matrix))->unref();
92
this->
addColorFragmentProcessor
(GrSimpleTextureEffect::Create(texture, matrix,
Completed in 295 milliseconds