Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h164 GrGLFunction<GrGLCullFaceProc> fCullFace; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp374 functions->fCullFace = noOpGLCullFace; in GrGLCreateNullInterface()
DSkNullGLContext.cpp423 functions->fCullFace = noOpGLCullFace; in create_null_interface()
DGrGLInterface.cpp131 nullptr == fFunctions.fCullFace || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp868 functions->fCullFace = noOpGLCullFace; in GrGLCreateDebugInterface()