Searched refs:attachments (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
H A Dgbm_driint.h62 unsigned int *attachments, int count,
67 unsigned int *attachments, int count,
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h62 unsigned int *attachments, int count,
67 unsigned int *attachments, int count,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c344 unsigned int attachments[10]; local
377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
383 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
394 attachments[i++] = __DRI_BUFFER_DEPTH;
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
397 attachments[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c344 unsigned int attachments[10]; local
377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
383 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
394 attachments[i++] = __DRI_BUFFER_DEPTH;
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
397 attachments[
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c344 unsigned int attachments[10]; local
377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
383 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
394 attachments[i++] = __DRI_BUFFER_DEPTH;
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
397 attachments[
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c344 unsigned int attachments[10]; local
377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
383 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
394 attachments[i++] = __DRI_BUFFER_DEPTH;
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
397 attachments[
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2.h70 unsigned int *attachments, int count,
80 unsigned int *attachments,
/external/mesa3d/src/glx/
H A Ddri2.h70 unsigned int *attachments, int count,
80 unsigned int *attachments,
/external/chromium_org/third_party/libva/va/x11/
H A Dva_dri2.h65 unsigned int *attachments, int count,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DMailer.java166 // a method for sending mail with attachments
167 String aSubject, String aMessage, String[] attachments) {
214 for (int i = 0; i < attachments.length; i++) {
217 FileDataSource attachment = new FileDataSource(attachments[i]);
219 File attachmentFile=new File(attachments[i]);
165 sendMultiPartMessage( String aSubject, String aMessage, String[] attachments) argument
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_drm.c245 unsigned int *attachments, int count,
253 assert(attachments[i] < __DRI_BUFFER_COUNT);
256 switch (attachments[i]) {
264 if (get_aux_bo(dri2_surf, attachments[i], attachments[i + 1],
286 unsigned int *attachments, int count,
301 attachments_with_format[2*i] = attachments[i];
243 dri2_get_buffers_with_format(__DRIdrawable *driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
284 dri2_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
H A Dplatform_wayland.c424 unsigned int *attachments, int count,
456 assert(attachments[i] < __DRI_BUFFER_COUNT);
459 dri2_prior_buffer_creation(dri2_surf, attachments[i]);
461 if (dri2_surf->dri_buffers[attachments[i]] == NULL) {
463 dri2_surf->dri_buffers[attachments[i]] =
465 attachments[i], attachments[i+1],
468 if (!dri2_surf->dri_buffers[attachments[i]])
471 if (attachments[i] == __DRI_BUFFER_BACK_LEFT)
472 dri2_process_back_buffer(dri2_surf, attachments[
422 dri2_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
495 dri2_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
[all...]
H A Dplatform_android.c387 unsigned int *attachments, int count)
398 switch (attachments[i]) {
401 buf->attachment = attachments[i];
419 attachments[i], attachments[i + 1]);
443 unsigned int *attachments, int count,
466 droid_get_buffers_parse_attachments(dri2_surf, attachments, count);
386 droid_get_buffers_parse_attachments(struct dri2_egl_surface *dri2_surf, unsigned int *attachments, int count) argument
441 droid_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c251 unsigned int attachments[10]; local
260 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
262 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
264 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
266 attachments[i++] = __DRI_BUFFER_DEPTH;
268 attachments[i++] = __DRI_BUFFER_STENCIL;
271 attachments, i, &count,
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c245 unsigned int *attachments, int count,
253 assert(attachments[i] < __DRI_BUFFER_COUNT);
256 switch (attachments[i]) {
264 if (get_aux_bo(dri2_surf, attachments[i], attachments[i + 1],
286 unsigned int *attachments, int count,
301 attachments_with_format[2*i] = attachments[i];
243 dri2_get_buffers_with_format(__DRIdrawable *driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
284 dri2_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
H A Dplatform_wayland.c424 unsigned int *attachments, int count,
456 assert(attachments[i] < __DRI_BUFFER_COUNT);
459 dri2_prior_buffer_creation(dri2_surf, attachments[i]);
461 if (dri2_surf->dri_buffers[attachments[i]] == NULL) {
463 dri2_surf->dri_buffers[attachments[i]] =
465 attachments[i], attachments[i+1],
468 if (!dri2_surf->dri_buffers[attachments[i]])
471 if (attachments[i] == __DRI_BUFFER_BACK_LEFT)
472 dri2_process_back_buffer(dri2_surf, attachments[
422 dri2_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
495 dri2_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
[all...]
H A Dplatform_android.c387 unsigned int *attachments, int count)
398 switch (attachments[i]) {
401 buf->attachment = attachments[i];
419 attachments[i], attachments[i + 1]);
443 unsigned int *attachments, int count,
466 droid_get_buffers_parse_attachments(dri2_surf, attachments, count);
386 droid_get_buffers_parse_attachments(struct dri2_egl_surface *dri2_surf, unsigned int *attachments, int count) argument
441 droid_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c251 unsigned int attachments[10]; local
260 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
262 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
264 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
266 attachments[i++] = __DRI_BUFFER_DEPTH;
268 attachments[i++] = __DRI_BUFFER_STENCIL;
271 attachments, i, &count,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-javamail.jar ... .MimeMessage msg javax.mail.internet.MimeMultipart attachments String charset org.apache.tools.ant. ...
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.h129 int *width, int *height, unsigned int *attachments,
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.h129 int *width, int *height, unsigned int *attachments,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_context.c929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); local
940 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
941 attachments[i++] = intel_bits_per_pixel(front_rb);
945 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
946 attachments[i++] = intel_bits_per_pixel(back_rb);
954 attachments, i / 2,
957 free(attachments);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_context.c929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); local
940 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
941 attachments[i++] = intel_bits_per_pixel(front_rb);
945 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
946 attachments[i++] = intel_bits_per_pixel(back_rb);
954 attachments, i / 2,
957 free(attachments);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_context.c929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); local
940 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
941 attachments[i++] = intel_bits_per_pixel(front_rb);
945 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
946 attachments[i++] = intel_bits_per_pixel(back_rb);
954 attachments, i / 2,
957 free(attachments);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_context.c929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); local
940 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
941 attachments[i++] = intel_bits_per_pixel(front_rb);
945 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
946 attachments[i++] = intel_bits_per_pixel(back_rb);
954 attachments, i / 2,
957 free(attachments);

Completed in 940 milliseconds

1234