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/platform/graphics/gpu/
WebGLImageConversion.h 66 enum AlphaOp {
90 AlphaOp imageAlphaOp() { return m_alphaOp; }
94 // Extract the image and keeps track of its status, such as width, height, Source Alignment, format and AlphaOp etc.
107 AlphaOp m_alphaOp;
137 // according to the given format and type, and obeying the flipY and AlphaOp flags.
139 static bool packImageData(Image*, const void* pixels, GLenum format, GLenum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data);
163 static bool packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp, void* destinationData, bool flipY);
DrawingBuffer.h 218 void readBackFramebuffer(unsigned char* pixels, int width, int height, ReadbackOrder, WebGLImageConversion::AlphaOp);
WebGLImageConversion.cpp 540 template<int format, int alphaOp, typename SourceType, typename DstType>
    [all...]
DrawingBuffer.cpp 232 WebGLImageConversion::AlphaOp op = needPremultiply ? WebGLImageConversion::AlphaDoPremultiply : WebGLImageConversion::AlphaDoNothing;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]

Completed in 322 milliseconds