OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fFuncRefs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrStencil.h
112
uint16_t
fFuncRefs
[2]; // reference values for face tests
186
uint16_t funcRef(Face f) const { return
fFuncRefs
[f]; }
193
void setFuncRef(Face f, unsigned short ref) {
fFuncRefs
[f] = ref; }
201
fFuncRefs
[kBack_Face] =
fFuncRefs
[kFront_Face];
216
fFuncRefs
[kFront_Face] =
fFuncRefs
[kBack_Face] = funcRef;
233
fFuncRefs
[kFront_Face] !=
fFuncRefs
[kBack_Face] ||
/external/skia/src/gpu/
GrStencil.h
112
uint16_t
fFuncRefs
[2]; // reference values for face tests
186
uint16_t funcRef(Face f) const { return
fFuncRefs
[f]; }
193
void setFuncRef(Face f, unsigned short ref) {
fFuncRefs
[f] = ref; }
201
fFuncRefs
[kBack_Face] =
fFuncRefs
[kFront_Face];
216
fFuncRefs
[kFront_Face] =
fFuncRefs
[kBack_Face] = funcRef;
233
fFuncRefs
[kFront_Face] !=
fFuncRefs
[kBack_Face] ||
Completed in 918 milliseconds