Searched defs:attachments (Results 1 - 25 of 68) sorted by relevance

123

/external/skia/src/gpu/vk/
H A DGrVkFramebuffer.cpp23 VkImageView attachments[3]; local
24 attachments[0] = colorAttachment->imageView();
27 attachments[numAttachments++] = stencilAttachment->imageView();
37 createInfo.pAttachments = attachments;
/external/deqp/framework/opengl/
H A DgluStrUtil.cpp121 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments) argument
123 return detail::EnumPointerFmt(attachments, (deUint32)numAttachments, getInvalidateAttachmentName);
/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/deqp/modules/gles31/functional/
H A Des31fNegativeAdvancedBlendEquationTests.cpp216 const glw::GLenum attachments[] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1 }; local
236 ctx.glDrawBuffers(2, attachments);
H A Des31fNegativeBufferApiTests.cpp763 std::vector<deUint32> attachments (4);
769 attachments[0] = (glw::GLenum) (GL_COLOR_ATTACHMENT0 + maxColorAttachments);
770 attachments[1] = GL_COLOR_ATTACHMENT0;
771 attachments[2] = GL_COLOR_ATTACHMENT1;
772 attachments[3] = GL_NONE;
792 ctx.glDrawBuffers (4, &attachments[0]);
812 ctx.glDrawBuffers (4, &attachments[0]);
1677 deUint32 attachments[3]; local
1683 attachments[0] = GL_COLOR_ATTACHMENT0;
1684 attachments[
1726 deUint32 attachments[3]; local
[all...]
/external/libmojo/ipc/
H A Dipc_message_attachment_set.cc29 const std::vector<scoped_refptr<MessageAttachment>>& attachments,
32 for (const scoped_refptr<MessageAttachment>& attachment : attachments) {
28 count_attachments_of_type( const std::vector<scoped_refptr<MessageAttachment>>& attachments, MessageAttachment::Type type) argument
/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_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
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...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c242 dri2_create_buffers(DrawablePtr pDraw, unsigned int *attachments, int count) argument
257 buffers[i].attachment = attachments[i];
/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/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/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp798 GLenum attachments[numAttachments]; local
802 attachments[currentAttachment] = GL_COLOR_EXT;
807 attachments[currentAttachment] = GL_DEPTH_EXT;
812 attachments[currentAttachment] = GL_STENCIL_EXT;
815 //Assuming some attachments have been chosen, discard/invalidate them.
819 glDiscardFramebufferEXT(GL_FRAMEBUFFER_OES, currentAttachment, attachments);
821 glDiscardFramebufferEXT(GL_FRAMEBUFFER, currentAttachment, attachments);
823 glInvalidateFramebuffer(GL_FRAMEBUFFER, currentAttachment, attachments);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp82 const std::vector<AttachmentInfo>& attachments,
107 const std::vector<AttachmentInfo>& attachments,
110 , m_attachments (attachments)
402 const std::vector<AttachmentInfo>& attachments,
415 const std::vector<AttachmentInfo>& attachments,
418 , m_attachments (attachments)
507 std::vector<AttachmentInfo> attachments; local
508 attachments.push_back(AttachmentInfo(format, rnd.getInt(1, maxDimension), rnd.getInt(1, maxDimension), 1));
509 single->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments));
513 std::vector<AttachmentInfo> attachments; local
106 GranularityInstance(Context& context, const std::vector<AttachmentInfo>& attachments, const bool useRenderPass) argument
412 GranularityCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const std::vector<AttachmentInfo>& attachments, const bool useRenderPass = false) argument
521 std::vector<AttachmentInfo> attachments; local
530 std::vector<AttachmentInfo> attachments; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp173 const GLenum attachments[] = local
186 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(attachments); ++ndx)
189 glGetFramebufferAttachmentParameteriv(m_framebufferTarget, attachments[ndx], GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, &state);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c71 static const unsigned int attachments[1] = { XCB_DRI2_ATTACHMENT_BUFFER_BACK_LEFT }; variable
135 scrn->buffers_cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, scrn->drawable, 1, 1, attachments);
190 cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, drawable, 1, 1, attachments);
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.c377 int *width, int *height, unsigned int *attachments,
384 attachments, num_ins, num_outs);
387 attachments, num_ins, num_outs);
376 x11_drawable_get_buffers(struct x11_screen *xscr, Drawable drawable, int *width, int *height, unsigned int *attachments, boolean with_format, int num_ins, int *num_outs) argument
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c67 unsigned int *attachments, int count,
76 return dri->get_buffers(driDrawable, width, height, attachments,
93 unsigned int *attachments, int count,
103 dri->get_buffers_with_format(driDrawable, width, height, attachments,
65 dri_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *data) argument
91 dri_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *data) argument
/external/mesa3d/src/glx/
H A Ddri2.c402 unsigned int *attachments, int count, int *outCount)
422 p[i] = attachments[i];
461 unsigned int *attachments, int count, int *outCount)
481 p[i] = attachments[i];
400 DRI2GetBuffers(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) argument
459 DRI2GetBuffersWithFormat(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) argument
/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);
/external/mesa3d/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/mesa3d/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/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/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri2.c92 unsigned attachments[10]; local
102 attachments[num_attachments++] = __DRI_BUFFER_FRONT_LEFT;
175 attachments[num_attachments++] = att;
177 attachments[num_attachments++] = depth;
186 attachments, num_attachments,
192 attachments, num_attachments,

Completed in 2231 milliseconds

123