Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleCamera.cpp24 bool fFrontFace; member in CameraView
29 fFrontFace = false; in CameraView()
78 if (frontFace != fFrontFace) { in onDrawContent()
79 fFrontFace = frontFace; in onDrawContent()
/external/chromium_org/third_party/skia/samplecode/
DSampleCamera.cpp24 bool fFrontFace; member in CameraView
29 fFrontFace = false; in CameraView()
78 if (frontFace != fFrontFace) { in onDrawContent()
79 fFrontFace = frontFace; in onDrawContent()
/external/chromium_org/gpu/skia_bindings/
Dgl_bindings_skia_cmd_buffer.cc62 functions->fFrontFace = glFrontFace; in CreateCommandBufferSkiaGLBinding()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp54 functions->fFrontFace = glFrontFace; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp66 functions->fFrontFace = glFrontFace; in create_es_interface()
/external/chromium_org/third_party/skia/include/gpu/gl/
DGrGLInterface.h201 GLPtr<GrGLFrontFaceProc> fFrontFace; member
/external/skia/include/gpu/gl/
DGrGLInterface.h200 GLPtr<GrGLFrontFaceProc> fFrontFace; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp335 functions->fFrontFace = noOpGLFrontFace; in GrGLCreateNullInterface()
DGrGLInterface.cpp169 NULL == fFunctions.fFrontFace || in validate()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLInterface.cpp141 NULL == fFunctions.fFrontFace || in validate()
DGrGLCreateNullInterface.cpp389 functions->fFrontFace = noOpGLFrontFace; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp882 functions->fFrontFace = noOpGLFrontFace; in GrGLCreateDebugInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp886 functions->fFrontFace = noOpGLFrontFace; in GrGLCreateDebugInterface()
/external/chromium_org/ui/gl/
Dgl_bindings_skia_in_process.cc649 functions->fFrontFace = StubGLFrontFace; in CreateInProcessSkiaGLBinding()