HomeSort by relevance Sort by last modified time
    Searched refs:RGBA (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoFrameChromium.h 56 RGBA,
Canvas2DLayerChromium.cpp 74 context->texImage2DResourceSafe(GraphicsContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, size.width(), size.height(), 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE);
DrawingBufferChromium.cpp 67 context->texImage2DResourceSafe(GraphicsContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, size.width(), size.height(), 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE);
VideoLayerChromium.cpp 178 case VideoFrameChromium::RGBA:
179 return GraphicsContext3D::RGBA;
LayerTilerChromium.cpp 254 if (!tile->texture()->isValid(m_tileSize, GraphicsContext3D::RGBA))
257 tile->texture()->reserve(m_tileSize, GraphicsContext3D::RGBA);
323 if (!tile->texture()->reserve(m_tileSize, GraphicsContext3D::RGBA)) {
368 GLC(context, context->texSubImage2D(GraphicsContext3D::TEXTURE_2D, 0, destRect.x(), destRect.y(), destRect.width(), destRect.height(), GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, pixelSource));
RenderSurfaceChromium.cpp 92 if (!m_contentsTexture->reserve(requiredSize, GraphicsContext3D::RGBA)) {
  /frameworks/native/libs/ui/
PixelFormat.cpp 44 { 4, 32, {32,24, 8, 0, 16, 8, 24,16 }, PixelFormatInfo::RGBA },
48 { 4, 32, {32,24, 24,16, 16, 8, 8, 0 }, PixelFormatInfo::RGBA },
49 { 2, 16, { 1, 0, 16,11, 11, 6, 6, 1 }, PixelFormatInfo::RGBA },
50 { 2, 16, { 4, 0, 16,12, 12, 8, 8, 4 }, PixelFormatInfo::RGBA },
  /external/mesa3d/docs/OLD/
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 alph
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasStyle.cpp 71 RGBA32 rgba = Color::black;
72 CSSParser::parseColor(rgba, canvas->style()->getPropertyValue(CSSPropertyColor));
73 return rgba;
100 CanvasStyle::CanvasStyle(RGBA32 rgba)
101 : m_type(RGBA)
102 , m_rgba(rgba)
107 : m_type(RGBA)
113 : m_type(RGBA)
139 RGBA32 rgba; local
140 ColorParseResult parseResult = parseColor(rgba, color, document)
157 RGBA32 rgba; local
    [all...]
CanvasStyle.h 44 static PassRefPtr<CanvasStyle> createFromRGBA(RGBA32 rgba) { return adoptRef(new CanvasStyle(rgba)); }
57 String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
69 enum Type { RGBA, CMYKA, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha };
72 CanvasStyle(RGBA32 rgba);
  /frameworks/native/include/ui/
PixelFormat.h 59 PIXEL_FORMAT_RGBA_8888 = HAL_PIXEL_FORMAT_RGBA_8888, // 4x8-bit RGBA
82 RGBA = 3,
  /external/chromium/webkit/glue/
webvideoframe_impl.cc 39 COMPILE_ASSERT_MATCHING_ENUM(FormatRGBA, RGBA);
  /frameworks/base/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/
SurfaceTextureOpaqueRS.java 58 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 94 m_hudTexture->reserve(hudSize, GraphicsContext3D::RGBA);
109 GLC(context.get(), context->texImage2D(GraphicsContext3D::TEXTURE_2D, 0, GraphicsContext3D::RGBA, canvas.size().width(), canvas.size().height(), 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, locker.pixels()));
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.cpp 69 *glFormat = GraphicsContext3D::RGBA;
77 *glFormat = GraphicsContext3D::RGBA;
163 ASSERT(glFormat == GraphicsContext3D::RGBA && glType == GraphicsContext3D::UNSIGNED_BYTE);
DrawingBuffer.cpp 215 internalColorFormat = GraphicsContext3D::RGBA;
216 colorFormat = GraphicsContext3D::RGBA;
  /frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java 145 RGBA (4);
191 mShader += " col.rgba = texture2D(UNI_Tex0, t0).rgba;\n";
196 case RGBA:
197 mShader += " col.rgba = texture2D(UNI_Tex0, t0).rgba;\n";
207 mShader += " col.rgba *= texture2D(UNI_Tex0, t0).rgba;\n";
212 case RGBA:
213 mShader += " col.rgba *= texture2D(UNI_Tex0, t0).rgba;\n"
    [all...]
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 217 config.output.u.RGBA.rgba = (uint8_t*)decodedBitmap->getPixels();
218 config.output.u.RGBA.stride = decodedBitmap->rowBytes();
219 config.output.u.RGBA.size = decodedBitmap->getSize();
251 config.output.u.RGBA.rgba = (uint8_t*)decodedBitmap->getPixels();
252 config.output.u.RGBA.stride = decodedBitmap->rowBytes();
253 config.output.u.RGBA.size = decodedBitmap->getSize();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramFragmentFixedFunctionTest.java 102 assertEquals(Builder.Format.RGBA, Builder.Format.valueOf("RGBA"));
  /external/webp/src/dec/
webp.c 119 uint8_t* rgba, int stride, int size) {
122 if (rgba == NULL) {
129 buf.u.RGBA.rgba = rgba;
130 buf.u.RGBA.stride = stride;
131 buf.u.RGBA.size = size;
136 return rgba;
219 return (mode >= MODE_YUV) ? output.u.YUVA.y : output.u.RGBA.rgba;
    [all...]
buffer.c 48 const WebPRGBABuffer* const buf = &buffer->u.RGBA;
111 } else { // RGBA initialization
112 WebPRGBABuffer* const buf = &buffer->u.RGBA;
113 buf->rgba = output;
idec.c 497 idec->output_.u.RGBA.rgba = output_buffer;
498 idec->output_.u.RGBA.stride = output_stride;
499 idec->output_.u.RGBA.size = output_buffer_size;
617 if (stride) *stride = src->u.RGBA.stride;
619 return src->u.RGBA.rgba;
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboRS.java 62 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java 84 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
  /frameworks/base/tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/
BallsRS.java 94 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);

Completed in 850 milliseconds

1 2 3