Searched defs:fFuncRefs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencil.h112 uint16_t fFuncRefs[2]; // reference values for face tests member in struct:GrStencilSettingsStruct
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/
H A DGrStencil.h112 uint16_t fFuncRefs[2]; // reference values for face tests member in struct:GrStencilSettingsStruct
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 260 milliseconds