Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h70 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLCopyTexSubImage2D(GrGLenum target,
DGrGLNoOpInterface.cpp116 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLCopyTexSubImage2D(GrGLenum target, in noOpGLCopyTexSubImage2D() function
DSkNullGLContext.cpp374 functions->fCopyTexSubImage2D = noOpGLCopyTexSubImage2D; in create_null_interface()
DGrGLCreateNullInterface.cpp371 functions->fCopyTexSubImage2D = noOpGLCopyTexSubImage2D; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp864 functions->fCopyTexSubImage2D = noOpGLCopyTexSubImage2D; in GrGLCreateDebugInterface()