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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 724 enum AlphaOp {
748 AlphaOp imageAlphaOp() { return m_alphaOp; }
752 // Extract the image and keeps track of its status, such as width, height, Source Alignment, format and AlphaOp etc.
765 AlphaOp m_alphaOp;
772 // according to the given format and type, and obeying the flipY and AlphaOp flags.
774 static bool packImageData(Image*, const void* pixels, GC3Denum format, GC3Denum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data);
    [all...]
GraphicsContext3DImagePacking.cpp 561 template<int format, int alphaOp, typename SourceType, typename DstType>
    [all...]
GraphicsContext3D.cpp 624 void GraphicsContext3D::readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder readbackOrder, AlphaOp op)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 163 GraphicsContext3D::AlphaOp op = needPremultiply ? GraphicsContext3D::AlphaDoPremultiply : GraphicsContext3D::AlphaDoNothing;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 45 milliseconds