Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleCamera.cpp25 bool fFrontFace; member in CameraView
30 fFrontFace = false; in CameraView()
79 if (frontFace != fFrontFace) { in onDrawContent()
80 fFrontFace = frontFace; in onDrawContent()
/external/skia/include/gpu/gl/
DGrGLInterface.h203 GLPtr<GrGLFrontFaceProc> fFrontFace; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp142 NULL == fFunctions.fFrontFace || in validate()
DSkNullGLContext.cpp397 functions->fFrontFace = noOpGLFrontFace; in create_null_interface()
DGrGLCreateNullInterface.cpp394 functions->fFrontFace = noOpGLFrontFace; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp887 functions->fFrontFace = noOpGLFrontFace; in GrGLCreateDebugInterface()