/external/mesa3d/docs/OLD/ |
D | MESA_packed_depth_stencil.spec | 92 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/ |
D | CanvasStyle.cpp | 101 : 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()
|
D | CanvasStyle.h | 57 …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
|
D | WebGLRenderingContext.cpp | 2811 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/ |
D | SkImageDecoder_libwebp.cpp | 216 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/ |
D | Canvas2DLayerChromium.cpp | 74 …sContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, size.width(), size.height(), 0, GraphicsContex… in updateCompositorResources()
|
D | DrawingBufferChromium.cpp | 67 …sContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, size.width(), size.height(), 0, GraphicsContex… in generateColorTexture()
|
D | VideoFrameChromium.h | 56 RGBA, enumerator
|
D | LayerTilerChromium.cpp | 254 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()
|
D | VideoLayerChromium.cpp | 178 case VideoFrameChromium::RGBA: in determineTextureFormat() 179 return GraphicsContext3D::RGBA; in determineTextureFormat()
|
D | RenderSurfaceChromium.cpp | 92 if (!m_contentsTexture->reserve(requiredSize, GraphicsContext3D::RGBA)) { in prepareContentsTexture()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCHeadsUpDisplay.cpp | 94 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()
|
D | CCVideoLayerImpl.cpp | 94 case VideoFrameChromium::RGBA: in draw()
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | Texture.cpp | 69 *glFormat = GraphicsContext3D::RGBA; in convertFormat() 77 *glFormat = GraphicsContext3D::RGBA; in convertFormat() 163 ASSERT(glFormat == GraphicsContext3D::RGBA && glType == GraphicsContext3D::UNSIGNED_BYTE); in updateSubRect()
|
D | DrawingBuffer.cpp | 215 internalColorFormat = GraphicsContext3D::RGBA; in reset() 216 colorFormat = GraphicsContext3D::RGBA; in reset()
|
/external/webp/src/dec/ |
D | webp.c | 129 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()
|
D | buffer.c | 48 const WebPRGBABuffer* const buf = &buffer->u.RGBA; in CheckDecBuffer() 112 WebPRGBABuffer* const buf = &buffer->u.RGBA; in AllocateBuffer()
|
D | idec.c | 497 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()
|
D | io.c | 258 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/ |
D | GraphicsContext3DMac.mm | 116 // 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/ |
D | README | 35 basn6a08.png 8-bit RGBA 36 basn6a16.png 16-bit RGBA
|
/external/chromium/webkit/glue/ |
D | webvideoframe_impl.cc | 39 COMPILE_ASSERT_MATCHING_ENUM(FormatRGBA, RGBA);
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.cpp | 104 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/ |
D | ANNOUNCE | 53 always expand to RGBA if transparency is present.
|
/external/webp/include/webp/ |
D | decode.h | 144 WebPRGBABuffer RGBA; member
|