Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h234 GrGLFunction<GrGLPixelStoreiProc> fPixelStorei; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp423 functions->fPixelStorei = nullGLPixelStorei; in GrGLCreateNullInterface()
DSkNullGLContext.cpp472 functions->fPixelStorei = nullGLPixelStorei; in create_null_interface()
DGrGLInterface.cpp161 nullptr == fFunctions.fPixelStorei || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp916 functions->fPixelStorei = debugGLPixelStorei; in GrGLCreateDebugInterface()