Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h193 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLTexSubImage2D(GrGLenum target,
DGrGLNoOpInterface.cpp278 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLTexSubImage2D(GrGLenum target, in noOpGLTexSubImage2D() function
DGrGLCreateNullInterface.cpp440 functions->fTexSubImage2D = noOpGLTexSubImage2D; in GrGLCreateNullInterface()
DSkNullGLContext.cpp489 functions->fTexSubImage2D = noOpGLTexSubImage2D; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp931 functions->fTexSubImage2D = noOpGLTexSubImage2D; in GrGLCreateDebugInterface()