Home
last modified time | relevance | path

Searched refs:RGBA (Results 1 – 25 of 53) sorted by relevance

123

/external/mesa3d/docs/OLD/
DMESA_packed_depth_stencil.spec92 RGBA Color R, G, B, A components
116 UNSIGNED_SHORT_4_4_4_4 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
117 UNSIGNED_SHORT_4_4_4_4_REV ushort 4 RGBA,BGRA
118 UNSIGNED_SHORT_5_5_5_1 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
119 UNSIGNED_SHORT_1_5_5_5_REV ushort 4 RGBA,BGRA
120 UNSIGNED_INT_8_8_8_8 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
121 UNSIGNED_INT_8_8_8_8_REV uint 4 RGBA,BGRA
122 UNSIGNED_INT_10_10_10_2 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
123 UNSIGNED_INT_2_10_10_10_REV uint 4 RGBA,BGRA
178 RGBA red green blue alpha
/external/webkit/Source/WebCore/html/canvas/
DCanvasStyle.cpp101 : m_type(RGBA) in CanvasStyle()
107 : m_type(RGBA) in CanvasStyle()
113 : m_type(RGBA) in CanvasStyle()
191 case RGBA: in isEquivalentColor()
212 if (m_type != RGBA) in isEquivalentRGBA()
235 case RGBA: in applyStrokeColor()
272 case RGBA: in applyFillColor()
DCanvasStyle.h57 …String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(… in color()
69 … enum Type { RGBA, CMYKA, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha }; enumerator
DWebGLRenderingContext.cpp2811 case GraphicsContext3D::RGBA: in readPixels()
2827 if (format != GraphicsContext3D::RGBA || type != GraphicsContext3D::UNSIGNED_BYTE) { in readPixels()
4104 m_context->texImage2D(GraphicsContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, 1, 1, in createFallbackBlackTextures1x1()
4105 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, black); in createFallbackBlackTextures1x1()
4109 …ntext->texImage2D(GraphicsContext3D::TEXTURE_CUBE_MAP_POSITIVE_X, 0, GraphicsContext3D::RGBA, 1, 1, in createFallbackBlackTextures1x1()
4110 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, black); in createFallbackBlackTextures1x1()
4111 …ntext->texImage2D(GraphicsContext3D::TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GraphicsContext3D::RGBA, 1, 1, in createFallbackBlackTextures1x1()
4112 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, black); in createFallbackBlackTextures1x1()
4113 …ntext->texImage2D(GraphicsContext3D::TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GraphicsContext3D::RGBA, 1, 1, in createFallbackBlackTextures1x1()
4114 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, black); in createFallbackBlackTextures1x1()
[all …]
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp216 config.output.u.RGBA.rgba = (uint8_t*)decodedBitmap->getPixels(); in webp_get_config_resize_crop()
217 config.output.u.RGBA.stride = decodedBitmap->rowBytes(); in webp_get_config_resize_crop()
218 config.output.u.RGBA.size = decodedBitmap->getSize(); in webp_get_config_resize_crop()
250 config.output.u.RGBA.rgba = (uint8_t*)decodedBitmap->getPixels(); in webp_get_config_resize()
251 config.output.u.RGBA.stride = decodedBitmap->rowBytes(); in webp_get_config_resize()
252 config.output.u.RGBA.size = decodedBitmap->getSize(); in webp_get_config_resize()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCanvas2DLayerChromium.cpp74 …sContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, size.width(), size.height(), 0, GraphicsContex… in updateCompositorResources()
DDrawingBufferChromium.cpp67 …sContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, size.width(), size.height(), 0, GraphicsContex… in generateColorTexture()
DVideoFrameChromium.h56 RGBA, enumerator
DLayerTilerChromium.cpp254 if (!tile->texture()->isValid(m_tileSize, GraphicsContext3D::RGBA)) in update()
257 tile->texture()->reserve(m_tileSize, GraphicsContext3D::RGBA); in update()
323 if (!tile->texture()->reserve(m_tileSize, GraphicsContext3D::RGBA)) { in updateFromPixels()
368 …(), destRect.y(), destRect.width(), destRect.height(), GraphicsContext3D::RGBA, GraphicsContext3D:… in updateFromPixels()
DVideoLayerChromium.cpp178 case VideoFrameChromium::RGBA: in determineTextureFormat()
179 return GraphicsContext3D::RGBA; in determineTextureFormat()
DRenderSurfaceChromium.cpp92 if (!m_contentsTexture->reserve(requiredSize, GraphicsContext3D::RGBA)) { in prepareContentsTexture()
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCHeadsUpDisplay.cpp94 m_hudTexture->reserve(hudSize, GraphicsContext3D::RGBA); in draw()
109 …D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, canvas.size().width(), canvas.size().height(), 0, Graph… in draw()
DCCVideoLayerImpl.cpp94 case VideoFrameChromium::RGBA: in draw()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DTexture.cpp69 *glFormat = GraphicsContext3D::RGBA; in convertFormat()
77 *glFormat = GraphicsContext3D::RGBA; in convertFormat()
163 ASSERT(glFormat == GraphicsContext3D::RGBA && glType == GraphicsContext3D::UNSIGNED_BYTE); in updateSubRect()
DDrawingBuffer.cpp215 internalColorFormat = GraphicsContext3D::RGBA; in reset()
216 colorFormat = GraphicsContext3D::RGBA; in reset()
/external/webp/src/dec/
Dwebp.c129 buf.u.RGBA.rgba = rgba; in DecodeIntoRGBABuffer()
130 buf.u.RGBA.stride = stride; in DecodeIntoRGBABuffer()
131 buf.u.RGBA.size = size; in DecodeIntoRGBABuffer()
219 return (mode >= MODE_YUV) ? output.u.YUVA.y : output.u.RGBA.rgba; in Decode()
Dbuffer.c48 const WebPRGBABuffer* const buf = &buffer->u.RGBA; in CheckDecBuffer()
112 WebPRGBABuffer* const buf = &buffer->u.RGBA; in AllocateBuffer()
Didec.c497 idec->output_.u.RGBA.rgba = output_buffer; in WebPINewRGB()
498 idec->output_.u.RGBA.stride = output_stride; in WebPINewRGB()
499 idec->output_.u.RGBA.size = output_buffer_size; in WebPINewRGB()
617 if (stride) *stride = src->u.RGBA.stride; in WebPIDecGetRGB()
619 return src->u.RGBA.rgba; in WebPIDecGetRGB()
Dio.c258 const WebPRGBABuffer* const buf = &output->u.RGBA; in EmitSampledRGB()
287 const WebPRGBABuffer* const buf = &output->u.RGBA;
313 const WebPRGBABuffer* const buf = &p->output->u.RGBA; in EmitFancyRGB()
397 const WebPRGBABuffer* const buf = &p->output->u.RGBA; in EmitAlphaRGB()
612 const WebPRGBABuffer* const buf = &p->output->u.RGBA; in ExportRGB()
653 const WebPRGBABuffer* const buf = &p->output->u.RGBA; in ExportAlpha()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.mm116 // 1) 32 bit RGBA/32 bit depth/accelerated/supersampled
117 // 2) 32 bit RGBA/32 bit depth/accelerated
118 // 3) 32 bit RGBA/16 bit depth/accelerated
119 // 4) closest to 32 bit RGBA/16 bit depth/software renderer
/external/libpng/contrib/pngsuite/
DREADME35 basn6a08.png 8-bit RGBA
36 basn6a16.png 16-bit RGBA
/external/chromium/webkit/glue/
Dwebvideoframe_impl.cc39 COMPILE_ASSERT_MATCHING_ENUM(FormatRGBA, RGBA);
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp104 case GraphicsContext3D::RGBA: in computeFormatAndTypeParameters()
245 case RGBA: in extractTextureData()
266 case RGBA: in extractTextureData()
1232 …if (sourceDataFormat == SourceFormatRGBA8 && destinationFormat == RGBA && sourceUnpackAlignment <=… in packPixels()
1251 case RGBA: in packPixels()
1370 && ((sourceDataFormat == SourceFormatRGBA32F && destinationFormat == RGBA) in packPixels()
1390 case RGBA: in packPixels()
/external/libpng/
DANNOUNCE53 always expand to RGBA if transparency is present.
/external/webp/include/webp/
Ddecode.h144 WebPRGBABuffer RGBA; member

123