OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kEffectKeyBits
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLEffect.h
49
kEffectKeyBits
= GrBackendEffectFactory::
kEffectKeyBits
,
66
Only the bits indicated by GrBackendEffectFactory::
kEffectKeyBits
are
/external/skia/src/gpu/gl/
GrGLEffect.h
49
kEffectKeyBits
= GrBackendEffectFactory::
kEffectKeyBits
,
66
Only the bits indicated by GrBackendEffectFactory::
kEffectKeyBits
are
/external/chromium_org/third_party/skia/include/gpu/
GrBackendEffectFactory.h
36
kEffectKeyBits
= 10,
60
return key >> (
kEffectKeyBits
+ kTextureKeyBits) & ((1U << kTransformKeyBits) - 1);
75
kTextureKeyBits -
kEffectKeyBits
- kAttribKeyBits);
/external/skia/include/gpu/
GrBackendEffectFactory.h
36
kEffectKeyBits
= 10,
60
return key >> (
kEffectKeyBits
+ kTextureKeyBits) & ((1U << kTransformKeyBits) - 1);
75
kTextureKeyBits -
kEffectKeyBits
- kAttribKeyBits);
Completed in 45 milliseconds