Searched refs:pixels (Results 226 - 250 of 653) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.h98 const GLvoid *pixels);
124 GLenum format, GLenum type, GLvoid *pixels,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c486 GLenum format, GLenum type, const GLvoid *pixels,
503 pixels = _mesa_validate_pbo_compressed_teximage(ctx,
505 pixels, packing, "glCompressedTexImage");
507 pixels = _mesa_validate_pbo_teximage(ctx,
509 pixels, packing, "glTexImage");
511 if (pixels) {
521 format, type, pixels, packing);
547 GLenum format, GLenum type, const GLvoid *pixels,
550 nouveau_teximage(ctx, dims, ti, 0, format, type, pixels,
569 GLenum format, GLenum type, const void *pixels,
483 nouveau_teximage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLsizei imageSize, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
545 nouveau_teximage_123d(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing) argument
564 nouveau_texsubimage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLsizei imageSize, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
608 nouveau_texsubimage_123d(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
[all...]
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window_manager.cc90 const void* pixels = surface_->peekPixels(&info, &row_bytes); local
99 static_cast<const uint8_t*>(pixels));
/external/chromium_org/ui/snapshot/
H A Dsnapshot_async.cc40 unsigned char* pixels = reinterpret_cast<unsigned char*>(bitmap.getPixels()); local
48 if (!gfx::PNGCodec::Encode(pixels,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUtils.java183 int[] pixels = new int[width];
186 data.getPixels(0, y, width, pixels, 0);
188 RGB rgb = data.palette.getRGB(pixels[x]);
225 data.getPixels(0, y, width, pixels, 0);
230 pixels[x] = rgbs.length - 1;
232 RGB rgb = data.palette.getRGB(pixels[x]);
233 pixels[x] = closest(rgbs, n, rgb);
236 newData.setPixels(0, y, width, pixels, 0);
/external/icu/icu4c/source/layout/
H A DLEFontInstance.h62 * pixels and funits. (font design units)
298 * This method gets the X and Y advance of a particular glyph, in pixels.
323 * in pixels.
333 * in pixels.
376 * This method converts pixels in the
379 * @param xPixels - pixels in the X direction
388 * This method converts pixels in the
391 * @param yPixels - pixels in the Y direction
400 * This method converts pixels to font design units.
402 * @param pixels
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.h98 const GLvoid *pixels);
124 GLenum format, GLenum type, GLvoid *pixels,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c486 GLenum format, GLenum type, const GLvoid *pixels,
503 pixels = _mesa_validate_pbo_compressed_teximage(ctx,
505 pixels, packing, "glCompressedTexImage");
507 pixels = _mesa_validate_pbo_teximage(ctx,
509 pixels, packing, "glTexImage");
511 if (pixels) {
521 format, type, pixels, packing);
547 GLenum format, GLenum type, const GLvoid *pixels,
550 nouveau_teximage(ctx, dims, ti, 0, format, type, pixels,
569 GLenum format, GLenum type, const void *pixels,
483 nouveau_teximage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLsizei imageSize, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
545 nouveau_teximage_123d(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing) argument
564 nouveau_texsubimage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLsizei imageSize, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument
608 nouveau_texsubimage_123d(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js292 function renderRows(camera, scene, pixels, width, height, starty, stopy) {
300 pixels[y][x] = l;
305 Camera.prototype.render = function(scene, pixels, width, height) {
308 renderRows(cam, scene, pixels, width, height, 0, height);
391 var pixels = new Array();
393 pixels[y] = new Array();
395 pixels[y][x] = 0;
400 _camera.render(_scene, pixels, size, size);
402 return pixels;
405 function arrayToCanvasCommands(pixels)
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-raytrace.js292 function renderRows(camera, scene, pixels, width, height, starty, stopy) {
300 pixels[y][x] = l;
305 Camera.prototype.render = function(scene, pixels, width, height) {
308 renderRows(cam, scene, pixels, width, height, 0, height);
391 var pixels = new Array();
393 pixels[y] = new Array();
395 pixels[y][x] = 0;
400 _camera.render(_scene, pixels, size, size);
402 return pixels;
405 function arrayToCanvasCommands(pixels)
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A D3d-raytrace.js292 function renderRows(camera, scene, pixels, width, height, starty, stopy) {
300 pixels[y][x] = l;
305 Camera.prototype.render = function(scene, pixels, width, height) {
308 renderRows(cam, scene, pixels, width, height, 0, height);
391 var pixels = new Array();
393 pixels[y] = new Array();
395 pixels[y][x] = 0;
400 _camera.render(_scene, pixels, size, size);
402 return pixels;
405 function arrayToCanvasCommands(pixels)
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_arm_neon.cpp118 // touch |filterLength| pixels (4 bytes each) after this.
132 // Load pixels and calc
133 uint8x16_t pixels = vld1q_u8(rowToFilter); local
134 int16x8_t p01_16 = vreinterpretq_s16_u16(vmovl_u8(vget_low_u8(pixels)));
135 int16x8_t p23_16 = vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(pixels)));
172 // Load pixels and calc
173 uint8x16_t pixels = vld1q_u8(rowToFilter); local
174 int16x8_t p01_16 = vreinterpretq_s16_u16(vmovl_u8(vget_low_u8(pixels)));
175 int16x8_t p23_16 = vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(pixels)));
214 // Output four pixels pe
423 uint8x16_t pixels; local
460 uint8x16_t pixels; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.c347 /* Free old pixels if we were in banked mode */
348 if ( banked && current->pixels ) {
349 free(current->pixels);
350 current->pixels = NULL;
402 current->pixels = SDL_malloc(current->h * current->pitch);
403 if ( !current->pixels ) {
408 current->pixels = vga_getgraphmem();
479 surface->pixels=flip_address[flip_page];
510 src = (unsigned char *)this->screen->pixels + vp;
578 if ( banked && this->screen->pixels ) {
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_arm_neon.cpp118 // touch |filterLength| pixels (4 bytes each) after this.
132 // Load pixels and calc
133 uint8x16_t pixels = vld1q_u8(rowToFilter); local
134 int16x8_t p01_16 = vreinterpretq_s16_u16(vmovl_u8(vget_low_u8(pixels)));
135 int16x8_t p23_16 = vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(pixels)));
172 // Load pixels and calc
173 uint8x16_t pixels = vld1q_u8(rowToFilter); local
174 int16x8_t p01_16 = vreinterpretq_s16_u16(vmovl_u8(vget_low_u8(pixels)));
175 int16x8_t p23_16 = vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(pixels)));
214 // Output four pixels pe
423 uint8x16_t pixels; local
460 uint8x16_t pixels; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp547 if (current && current->pixels) {
548 free(current->pixels);
549 current->pixels = NULL;
564 current->pixels = malloc(width * height * numBytesPerPixel);
565 memset(current->pixels, 0, width * height * numBytesPerPixel);
891 /* All variables are measured in pixels */
917 TUint16* bitmapLine = (TUint16*)_this->screen->pixels + sourceStartOffset;
939 __ASSERT_DEBUG(bitmapLine < ((TUint16*)_this->screen->pixels + (_this->screen->w * _this->screen->h)), User::Panic(_L("SDL"), KErrCorrupt));
940 __ASSERT_DEBUG(bitmapLine >= (TUint16*)_this->screen->pixels, User::Panic(_L("SDL"), KErrCorrupt));
957 TUint8* bitmapLine = (TUint8*)_this->screen->pixels
[all...]
/external/chromium_org/content/renderer/
H A Dclipboard_client.h24 const void* pixels,
/external/chromium_org/media/filters/
H A Dgpu_video_accelerator_factories.h63 // Read pixels within |visible_rect| boundaries from a native texture and
64 // store into |pixels| as RGBA.
67 const SkBitmap& pixels) = 0;
H A Dmock_gpu_video_accelerator_factories.h45 const SkBitmap& pixels));
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLength.cpp55 m_pixels = pixelsAndPercent.pixels / zoom;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h55 PixelsAndPercent(float pixels, float percent) argument
56 : pixels(pixels)
60 float pixels; member in struct:blink::PixelsAndPercent
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES3.h21 GLint border, GLenum format, GLenum type, const GLvoid *pixels);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddrawpix.c50 GLenum format, GLenum type, const GLvoid *pixels )
61 pixels,
124 "glDrawPixels(drawing color index pixels into RGB buffer)");
152 1, format, type, INT_MAX, pixels)) {
166 &ctx->Unpack, pixels);
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.h30 // but also being able to predict precisely at what pixels the blurred profile of e.g. a
69 @param pixels Location to store the resulting pixel data; allocated and managed by caller
71 @param width Size of the pixels array.
73 this implicitly gives the size of the pixels array.
76 static void ComputeBlurredScanline(uint8_t* pixels, const uint8_t* profile,
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.cpp188 uint8 pixels = GetByte(); local
190 uint8 col = pixels;
194 col = pixels & 0xf;
196 col = pixels >> 4;
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_wrapper.cc278 void** pixels) {
285 if (!MapDumbBuffer(fd_, *handle, info.getSafeSize(*stride), pixels)) {
296 void* pixels) {
299 munmap(pixels, info.getSafeSize(stride));
275 CreateDumbBuffer(const SkImageInfo& info, uint32_t* handle, uint32_t* stride, void** pixels) argument
293 DestroyDumbBuffer(const SkImageInfo& info, uint32_t handle, uint32_t stride, void* pixels) argument

Completed in 589 milliseconds

1234567891011>>