Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h291 GLPtr<GrGLTexSubImage2DProc> fTexSubImage2D; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp167 NULL == fFunctions.fTexSubImage2D || in validate()
DSkNullGLContext.cpp441 functions->fTexSubImage2D = noOpGLTexSubImage2D; in create_null_interface()
DGrGLCreateNullInterface.cpp438 functions->fTexSubImage2D = noOpGLTexSubImage2D; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp928 functions->fTexSubImage2D = noOpGLTexSubImage2D; in GrGLCreateDebugInterface()