Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h183 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLTexStorage2D(GrGLenum target,
DGrGLNoOpInterface.cpp266 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLTexStorage2D(GrGLenum target, in noOpGLTexStorage2D() function
DGrGLCreateNullInterface.cpp441 functions->fTexStorage2D = noOpGLTexStorage2D; in GrGLCreateNullInterface()
DSkNullGLContext.cpp490 functions->fTexStorage2D = noOpGLTexStorage2D; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp932 functions->fTexStorage2D = noOpGLTexStorage2D; in GrGLCreateDebugInterface()