OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:effectKeys
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp
111
EffectKey*
effectKeys
= desc->
effectKeys
();
119
effectKeys
[currEffectKey++] =
127
effectKeys
[currEffectKey++] =
GrGLProgramDesc.h
27
of this is GL-specific. There is the generation of GrGLEffect::
EffectKeys
and the dst-read part
201
EffectKey*
effectKeys
() { return this->atOffset<EffectKey, kEffectKeyOffset>(); }
/external/skia/src/gpu/gl/
GrGLProgramDesc.cpp
111
EffectKey*
effectKeys
= desc->
effectKeys
();
119
effectKeys
[currEffectKey++] =
127
effectKeys
[currEffectKey++] =
GrGLProgramDesc.h
27
of this is GL-specific. There is the generation of GrGLEffect::
EffectKeys
and the dst-read part
201
EffectKey*
effectKeys
() { return this->atOffset<EffectKey, kEffectKeyOffset>(); }
Completed in 34 milliseconds