Home
last modified time | relevance | path

Searched refs:AlphaOp (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.h412 enum AlphaOp { enum
436 AlphaOp imageAlphaOp() { return m_alphaOp; } in imageAlphaOp()
453 AlphaOp m_alphaOp;
462 …(Image*, const void* pixels, GC3Denum format, GC3Denum type, bool flipY, AlphaOp, DataFormat sourc…
487 void readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder, AlphaOp);
501 …ceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp, void* destinatio…
DGraphicsContext3DImagePacking.cpp1292 …text3D::DataFormat srcFormat, GraphicsContext3D::DataFormat dstFormat, GraphicsContext3D::AlphaOp);
1297 void convert(GraphicsContext3D::DataFormat dstFormat, GraphicsContext3D::AlphaOp);
1300 void convert(GraphicsContext3D::AlphaOp);
1302 …:DataFormat SrcFormat, GraphicsContext3D::DataFormat DstFormat, GraphicsContext3D::AlphaOp alphaOp>
1313 …:DataFormat srcFormat, GraphicsContext3D::DataFormat dstFormat, GraphicsContext3D::AlphaOp alphaOp) in convert()
1345 void FormatConverter::convert(GraphicsContext3D::DataFormat dstFormat, GraphicsContext3D::AlphaOp a… in convert()
1378 void FormatConverter::convert(GraphicsContext3D::AlphaOp alphaOp) in convert()
1394 …:DataFormat SrcFormat, GraphicsContext3D::DataFormat DstFormat, GraphicsContext3D::AlphaOp alphaOp>
1468 AlphaOp alphaOp, in packImageData()
1550 AlphaOp alphaOp, in packPixels()
DGraphicsContext3D.cpp544 …kFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder readbackOrder, AlphaOp op) in readBackFramebuffer()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp169 …GraphicsContext3D::AlphaOp op = needPremultiply ? GraphicsContext3D::AlphaDoPremultiply : Graphics… in prepareMailbox()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp3309 GraphicsContext3D::AlphaOp alphaOp = imageExtractor.imageAlphaOp(); in texImage2DImpl()
3605 GraphicsContext3D::AlphaOp alphaOp = imageExtractor.imageAlphaOp(); in texSubImage2DImpl()