HomeSort by relevance Sort by last modified time
    Searched defs:att (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 820 struct gl_renderbuffer_attachment *att)
823 = att->Texture->Image[att->CubeMapFace][att->TextureLevel];
824 struct radeon_renderbuffer *rrb = radeon_renderbuffer(att->Renderbuffer);
829 "%s(%p, fb %p, rrb %p, att %p)\n",
830 __func__, ctx, fb, rrb, att);
841 _mesa_reference_renderbuffer(&att->Renderbuffer, NULL);
842 _swrast_render_texture(ctx, fb, att);
849 _mesa_reference_renderbuffer(&att->Renderbuffer, &rrb->base.Base)
921 struct gl_renderbuffer_attachment *att; local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTest.java 257 final Attachment att = LegacyConversions.mimePartToAttachment(attPart); local
258 assertEquals(att.mFileName, "test.txt");
259 assertEquals(att.mMimeType, "text/plain");
260 assertEquals(att.mSize, size);
261 assertEquals(att.mContentId, "testContentId");
  /external/chromium_org/third_party/icu/source/common/
uresdata.c 199 int32_t att=indexes[URES_INDEX_ATTRIBUTES]; local
200 pResData->noFallback=(UBool)(att&URES_ATT_NO_FALLBACK);
201 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0);
202 pResData->usesPoolBundle=(UBool)((att&URES_ATT_USES_POOL_BUNDLE)!=0);
    [all...]
  /external/chromium_org/third_party/libxml/src/
SAX2.c 1396 const xmlChar *att; local
1557 const xmlChar *att; local
    [all...]
runtest.c 1541 const unsigned char *att = atts[i]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_dri2.c 200 int num_ins, num_outs, att; local
215 for (att = 0; att < NUM_NATIVE_ATTACHMENTS; att++) {
216 if (native_attachment_mask_test(buffer_mask, att)) {
219 switch (att) {
397 int att; local
398 for (att = 0; att < NUM_NATIVE_ATTACHMENTS; att++)
    [all...]
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 539 Attachment* att = DE_NULL; local
545 att = &builder.makeConfig<RenderbufferAttachment>();
552 att = &texAtt;
559 att->imageName = img;
560 return att;
570 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder); local
571 builder.glAttach(target, att);
694 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder); local
695 builder.glAttach(GL_DEPTH_ATTACHMENT, att);
696 builder.glAttach(GL_STENCIL_ATTACHMENT, att);
    [all...]
  /external/icu/icu4c/source/common/
uresdata.c 204 int32_t att=indexes[URES_INDEX_ATTRIBUTES]; local
205 pResData->noFallback=(UBool)(att&URES_ATT_NO_FALLBACK);
206 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0);
207 pResData->usesPoolBundle=(UBool)((att&URES_ATT_USES_POOL_BUNDLE)!=0);
    [all...]
  /external/libxml2/
SAX2.c 1426 const xmlChar *att; local
1587 const xmlChar *att; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c 200 int num_ins, num_outs, att; local
215 for (att = 0; att < NUM_NATIVE_ATTACHMENTS; att++) {
216 if (native_attachment_mask_test(buffer_mask, att)) {
219 switch (att) {
397 int att; local
398 for (att = 0; att < NUM_NATIVE_ATTACHMENTS; att++)
    [all...]
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 423 final Attachment att = new Attachment(); local
424 att.restore(attachments);
427 if (att.mContentBytes != null) {
430 content = new ByteArrayInputStream(att.mContentBytes);
432 String contentUriString = att.getCachedFileUri();
434 contentUriString = att.getContentUri();
443 final String mimeType = att.mMimeType;
444 final Long contentSize = att.mSize;
445 final String contentId = att.mContentId;
446 final String filename = att.mFileName
    [all...]
  /packages/apps/Email/src/com/android/email/service/
Pop3Service.java 81 Attachment att = Attachment.restoreAttachmentWithId(mContext, attachmentId);
82 if (att == null || att.mUiState != AttachmentState.DOWNLOADING) return;
83 long inboxId = Mailbox.findMailboxOfType(mContext, att.mAccountKey, Mailbox.TYPE_INBOX);
397 Attachment att = new Attachment(); local
398 att.restore(c);
399 Message msg = Message.restoreMessageWithId(context, att.mMessageKey);
401 values.put(AttachmentColumns.UI_DOWNLOADED_SIZE, att.mSize);
402 resolver.update(ContentUris.withAppendedId(Attachment.CONTENT_URI, att.mId),
409 Uri attUri = ContentUris.withAppendedId(Attachment.CONTENT_URI, att.mId)
    [all...]
AttachmentService.java 924 final Attachment att = new Attachment(); local
1326 final Attachment att = Attachment.restoreAttachmentWithId(this, req.mAttachmentId); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.c 303 struct gl_renderbuffer_attachment *att)
305 if (att->Type == GL_TEXTURE) {
306 ASSERT(att->Texture);
309 ctx->Driver.FinishRenderTexture(ctx, att);
311 _mesa_reference_texobj(&att->Texture, NULL); /* unbind */
312 ASSERT(!att->Texture);
314 if (att->Type == GL_TEXTURE || att->Type == GL_RENDERBUFFER_EXT) {
315 ASSERT(!att->Texture);
316 _mesa_reference_renderbuffer(&att->Renderbuffer, NULL); /* unbind *
392 struct gl_renderbuffer_attachment *att; local
701 struct gl_renderbuffer_attachment *att; local
827 const struct gl_renderbuffer_attachment *att local
840 const struct gl_renderbuffer_attachment *att local
1388 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1682 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1704 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1999 struct gl_renderbuffer_attachment *att; local
2271 struct gl_renderbuffer_attachment *att; local
2354 const struct gl_renderbuffer_attachment *att; local
3071 const struct gl_renderbuffer_attachment *att; local
    [all...]
teximage.c 2692 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
    [all...]
ffvertex_prog.c 952 struct ureg att = undef; local
962 att = get_temp(p);
967 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
978 if (is_undef(att))
979 att = get_temp(p);
991 emit_op2(p, OPCODE_MUL, att, 0, dist, att);
995 emit_op1(p, OPCODE_RCP, att, 0, dist);
999 return att;
1121 struct ureg att = undef, VPpli = undef local
    [all...]
  /external/libvorbis/lib/
psy.c 80 static void attenuate_curve(float *c,float att){
83 c[i]+=att;
756 float att=local_specmax+p->vi->ath_adjatt; local
760 specified att) */
761 if(att<p->vi->ath_maxatt)att=p->vi->ath_maxatt;
764 logmask[i]=p->ath[i]+att;
    [all...]
vorbisenc.c 70 int att[P_NOISECURVES]; member in struct:__anon28560
335 const att3 *att,
345 p->tone_masteratt[0]=att[is].att[0]*(1.-ds)+att[is+1].att[0]*ds;
346 p->tone_masteratt[1]=att[is].att[1]*(1.-ds)+att[is+1].att[1]*ds
    [all...]
  /external/mesa3d/src/mesa/main/
fbobject.c 303 struct gl_renderbuffer_attachment *att)
305 if (att->Type == GL_TEXTURE) {
306 ASSERT(att->Texture);
309 ctx->Driver.FinishRenderTexture(ctx, att);
311 _mesa_reference_texobj(&att->Texture, NULL); /* unbind */
312 ASSERT(!att->Texture);
314 if (att->Type == GL_TEXTURE || att->Type == GL_RENDERBUFFER_EXT) {
315 ASSERT(!att->Texture);
316 _mesa_reference_renderbuffer(&att->Renderbuffer, NULL); /* unbind *
392 struct gl_renderbuffer_attachment *att; local
701 struct gl_renderbuffer_attachment *att; local
827 const struct gl_renderbuffer_attachment *att local
840 const struct gl_renderbuffer_attachment *att local
1388 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1682 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1704 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1999 struct gl_renderbuffer_attachment *att; local
2271 struct gl_renderbuffer_attachment *att; local
2354 const struct gl_renderbuffer_attachment *att; local
3071 const struct gl_renderbuffer_attachment *att; local
    [all...]
teximage.c 2692 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
    [all...]
ffvertex_prog.c 952 struct ureg att = undef; local
962 att = get_temp(p);
967 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
978 if (is_undef(att))
979 att = get_temp(p);
991 emit_op2(p, OPCODE_MUL, att, 0, dist, att);
995 emit_op1(p, OPCODE_RCP, att, 0, dist);
999 return att;
1121 struct ureg att = undef, VPpli = undef local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 503 EmailContent.Attachment att = new EmailContent.Attachment(); local
504 att.mEncoding = "base64";
505 att.mSize = Long.parseLong(length);
506 att.mFileName = fileName;
507 att.mLocation = location;
508 att.mMimeType = getMimeTypeFromFileName(fileName);
509 att.mAccountKey = mAccount.mId;
514 att.mContentId = contentId;
520 (att.mSize > mPolicy.mMaxAttachmentSize))) {
521 att.mFlags = EmailContent.Attachment.FLAG_POLICY_DISALLOWS_DOWNLOAD
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 332 Attachment att = msg.mAttachments.get(0); local
334 assertEquals("invite.ics", att.mFileName);
336 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART);
337 assertEquals("text/calendar; method=REPLY", att.mMimeType);
338 assertNotNull(att.mContentBytes);
339 assertEquals(att.mSize, att.mContentBytes.length);
374 Attachment att = msg.mAttachments.get(0); local
376 assertEquals("invite.ics", att.mFileName);
378 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART)
436 Attachment att = msg.mAttachments.get(0); local
502 Attachment att = msg.mAttachments.get(0); local
584 Attachment att = msg.mAttachments.get(0); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 143 UColAttribute att; member in struct:attrTest
166 currAttr = attrs[i].att;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 98 UColAttribute att; member in struct:attrTest
121 currAttr = attrs[i].att;
    [all...]

Completed in 2060 milliseconds

12 3 4 5