Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp43 newInterface->fFunctions.fMatrixLoadf = nullptr; in GrGLInterfaceRemoveNVPR()
520 if (nullptr == fFunctions.fMatrixLoadf || in validate()
DGrGLCreateNullInterface.cpp487 functions->fMatrixLoadf = noOpGLMatrixLoadf; in GrGLCreateNullInterface()
DSkNullGLContext.cpp536 functions->fMatrixLoadf = noOpGLMatrixLoadf; in create_null_interface()
/external/skia/include/gpu/gl/
DGrGLInterface.h318 GrGLFunction<GrGLMatrixLoadfProc> fMatrixLoadf; member
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp981 functions->fMatrixLoadf = noOpGLMatrixLoadf; in GrGLCreateDebugInterface()