Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h218 GrGLFunction<GrGLGetTexLevelParameterivProc> fGetTexLevelParameteriv; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp416 functions->fGetTexLevelParameteriv = noOpGLGetTexLevelParameteriv; in GrGLCreateNullInterface()
DSkNullGLContext.cpp465 functions->fGetTexLevelParameteriv = noOpGLGetTexLevelParameteriv; in create_null_interface()
DGrGLInterface.cpp301 (nullptr == fFunctions.fGetTexLevelParameteriv || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp909 functions->fGetTexLevelParameteriv = noOpGLGetTexLevelParameteriv; in GrGLCreateDebugInterface()