Home
last modified time | relevance | path

Searched refs:fCullFace (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/gpu/gl/
DGrGLInterface.h178 GLPtr<GrGLCullFaceProc> fCullFace; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp130 NULL == fFunctions.fCullFace || in validate()
DSkNullGLContext.cpp377 functions->fCullFace = noOpGLCullFace; in create_null_interface()
DGrGLCreateNullInterface.cpp374 functions->fCullFace = noOpGLCullFace; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp867 functions->fCullFace = noOpGLCullFace; in GrGLCreateDebugInterface()