OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alphaop
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3DImagePacking.cpp
559
template<int format, int
alphaOp
, typename SourceType, typename DstType>
[
all
...]
GraphicsContext3D.h
412
enum
AlphaOp
{
436
AlphaOp
imageAlphaOp() { return m_alphaOp; }
440
// Extract the image and keeps track of its status, such as width, height, Source Alignment, format and
AlphaOp
etc.
453
AlphaOp
m_alphaOp;
460
// according to the given format and type, and obeying the flipY and
AlphaOp
flags.
462
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);
487
void readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder,
AlphaOp
);
501
static bool packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType,
AlphaOp
, void* destinationData, bool flipY);
GraphicsContext3D.cpp
544
void GraphicsContext3D::readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder readbackOrder,
AlphaOp
op)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp
169
GraphicsContext3D::
AlphaOp
op = needPremultiply ? GraphicsContext3D::AlphaDoPremultiply : GraphicsContext3D::AlphaDoNothing;
Completed in 246 milliseconds