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
DGrGLCreateNullInterface.cpp371 functions->fCopyTexSubImage2D = noOpGLCopyTexSubImage2D; in GrGLCreateNullInterface()
DSkNullGLContext.cpp420 functions->fCopyTexSubImage2D = noOpGLCopyTexSubImage2D; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp865 functions->fCopyTexSubImage2D = noOpGLCopyTexSubImage2D; in GrGLCreateDebugInterface()