HomeSort by relevance Sort by last modified time
    Searched refs:att (Results 51 - 75 of 508) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/deqp/modules/glshared/
glsFboUtil.hpp 299 glw::GLenum attachmentType (const Attachment& att);
318 void attach (glw::GLenum attPoint, const Attachment* att);
330 const config::Attachment* att);
407 const config::Attachment& att,
glsFboCompletenessTests.cpp 734 Attachment* att = DE_NULL; local
740 att = &builder.makeConfig<RenderbufferAttachment>();
747 att = &texAtt;
754 att->imageName = img;
755 return att;
765 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder); local
766 builder.glAttach(target, att);
889 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder); local
890 builder.glAttach(GL_DEPTH_ATTACHMENT, att);
891 builder.glAttach(GL_STENCIL_ATTACHMENT, att);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_fbo.h 199 intel_renderbuffer_att_set_needs_depth_resolve(struct gl_renderbuffer_attachment *att);
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 198 void check (GLenum attPoint, const Attachment& att,
212 void ES2Checker::check (GLenum attPoint, const Attachment& att, const Image* image)
215 DE_UNREF(att);
  /external/libxml2/
testHTML.c 379 const unsigned char *att = atts[i]; local
382 while ((attlen = strlen((char*)att)) > 0) {
384 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
387 att += attlen;
  /external/webrtc/webrtc/libjingle/xmllite/
xmlelement.h 105 explicit XmlAttr(const XmlAttr& att) :
107 name_(att.name_),
108 value_(att.value_) {
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 85 GLint att[] = { local
94 static const GLint kAttCount = SK_ARRAY_COUNT(att);
96 memcpy(msaaAtt, att, sizeof(att));
107 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), att);
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 265 VkAttachmentDescription att = {}; local
266 att.format = m_render_target_fmt;
267 att.samples = VK_SAMPLE_COUNT_1_BIT;
268 att.loadOp = (m_clear_via_load_op) ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD;
269 att.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
270 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
271 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
272 att.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED;
273 att.finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
285 attachments.push_back(att);
    [all...]
vkrenderframework.h 392 void AddColorAttachment(uint32_t binding, const VkPipelineColorBlendAttachmentState *att);
396 VkPipelineColorBlendAttachmentState att = {}; local
397 att.blendEnable = VK_FALSE;
398 att.colorWriteMask = 0xf;
399 AddColorAttachment(0, &att);
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 119 Attachment att = ProviderTestUtils.setupAttachment(-1, name, size, false, mMockContext); local
120 att.mAccountKey = acct.mId;
121 return att;
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 940 struct ureg att = undef; local
950 att = get_temp(p);
956 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
967 if (is_undef(att))
968 att = get_temp(p);
980 emit_op2(p, OPCODE_MUL, att, 0, dist, att);
984 emit_op1(p, OPCODE_RCP, att, 0, dist);
988 return att;
1110 struct ureg att = undef, VPpli = undef local
    [all...]
fbobject.h 82 struct gl_renderbuffer_attachment *att);
120 const void *att);
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 2202 static const UColAttribute att[] = { UCOL_STRENGTH }; local
3041 UColAttribute att = UCOL_NUMERIC_COLLATION; local
3482 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST }; local
3491 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL }; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 299 enum st_attachment_type att)
302 return stwfb->textures[att];
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 252 struct gl_renderbuffer_attachment *att)
254 struct gl_renderbuffer *rb = att->Renderbuffer;
  /frameworks/base/core/java/android/app/
NotificationChannel.java 782 private static Uri safeUri(XmlPullParser parser, String att) {
783 final String val = parser.getAttributeValue(null, att);
787 private static int safeInt(XmlPullParser parser, String att, int defValue) {
788 final String val = parser.getAttributeValue(null, att);
801 private static boolean safeBool(XmlPullParser parser, String att, boolean defValue) {
802 final String value = parser.getAttributeValue(null, att);
807 private static long[] safeLongArray(XmlPullParser parser, String att, long[] defValue) {
808 final String attributeValue = parser.getAttributeValue(null, att);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 709 for (Attachment att: atts) {
710 if (!attachmentExists(context, att)) {
715 if ((att.mFlags & (Attachment.FLAG_DOWNLOAD_FORWARD |
718 ", #%d", att.mFileName, att.mId);
729 Attachment.delete(context, Attachment.CONTENT_URI, att.mId);
730 } else if (att.getContentUri() != null) {
735 Attachment.update(context, Attachment.CONTENT_URI, att.mId, cv);
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 1124 uint32_t att = subpass->color_attachments[i]; local
1134 uint32_t att = subpass->depth_stencil_attachment; local
    [all...]
gen7_cmd_buffer.c 134 struct anv_render_pass_attachment *att = local
137 switch (att->format) {
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /external/mesa3d/src/amd/vulkan/
radv_cmd_buffer.c 716 struct radv_attachment_info *att,
719 struct radv_image *image = att->attachment->image;
728 if (att->cb.micro_tile_mode != micro_tile_mode) {
731 att->cb.cb_color_attrib &= C_028C74_TILE_MODE_INDEX;
732 att->cb.cb_color_attrib |= S_028C74_TILE_MODE_INDEX(tile_mode_index);
733 att->cb.micro_tile_mode = micro_tile_mode;
874 struct radv_attachment_info *att = &framebuffer->attachments[idx]; local
878 att, dst_resolve_micro_tile_mode);
880 cmd_buffer->device->ws->cs_add_buffer(cmd_buffer->cs, att->attachment->bo, 8);
882 assert(att->attachment->aspect_mask & VK_IMAGE_ASPECT_COLOR_BIT)
895 struct radv_attachment_info *att = &framebuffer->attachments[idx]; local
1305 struct radv_render_pass_attachment *att = &pass->attachments[i]; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 212 const uint32_t att = subpass->pColorAttachments[j].attachment; local
214 if (att != VK_ATTACHMENT_UNUSED) {
215 color_formats.push_back(pCreateInfo->pAttachments[att].format);
  /external/mesa3d/src/mesa/swrast/
swrast.h 272 struct gl_renderbuffer_attachment *att);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 333 enum st_attachment_type att)
336 return xstfb->textures[att];
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 197 for (final Attachment att: attachments) {
199 writeOneAttachment(context, writer, stream, att);

Completed in 1424 milliseconds

1 23 4 5 6 7 8 91011>>