Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp313 if (nullptr == fFunctions.fTexStorage2D) { in validate()
319 if (nullptr == fFunctions.fTexStorage2D) { in validate()
DGrGLCreateNullInterface.cpp441 functions->fTexStorage2D = noOpGLTexStorage2D; in GrGLCreateNullInterface()
DSkNullGLContext.cpp490 functions->fTexStorage2D = noOpGLTexStorage2D; in create_null_interface()
/external/skia/include/gpu/gl/
DGrGLInterface.h282 GrGLFunction<GrGLTexStorage2DProc> fTexStorage2D; member
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp932 functions->fTexStorage2D = noOpGLTexStorage2D; in GrGLCreateDebugInterface()