Home
last modified time | relevance | path

Searched refs:fStencilFunc (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp77 interface->fStencilFunc = glStencilFunc; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp73 interface->fStencilFunc = glStencilFunc; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp117 interface->fStencilFunc = glStencilFunc; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGLInterface.cpp87 NULL == fStencilFunc || in validate()
DGrGLCreateNullInterface.cpp462 interface->fStencilFunc = nullGLStencilFunc; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp80 interface->fStencilFunc = glStencilFunc; in GrGLCreateNativeInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h221 GLPtr<GrGLStencilFuncProc> fStencilFunc; member
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp118 interface->fStencilFunc = glStencilFunc; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp1403 interface->fStencilFunc = debugGLStencilFunc; in SK_DEFINE_INST_COUNT()