Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp251 if (glVer >= GR_GL_VER(3,0) && nullptr == fFunctions.fBindFragDataLocation) { in validate()
415 if (nullptr == fFunctions.fBindFragDataLocation || in validate()
DGrGLCreateNullInterface.cpp356 functions->fBindFragDataLocation = noOpGLBindFragDataLocation; in GrGLCreateNullInterface()
DSkNullGLContext.cpp405 functions->fBindFragDataLocation = noOpGLBindFragDataLocation; in create_null_interface()
/external/skia/include/gpu/gl/
DGrGLInterface.h140 GrGLFunction<GrGLBindFragDataLocationProc> fBindFragDataLocation; member
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp850 functions->fBindFragDataLocation = noOpGLBindFragDataLocation; in GrGLCreateDebugInterface()