Searched refs:AlphaOp (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext3D.h | 412 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…
|
D | GraphicsContext3DImagePacking.cpp | 1292 …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()
|
D | GraphicsContext3D.cpp | 544 …kFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder readbackOrder, AlphaOp op) in readBackFramebuffer()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 169 …GraphicsContext3D::AlphaOp op = needPremultiply ? GraphicsContext3D::AlphaDoPremultiply : Graphics… in prepareMailbox()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContext.cpp | 3309 GraphicsContext3D::AlphaOp alphaOp = imageExtractor.imageAlphaOp(); in texImage2DImpl() 3605 GraphicsContext3D::AlphaOp alphaOp = imageExtractor.imageAlphaOp(); in texSubImage2DImpl()
|