Class OpsTask

All Implemented Interfaces:
RefCounted

@Deprecated public class OpsTask extends RenderTask
Deprecated.
  • Field Details

    • STENCIL_CONTENT_DONT_CARE

      public static final int STENCIL_CONTENT_DONT_CARE
      Deprecated.
      See Also:
    • STENCIL_CONTENT_USER_BITS_CLEARED

      public static final int STENCIL_CONTENT_USER_BITS_CLEARED
      Deprecated.
      See Also:
    • STENCIL_CONTENT_PRESERVED

      public static final int STENCIL_CONTENT_PRESERVED
      Deprecated.
      See Also:
  • Constructor Details

    • OpsTask

      public OpsTask(@Nonnull RenderTaskManager drawingMgr, @Nonnull ImageProxyView writeView)
      Deprecated.
      Parameters:
      writeView - the reference to the owner's write view
  • Method Details

    • setColorLoadOp

      public void setColorLoadOp(byte loadOp, float red, float green, float blue, float alpha)
      Deprecated.
    • setInitialStencilContent

      public void setInitialStencilContent(int stencilContent)
      Deprecated.
    • gatherSurfaceIntervals

      public void gatherSurfaceIntervals(SurfaceAllocator alloc)
      Deprecated.
      Overrides:
      gatherSurfaceIntervals in class RenderTask
    • prepare

      public void prepare(OpFlushState flushState)
      Deprecated.
      Description copied from class: RenderTask
      This method will be invoked at flush-time to create pipeline information and build input buffers.
      Overrides:
      prepare in class RenderTask
    • execute

      public boolean execute(OpFlushState flushState)
      Deprecated.
      Description copied from class: RenderTask
      This method will be invoked at flush-time to execute commands.
      Specified by:
      execute in class RenderTask
    • onMakeClosed

      protected void onMakeClosed(RecordingContext context)
      Deprecated.
      Overrides:
      onMakeClosed in class RenderTask
    • addOp

      public void addOp(@Nonnull Op op)
      Deprecated.
    • addDrawOp

      public void addDrawOp(@Nonnull DrawOp op, @Nullable ClipResult_old clip, int processorAnalysis)
      Deprecated.