Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h191 GrGLFunction<GrGLFramebufferTexture2DProc> fFramebufferTexture2D; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp478 functions->fFramebufferTexture2D = nullGLFramebufferTexture2D; in GrGLCreateNullInterface()
DSkNullGLContext.cpp527 functions->fFramebufferTexture2D = nullGLFramebufferTexture2D; in create_null_interface()
DGrGLInterface.cpp206 nullptr == fFunctions.fFramebufferTexture2D || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp969 functions->fFramebufferTexture2D = debugGLFramebufferTexture2D; in GrGLCreateDebugInterface()