OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUseAlphaConfig_DstReadKeyBit
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h
327
kUseAlphaConfig_DstReadKeyBit
= 0x2, // Set if dst-copy config is alpha only.
GrGLShaderBuilder.cpp
115
if (SkToBool(
kUseAlphaConfig_DstReadKeyBit
& header.fDstReadKey)) {
310
key |=
kUseAlphaConfig_DstReadKeyBit
;
[
all
...]
/external/skia/src/gpu/gl/
GrGLShaderBuilder.h
327
kUseAlphaConfig_DstReadKeyBit
= 0x2, // Set if dst-copy config is alpha only.
GrGLShaderBuilder.cpp
115
if (SkToBool(
kUseAlphaConfig_DstReadKeyBit
& header.fDstReadKey)) {
310
key |=
kUseAlphaConfig_DstReadKeyBit
;
[
all
...]
Completed in 38 milliseconds