Home
last modified time | relevance | path

Searched refs:drawPixels (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/gm/
Dbleed.cpp224 void drawPixels(SkCanvas* canvas, const TestPixels& pixels, const SkRect& src, in drawPixels() function in BleedGM
248 this->drawPixels(canvas, fSmallTestPixels, src, dst, &paint, constraint); in drawCase1()
264 this->drawPixels(canvas, fBigTestPixels, src, dst, &paint, constraint); in drawCase2()
283 this->drawPixels(canvas, fBigTestPixels, src, dst, &paint, constraint); in drawCase3()
301 this->drawPixels(canvas, fSmallTestPixels, src, dst, &paint, constraint); in drawCase4()
319 this->drawPixels(canvas, fSmallTestPixels, src, dst, &paint, constraint); in drawCase5()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_0_autogen.h59 void drawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, \
DContext_gl.cpp938 void Context::drawPixels(GLsizei width, in drawPixels() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_autogen.h59 void drawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, \
DContext_gl.cpp907 void Context::drawPixels(GLsizei width, in drawPixels() function in gl::Context
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_0_autogen.cpp1056 context->drawPixels(width, height, format, type, pixels); in DrawPixels()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp1357 context->drawPixels(width, height, format, type, pixels); in GL_DrawPixels()