Searched refs:DRAW (Results 1 – 19 of 19) sorted by relevance
/third_party/skia/src/core/ |
D | SkRecordDraw.cpp | 79 #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/ |
D | SkRecordDraw.cpp | 76 #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/ |
D | ANGLE_rbgx_internal_format.txt | 43 glBlitFramebuffer() will treat RGBX8 as RGB8 when validating the formats for the READ and DRAW
|
D | ANGLE_framebuffer_blit.txt | 45 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/ |
D | ANGLE_framebuffer_blit.txt | 45 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/ |
D | ANGLE_framebuffer_blit.txt | 45 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/ |
D | ANGLE_framebuffer_blit.txt | 45 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/ |
D | EGL_EXT_protected_surface.txt | 214 DRAW framebuffer is not protected.
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_protected_surface.txt | 214 DRAW framebuffer is not protected.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_framebuffer_blit.txt | 54 framebuffer object binding point into separate DRAW and READ 552 10) How does Accum behave in the presence of separate READ/DRAW
|
D | EXT_framebuffer_object.txt | 4355 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/ |
D | EXT_framebuffer_blit.txt | 54 framebuffer object binding point into separate DRAW and READ 552 10) How does Accum behave in the presence of separate READ/DRAW
|
D | EXT_framebuffer_object.txt | 4355 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/ |
D | NV_framebuffer_blit.txt | 58 framebuffer object binding point into separate DRAW and READ
|
/third_party/openGLES/extensions/NV/ |
D | NV_framebuffer_blit.txt | 58 framebuffer object binding point into separate DRAW and READ
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_ES2_compatibility.txt | 699 were removed, including the FRAMEBUFFER_INCOMPLETE_{DRAW,READ}_BUFFER
|
D | ARB_framebuffer_object.txt | 216 framebuffer object binding point into separate DRAW and READ
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_ES2_compatibility.txt | 709 were removed, including the FRAMEBUFFER_INCOMPLETE_{DRAW,READ}_BUFFER
|
D | ARB_framebuffer_object.txt | 226 framebuffer object binding point into separate DRAW and READ
|