Home
last modified time | relevance | path

Searched refs:DRAW (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/src/core/
DSkRecordDraw.cpp79 #define DRAW(T, call) template <> void Draw::draw(const T& r) { fCanvas->call; } macro
80 DRAW(Flush, flush());
81 DRAW(Restore, restore());
82 DRAW(Save, save());
83 DRAW(SaveLayer, saveLayer(SkCanvasPriv::ScaledBackdropLayer(r.bounds,
97 DRAW(MarkCTM, markCTM(r.name.c_str()));
98 DRAW(SetMatrix, setMatrix(fInitialCTM.asM33() * r.matrix));
99 DRAW(SetM44, setMatrix(fInitialCTM * r.matrix));
100 DRAW(Concat44, concat(r.matrix));
101 DRAW(Concat, concat(r.matrix));
[all …]
/third_party/flutter/skia/src/core/
DSkRecordDraw.cpp76 #define DRAW(T, call) template <> void Draw::draw(const T& r) { fCanvas->call; } macro
77 DRAW(Flush, flush());
78 DRAW(Restore, restore());
79 DRAW(Save, save());
80 DRAW(SaveLayer, saveLayer(SkCanvas::SaveLayerRec(r.bounds,
95 DRAW(SetMatrix, setMatrix(SkMatrix::Concat(fInitialCTM, r.matrix)));
96 DRAW(Concat, concat(r.matrix));
97 DRAW(Translate, translate(r.dx, r.dy));
99 DRAW(ClipPath, clipPath(r.path, r.opAA.op(), r.opAA.aa()));
100 DRAW(ClipRRect, clipRRect(r.rrect, r.opAA.op(), r.opAA.aa()));
[all …]
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_rbgx_internal_format.txt43 glBlitFramebuffer() will treat RGBX8 as RGB8 when validating the formats for the READ and DRAW
DANGLE_framebuffer_blit.txt45 framebuffer object binding point into separate DRAW and READ
412 - the split DRAW and READ framebuffer attachment points and related sematics.
413 - the token values for the DRAW/READ_FRAMEBUFFER and DRAW/READ_FRAMBUFFER_BINDING
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_framebuffer_blit.txt45 framebuffer object binding point into separate DRAW and READ
412 - the split DRAW and READ framebuffer attachment points and related sematics.
413 - the token values for the DRAW/READ_FRAMEBUFFER and DRAW/READ_FRAMBUFFER_BINDING
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/
DANGLE_framebuffer_blit.txt45 framebuffer object binding point into separate DRAW and READ
412 - the split DRAW and READ framebuffer attachment points and related sematics.
413 - the token values for the DRAW/READ_FRAMEBUFFER and DRAW/READ_FRAMBUFFER_BINDING
/third_party/openGLES/extensions/ANGLE/
DANGLE_framebuffer_blit.txt45 framebuffer object binding point into separate DRAW and READ
412 - the split DRAW and READ framebuffer attachment points and related sematics.
413 - the token values for the DRAW/READ_FRAMEBUFFER and DRAW/READ_FRAMBUFFER_BINDING
/third_party/EGL/extensions/EXT/
DEGL_EXT_protected_surface.txt214 DRAW framebuffer is not protected.
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_protected_surface.txt214 DRAW framebuffer is not protected.
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_blit.txt54 framebuffer object binding point into separate DRAW and READ
552 10) How does Accum behave in the presence of separate READ/DRAW
DEXT_framebuffer_object.txt4355 between a READ and a DRAW framebuffer in the context of the
4385 Additionally, adding separate DRAW and READ bindings in the
4387 say that FRAMEBUFFER_EXT is the DRAW framebuffer, and name
4390 names--one for DRAW and one for READ. The current
5276 The very problem of invalid DRAW and READ buffers was
5397 DRAW-BUFFER state can be either per-context or
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_blit.txt54 framebuffer object binding point into separate DRAW and READ
552 10) How does Accum behave in the presence of separate READ/DRAW
DEXT_framebuffer_object.txt4355 between a READ and a DRAW framebuffer in the context of the
4385 Additionally, adding separate DRAW and READ bindings in the
4387 say that FRAMEBUFFER_EXT is the DRAW framebuffer, and name
4390 names--one for DRAW and one for READ. The current
5276 The very problem of invalid DRAW and READ buffers was
5397 DRAW-BUFFER state can be either per-context or
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_framebuffer_blit.txt58 framebuffer object binding point into separate DRAW and READ
/third_party/openGLES/extensions/NV/
DNV_framebuffer_blit.txt58 framebuffer object binding point into separate DRAW and READ
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_ES2_compatibility.txt699 were removed, including the FRAMEBUFFER_INCOMPLETE_{DRAW,READ}_BUFFER
DARB_framebuffer_object.txt216 framebuffer object binding point into separate DRAW and READ
/third_party/openGLES/extensions/ARB/
DARB_ES2_compatibility.txt709 were removed, including the FRAMEBUFFER_INCOMPLETE_{DRAW,READ}_BUFFER
DARB_framebuffer_object.txt226 framebuffer object binding point into separate DRAW and READ