OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitEffect
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFragmentOnlyProgramBuilder.h
31
virtual void
emitEffect
(const GrProcessorStage& stage,
38
* Helper for
emitEffect
(). Allocates texture units from the builder for each transform in an
GrGLProgramBuilder.cpp
175
this->
emitEffect
(*effectStages[e], e, keyProvider, &inColor, &outColor);
184
void GrGLProgramBuilder::
emitEffect
(const GrProcessorStage& effectStage,
207
this->
emitEffect
(effectStage, keyProvider.get(effectIndex), outColor->c_str(),
GrGLFragmentOnlyProgramBuilder.cpp
60
void GrGLFragmentOnlyProgramBuilder::
emitEffect
(const GrProcessorStage& stage,
GrGLFullProgramBuilder.h
97
virtual void
emitEffect
(const GrProcessorStage& stage,
104
* Helper for
emitEffect
(). Emits code to implement an effect's coord transforms in the VS.
GrGLFullProgramBuilder.cpp
48
this->INHERITED::
emitEffect
(*geometryProcessor, 0, gpKeyProvider, &gpInputCoverage,
108
void GrGLFullProgramBuilder::
emitEffect
(const GrProcessorStage& stage,
GrGLProgramBuilder.h
162
void
emitEffect
(const GrProcessorStage& effectStage,
169
* Helper for
emitEffect
() in subclasses. Emits uniforms for an effect's texture accesses and
307
* Subclasses override
emitEffect
below to emit data and code for a specific single effect
309
virtual void
emitEffect
(const GrProcessorStage&,
Completed in 714 milliseconds