OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:effectStage
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp
25
SkMatrix get_transform_matrix(const GrProcessorStage&
effectStage
,
28
const GrCoordTransform& coordTransform =
effectStage
.getProcessor()->coordTransform(transformIdx);
34
useExplicitLocalCoords ? SkMatrix::I() :
effectStage
.getCoordChangeMatrix();
116
const GrProcessorStage&
effectStage
,
118
const GrProcessor& effect = *
effectStage
.getProcessor();
121
this->setPathTransformData(gpu, programDataManager,
effectStage
, index);
123
this->setTransformData(gpu, programDataManager,
effectStage
, index);
130
const GrProcessorStage&
effectStage
,
134
SkASSERT(numTransforms ==
effectStage
.getProcessor()->numTransforms());
137
const SkMatrix& matrix = get_transform_matrix(
effectStage
, fHasExplicitLocalCoords, t)
[
all
...]
GrGLProgramDesc.cpp
76
static uint32_t gen_transform_key(const GrProcessorStage&
effectStage
,
79
int numTransforms =
effectStage
.getProcessor()->numTransforms();
82
if (
effectStage
.isPerspectiveCoordTransform(t, useExplicitLocalCoords)) {
88
const GrCoordTransform& coordTransform =
effectStage
.getProcessor()->coordTransform(t);
GrGLProgramEffects.h
140
const GrProcessorStage&
effectStage
,
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFragmentOnlyProgramBuilder.cpp
90
const GrProcessorStage&
effectStage
, GrGLProcessor::TransformedCoordsArray* outCoords) {
91
int numTransforms =
effectStage
.getProcessor()->numTransforms();
99
effectStage
.isPerspectiveCoordTransform(t, false) ?
GrGLProgramBuilder.cpp
184
void GrGLProgramBuilder::emitEffect(const GrProcessorStage&
effectStage
,
189
SkASSERT(
effectStage
.getProcessor());
190
CodeStage::AutoStageRestore csar(&fCodeStage, &
effectStage
);
207
this->emitEffect(
effectStage
, keyProvider.get(effectIndex), outColor->c_str(),
GrGLFullProgramBuilder.cpp
137
void GrGLFullProgramBuilder::emitTransforms(const GrProcessorStage&
effectStage
,
141
const GrProcessor* effect =
effectStage
.getProcessor();
157
effectStage
.isPerspectiveCoordTransform(t, fVS.hasExplicitLocalCoords()) ?
GrGLFullProgramBuilder.h
110
void emitTransforms(const GrProcessorStage&
effectStage
,
GrGLProgramBuilder.h
162
void emitEffect(const GrProcessorStage&
effectStage
,
198
const GrProcessorStage*
effectStage
() const {
GrGLFragmentShaderBuilder.cpp
83
const GrProcessor* effect = fProgramBuilder->fCodeStage.
effectStage
()->getProcessor();
145
const GrProcessor* effect = cs->
effectStage
()->getProcessor();
Completed in 176 milliseconds