OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSamplerStates
(Results
1 - 6
of
6
) sorted by null
/external/skia/gpu/src/
GrGpuGLFixed.h
42
return fHWDrawState.
fSamplerStates
[stage].getMatrix();
45
fHWDrawState.
fSamplerStates
[stage].setMatrix(matrix);
GrGpuGLShaders.cpp
280
return fHWDrawState.
fSamplerStates
[stage].getMatrix();
290
fHWDrawState.
fSamplerStates
[stage].setMatrix(matrix);
351
fCurrDrawState.
fSamplerStates
[s].getTextureDomain();
401
fCurrDrawState.
fSamplerStates
[s].getSampleMode();
435
const GrSamplerState& sampler = fCurrDrawState.
fSamplerStates
[s];
749
if (TextureMatrixIsIdentity(texture, fCurrDrawState.
fSamplerStates
[s])) {
754
switch (fCurrDrawState.
fSamplerStates
[s].getSampleMode()) {
772
switch (fCurrDrawState.
fSamplerStates
[s].getFilter()) {
787
if (fCurrDrawState.
fSamplerStates
[s].hasTextureDomain()) {
789
fCurrDrawState.
fSamplerStates
[s].getWrapX() &
[
all
...]
GrGpuGLFixed.cpp
133
if (usingTextures[s] && fCurrDrawState.
fSamplerStates
[s].isGradient()) {
212
(fHWDrawState.
fSamplerStates
[s].getMatrix() !=
GrGpuGL.cpp
544
fHWDrawState.
fSamplerStates
[s].setRadial2Params(-GR_ScalarMax,
548
fHWDrawState.
fSamplerStates
[s].setMatrix(GrMatrix::InvalidMatrix());
[
all
...]
GrDrawTarget.cpp
366
fCurrDrawState.
fSamplerStates
[stage] = state;
/external/skia/gpu/include/
GrDrawTarget.h
179
GrSamplerState
fSamplerStates
[kNumStages];
273
fCurrDrawState.
fSamplerStates
[stage].preConcatMatrix(matrix);
295
return fCurrDrawState.
fSamplerStates
[stage].getMatrix();
305
fCurrDrawState.
fSamplerStates
[stage].setMatrix(matrix);
[
all
...]
Completed in 37 milliseconds