Searched refs:fFrontFace (Results 1 – 9 of 9) sorted by relevance
24 bool fFrontFace; member in CameraView29 fFrontFace = false; in CameraView()79 if (frontFace != fFrontFace) { in onDrawContent()80 fFrontFace = frontFace; in onDrawContent()
190 fFrontFace = NULL; in GrGLInterface()313 NULL == fFrontFace || in validate()
425 interface->fFrontFace = nullGLFrontFace; in GrGLCreateNullInterface()
53 interface->fFrontFace = glFrontFace; in GrGLCreateNativeInterface()
53 interface->fFrontFace = glFrontFace; in GrGLDefaultInterface()
73 interface->fFrontFace = glFrontFace; in GrGLCreateNativeInterface()
57 interface->fFrontFace = glFrontFace; in GrGLCreateNativeInterface()
87 interface->fFrontFace = glFrontFace; in GrGLCreateNativeInterface()
331 GrGLFrontFaceProc fFrontFace; member