Searched defs:fFrontFace (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSampleCamera.cpp24 bool fFrontFace; member in class:CameraView
29 fFrontFace = false;
78 if (frontFace != fFrontFace) {
79 fFrontFace = frontFace;
/external/skia/samplecode/
H A DSampleCamera.cpp24 bool fFrontFace; member in class:CameraView
29 fFrontFace = false;
78 if (frontFace != fFrontFace) {
79 fFrontFace = frontFace;
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLInterface.h201 GLPtr<GrGLFrontFaceProc> fFrontFace; member in struct:GrGLInterface::Functions
/external/skia/include/gpu/gl/
H A DGrGLInterface.h200 GLPtr<GrGLFrontFaceProc> fFrontFace; member in struct:GrGLInterface::Functions

Completed in 83 milliseconds