HomeSort by relevance Sort by last modified time
    Searched refs:attrib (Results 126 - 150 of 436) sorted by null

1 2 3 4 56 7 8 91011>>

  /dalvik/dx/src/com/android/dx/cf/iface/
StdField.java 19 import com.android.dx.cf.attrib.AttConstantValue;
  /external/chromium_org/ppapi/c/
ppb_media_stream_audio_track.h 131 * @param[in] attrib A <code>PP_MediaStreamAudioTrack_Attrib</code> for
139 PP_MediaStreamAudioTrack_Attrib attrib,
  /external/chromium_org/ppapi/cpp/
media_stream_video_track.h 91 /// @param[in] attrib A <code>PP_MediaStreamVideoTrack_Attrib</code> for
96 int32_t GetAttrib(PP_MediaStreamVideoTrack_Attrib attrib,
media_stream_audio_track.cc 53 int32_t MediaStreamAudioTrack::GetAttrib(PP_MediaStreamAudioTrack_Attrib attrib,
57 pp_resource(), attrib, value);
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 467 DSpContextAttributes attrib;
482 SDL_memset (&attrib, 0, sizeof (DSpContextAttributes));
485 attrib.displayWidth = 640;
486 attrib.displayHeight = 480;
487 attrib.displayBestDepth = 8;
488 attrib.backBufferBestDepth = 8;
489 attrib.displayDepthMask = kDSpDepthMask_All;
490 attrib.backBufferDepthMask = kDSpDepthMask_All;
491 attrib.colorNeeds = kDSpColorNeeds_Require;
492 attrib.pageCount = 1
767 DSpContextAttributes attrib; local
    [all...]
  /frameworks/base/tools/layoutlib/rename_font/
build_font_single.py 125 if 'nameID' in namerecord.attrib:
126 name_id = int(namerecord.attrib['nameID'])
155 if 'nameID' in namerecord.attrib:
156 name_id = int(namerecord.attrib['nameID'])
  /hardware/intel/bootstub/
sfi.h 28 u64 attrib; member in struct:sfi_mem_entry
  /external/chromium_org/ppapi/api/
ppb_media_stream_audio_track.idl 117 * @param[in] attrib A <code>PP_MediaStreamAudioTrack_Attrib</code> for
125 [in] PP_MediaStreamAudioTrack_Attrib attrib,
  /external/chromium_org/ppapi/thunk/
ppb_media_stream_audio_track_thunk.cc 40 PP_MediaStreamAudioTrack_Attrib attrib,
46 return enter.object()->GetAttrib(attrib, value);
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_program.c 150 const GLenum attrib = GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB; local
154 retval = __glXGetArrayEnable(state, attrib, index, data);
158 retval = __glXGetArraySize(state, attrib, index, data);
162 retval = __glXGetArrayStride(state, attrib, index, data);
166 retval = __glXGetArrayType(state, attrib, index, data);
170 retval = __glXGetArrayNormalized(state, attrib, index, data);
dri_common.c 206 #define __ATTRIB(attrib, field) \
207 { attrib, offsetof(struct glx_config, field) }
211 unsigned int attrib, offset; member in struct:__anon17914
259 scalarEqual(struct glx_config *mode, unsigned int attrib, unsigned int value)
265 if (attribMap[i].attrib == attrib) {
277 unsigned int attrib, value, glxValue; local
281 while (core->indexConfigAttrib(driConfig, i++, &attrib, &value)) {
282 switch (attrib) {
320 if (!scalarEqual(config, attrib, value)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_lines.c 175 rSum = CHAN_TO_FLOAT(ncv0->color[0]) + ncv0->attrib[FRAG_ATTRIB_COL1][0];
176 gSum = CHAN_TO_FLOAT(ncv0->color[1]) + ncv0->attrib[FRAG_ATTRIB_COL1][1];
177 bSum = CHAN_TO_FLOAT(ncv0->color[2]) + ncv0->attrib[FRAG_ATTRIB_COL1][2];
182 rSum = CHAN_TO_FLOAT(ncv1->color[0]) + ncv1->attrib[FRAG_ATTRIB_COL1][0];
183 gSum = CHAN_TO_FLOAT(ncv1->color[1]) + ncv1->attrib[FRAG_ATTRIB_COL1][1];
184 bSum = CHAN_TO_FLOAT(ncv1->color[2]) + ncv1->attrib[FRAG_ATTRIB_COL1][2];
  /external/deqp/framework/qphelper/
qpXmlWriter.c 206 const qpXmlAttribute* attrib = &attribs[ndx]; local
207 fprintf(writer->outputFile, " %s=\"", attrib->name);
208 switch (attrib->type)
211 writeEscaped(writer, attrib->stringValue);
217 sprintf(buf, "%d", attrib->intValue);
223 writeEscaped(writer, attrib->boolValue ? "True" : "False");
  /external/mesa3d/src/glx/
indirect_vertex_program.c 150 const GLenum attrib = GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB; local
154 retval = __glXGetArrayEnable(state, attrib, index, data);
158 retval = __glXGetArraySize(state, attrib, index, data);
162 retval = __glXGetArrayStride(state, attrib, index, data);
166 retval = __glXGetArrayType(state, attrib, index, data);
170 retval = __glXGetArrayNormalized(state, attrib, index, data);
dri_common.c 206 #define __ATTRIB(attrib, field) \
207 { attrib, offsetof(struct glx_config, field) }
211 unsigned int attrib, offset; member in struct:__anon31473
259 scalarEqual(struct glx_config *mode, unsigned int attrib, unsigned int value)
265 if (attribMap[i].attrib == attrib) {
277 unsigned int attrib, value, glxValue; local
281 while (core->indexConfigAttrib(driConfig, i++, &attrib, &value)) {
282 switch (attrib) {
320 if (!scalarEqual(config, attrib, value)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_lines.c 175 rSum = CHAN_TO_FLOAT(ncv0->color[0]) + ncv0->attrib[FRAG_ATTRIB_COL1][0];
176 gSum = CHAN_TO_FLOAT(ncv0->color[1]) + ncv0->attrib[FRAG_ATTRIB_COL1][1];
177 bSum = CHAN_TO_FLOAT(ncv0->color[2]) + ncv0->attrib[FRAG_ATTRIB_COL1][2];
182 rSum = CHAN_TO_FLOAT(ncv1->color[0]) + ncv1->attrib[FRAG_ATTRIB_COL1][0];
183 gSum = CHAN_TO_FLOAT(ncv1->color[1]) + ncv1->attrib[FRAG_ATTRIB_COL1][1];
184 bSum = CHAN_TO_FLOAT(ncv1->color[2]) + ncv1->attrib[FRAG_ATTRIB_COL1][2];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
utils.c 438 #define __ATTRIB(attrib, field) \
439 { attrib, offsetof(struct gl_config, field) }
441 static const struct { unsigned int attrib, offset; } attribMap[] = { member in struct:__anon17942
502 switch (attribMap[index].attrib) {
538 * \param attrib the attribute (one of the _DRI_ATTRIB_x tokens)
544 unsigned int attrib, unsigned int *value)
549 if (attribMap[i].attrib == attrib)
559 * \param attrib returns the attribute name (one of the _DRI_ATTRIB_x tokens)
565 unsigned int *attrib, unsigned int *value
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_draw.c 170 GLuint attrib,
227 VB->AttribPtr[attrib] = &tnl->tmp_inputs[attrib];
228 VB->AttribPtr[attrib]->data = (GLfloat (*)[4])ptr;
229 VB->AttribPtr[attrib]->start = (GLfloat *)ptr;
230 VB->AttribPtr[attrib]->count = count;
231 VB->AttribPtr[attrib]->stride = stride;
232 VB->AttribPtr[attrib]->size = input->Size;
236 VB->AttribPtr[attrib]->flags = (((1<<input->Size)-1) |
240 VB->AttribPtr[attrib]->storage = NULL
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 438 #define __ATTRIB(attrib, field) \
439 { attrib, offsetof(struct gl_config, field) }
441 static const struct { unsigned int attrib, offset; } attribMap[] = { member in struct:__anon31501
502 switch (attribMap[index].attrib) {
538 * \param attrib the attribute (one of the _DRI_ATTRIB_x tokens)
544 unsigned int attrib, unsigned int *value)
549 if (attribMap[i].attrib == attrib)
559 * \param attrib returns the attribute name (one of the _DRI_ATTRIB_x tokens)
565 unsigned int *attrib, unsigned int *value
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_draw.c 170 GLuint attrib,
227 VB->AttribPtr[attrib] = &tnl->tmp_inputs[attrib];
228 VB->AttribPtr[attrib]->data = (GLfloat (*)[4])ptr;
229 VB->AttribPtr[attrib]->start = (GLfloat *)ptr;
230 VB->AttribPtr[attrib]->count = count;
231 VB->AttribPtr[attrib]->stride = stride;
232 VB->AttribPtr[attrib]->size = input->Size;
236 VB->AttribPtr[attrib]->flags = (((1<<input->Size)-1) |
240 VB->AttribPtr[attrib]->storage = NULL
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
p12_kiss.c 229 ASN1_TYPE *attrib; local
233 if ((attrib = PKCS12_get_attr (bag, NID_friendlyName)))
234 fname = attrib->value.bmpstring;
236 if ((attrib = PKCS12_get_attr (bag, NID_localKeyID)))
237 lkid = attrib->value.octet_string;
  /external/openssl/crypto/pkcs12/
p12_kiss.c 229 ASN1_TYPE *attrib; local
233 if ((attrib = PKCS12_get_attr (bag, NID_friendlyName)))
234 fname = attrib->value.bmpstring;
236 if ((attrib = PKCS12_get_attr (bag, NID_localKeyID)))
237 lkid = attrib->value.octet_string;
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 470 int *attrib; local
499 for (attrib = fbconfig_attrs; *attrib != GL_NONE; attrib += 2)
501 *attrib++ = GLX_DEPTH_SIZE; *attrib++ = wattr.depth;
503 *attrib++ = GLX_ALPHA_SIZE; *attrib++ = 8;
504 *attrib++ = GLX_BIND_TO_TEXTURE_RGBA_EXT; *attrib++ = GL_TRUE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 152 # for tag/attrib/text attributes
164 # @param attrib An optional dictionary, containing element attributes.
172 # <tag attrib>text<child/>...</tag>tail
187 attrib = None variable in class:Element
207 def __init__(self, tag, attrib={}, **extra):
208 attrib = attrib.copy()
209 attrib.update(extra)
211 self.attrib = attrib
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 152 # for tag/attrib/text attributes
164 # @param attrib An optional dictionary, containing element attributes.
172 # <tag attrib>text<child/>...</tag>tail
187 attrib = None variable in class:Element
207 def __init__(self, tag, attrib={}, **extra):
208 attrib = attrib.copy()
209 attrib.update(extra)
211 self.attrib = attrib
    [all...]

Completed in 549 milliseconds

1 2 3 4 56 7 8 91011>>