HomeSort by relevance Sort by last modified time
    Searched refs:nullGLFramebufferTexture2D (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 201 GrGLvoid GR_GL_FUNCTION_TYPE nullGLFramebufferTexture2D(GrGLenum target, GrGLenum attachment, GrGLenum textarget, GrGLuint texture, GrGLint level) {}
474 functions->fFramebufferTexture2D = nullGLFramebufferTexture2D;
SkNullGLContext.cpp 195 GrGLvoid GR_GL_FUNCTION_TYPE nullGLFramebufferTexture2D(GrGLenum target, GrGLenum attachment, GrGLenum textarget, GrGLuint texture, GrGLint level) {}
477 functions->fFramebufferTexture2D = nullGLFramebufferTexture2D;

Completed in 332 milliseconds