HomeSort by relevance Sort by last modified time
    Searched full:rgba (Results 201 - 225 of 431) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 213 // If rgba is not available, use rgb instead.
257 // On Lucid running VNC, the X server will reject RGBA (1,1,1,1) as an
  /external/libyuv/files/include/libyuv/
planar_functions.h 96 // Convert ARGB To RGBA.
163 // Convert I422 to RGBA.
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContext3DCG.cpp 242 const UInt8* rgba = CFDataGetBytePtr(pixelData.get()); local
252 bool rt = packPixels(rgba, srcDataFormat, width, height, srcUnpackAlignment,
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 215 internalColorFormat = GraphicsContext3D::RGBA;
216 colorFormat = GraphicsContext3D::RGBA;
  /external/webp/src/dec/
vp8l.c 404 int rgba_stride, uint8_t* const rgba) {
409 uint8_t* const dst = rgba + num_lines_out * rgba_stride;
646 if (output->colorspace < MODE_YUV) { // convert to RGBA
647 const WebPRGBABuffer* const buf = &output->u.RGBA;
648 uint8_t* const rgba = buf->rgba + dec->last_out_row_ * buf->stride; local
651 rgba, buf->stride) :
653 io->mb_w, io->mb_h, rgba, buf->stride);
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 215 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
256 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 267 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
275 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 69 // have changed the RGBA ordering depending on the platform (e.g. it will on
81 // Both image have the same RGBA ordering
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_CameraTests.cpp 93 // Already in RGBA
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 575 // RGBA output
603 // RGBA output
646 // RGBA output
695 // RGBA output
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 219 Log.i(TAG, "w " + mWidth + " h " + mHeight + " rgba" + r + " " + g + " " + b + " " + a);
  /external/chromium/chrome/browser/resources/ntp/
apps.css 49 background: rgba(255, 255, 255, 0) /* transparent white */
  /external/chromium/chrome/browser/resources/options/
language_options.css 156 color: rgba(0, 102, 204, 0.3);
  /external/chromium/webkit/glue/
webcursor.cc 96 // The * 4 is because the expected format is an array of RGBA pixel
webcursor.h 142 // Custom cursor data, as 32-bit RGBA.
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestCustomMesh.java 112 //Set custom RGBA value for each Vertex. Values range from 0.0f to 1.0f
  /external/opencv/otherlibs/highgui/
utils.h 80 uchar* rgba, int rgba_step, CvSize size );
  /external/skia/include/gpu/
GrTextureAccess.h 118 * Uses the default swizzle, "rgba".
  /external/webkit/Source/WebCore/inspector/front-end/
helpScreen.css 27 -webkit-box-shadow: 10px 10px 8px rgba(40, 40, 40, 0.40);
  /external/webkit/Source/WebCore/manual-tests/
crash-and-no-repaint-after-wake-from-sleep.html 68 color: rgba(0,0,0,0.9);
no-repaint-after-wake-from-sleep.html 67 color: rgba(0,0,0,0.9);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.cpp 92 if (!m_contentsTexture->reserve(requiredSize, GraphicsContext3D::RGBA)) {
TextureManager.cpp 37 // FIXME: This assumes all textures are 4 bytes/pixel, like RGBA.
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp 74 // the pixel buffer, so it won't be able to convert it to RGBA.
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp 86 // The parameters are the same as what libpng uses by default for RGB and RGBA images, except:

Completed in 889 milliseconds

1 2 3 4 5 6 7 891011>>