Home
last modified time | relevance | path

Searched refs:fFrontFace (Results 1 – 7 of 7) sorted by relevance

/external/skqp/samplecode/
DSampleCamera.cpp25 bool fFrontFace; member in CameraView
30 fFrontFace = false; in CameraView()
73 if (frontFace != fFrontFace) { in onDrawContent()
74 fFrontFace = frontFace; in onDrawContent()
/external/skia/samplecode/
DSampleCamera.cpp23 bool fFrontFace = false; member in __anon5a244cb70111::CameraView
56 if (frontFace != fFrontFace) { in onDrawContent()
57 fFrontFace = frontFace; in onDrawContent()
/external/skia/include/gpu/gl/
DGrGLInterface.h160 GrGLFunction<GrGLFrontFaceFn> fFrontFace; member
/external/skqp/include/gpu/gl/
DGrGLInterface.h145 GrGLFunction<GrGLFrontFaceFn> fFrontFace; member
/external/skqp/src/gpu/gl/
DGrGLInterface.cpp72 !fFunctions.fFrontFace || in validate()
DGrGLTestInterface.cpp80 fFunctions.fFrontFace = bind_to_member(this, &GrGLTestInterface::frontFace); in GrGLTestInterface()
/external/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp123 !fFunctions.fFrontFace || in validate()