HomeSort by relevance Sort by last modified time
    Searched refs:RGBA (Results 1 - 25 of 59) 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/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);
  /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 146 RGBA (4);
192 mShader += " col.rgba = texture2D(UNI_Tex0, t0).rgba;\n";
197 case RGBA:
198 mShader += " col.rgba = texture2D(UNI_Tex0, t0).rgba;\n";
208 mShader += " col.rgba *= texture2D(UNI_Tex0, t0).rgba;\n";
213 case RGBA:
214 mShader += " col.rgba *= texture2D(UNI_Tex0, t0).rgba;\n"
    [all...]
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramFragmentFixedFunctionTest.java 102 assertEquals(Builder.Format.RGBA, Builder.Format.valueOf("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);
  /external/webp/src/dec/
buffer.c 66 const WebPRGBABuffer* const buf = &buffer->u.RGBA;
70 ok &= (buf->rgba != NULL);
126 } else { // RGBA initialization
127 WebPRGBABuffer* const buf = &buffer->u.RGBA;
128 buf->rgba = output;
io.c 50 const WebPRGBABuffer* const buf = &output->u.RGBA;
51 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
79 const WebPRGBABuffer* const buf = &output->u.RGBA;
80 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
105 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
106 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
220 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
223 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
251 const WebPRGBABuffer* const buf = &p->output->u.RGBA;
254 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride
    [all...]
webp.c 468 uint8_t* const rgba,
472 if (rgba == NULL) {
479 buf.u.RGBA.rgba = rgba;
480 buf.u.RGBA.stride = stride;
481 buf.u.RGBA.size = size;
486 return rgba;
569 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y
    [all...]
idec.c 614 idec->output_.u.RGBA.rgba = output_buffer;
615 idec->output_.u.RGBA.stride = output_stride;
616 idec->output_.u.RGBA.size = output_buffer_size;
767 if (stride != NULL) *stride = src->u.RGBA.stride;
769 return src->u.RGBA.rgba;
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java 93 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
  /external/libyuv/files/unit_test/
planar_test.cc 90 TESTPLANARTOB(I420, 2, 2, RGBA, 4)
99 TESTPLANARTOB(I422, 2, 1, RGBA, 4)
248 TESTATOPLANAR(RGBA, 4, I420, 2, 2)
312 TESTATOB(ARGB, 4, 4, RGBA, 4)
320 TESTATOB(RGBA, 4, 4, ARGB, 4)
370 TESTATOBRANDOM(ARGB, 4, 4, RGBA, 4)
379 TESTATOBRANDOM(RGBA, 4, 4, ARGB, 4)
    [all...]
  /external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp 228 config.output.u.RGBA.rgba = (uint8_t*)decodedBitmap->getPixels();
229 config.output.u.RGBA.stride = decodedBitmap->rowBytes();
230 config.output.u.RGBA.size = decodedBitmap->getSize();

Completed in 696 milliseconds

1 2 3