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

1 2 3 4 56 7 8 91011>>

  /external/deqp/modules/egl/
teglQueryConfigTests.cpp 48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value)
50 log << TestLog::Message << " " << eglu::getConfigAttribName(attrib) << ": " << eglu::getConfigAttribValueStr(attrib, value) << TestLog::EndMessage;
191 EGLint getValue (EGLConfig config, EGLenum attrib, bool logValue=true);
246 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue)
252 eglGetConfigAttrib(display.getEGLDisplay(), config, attrib, &value);
255 if (logValue) logConfigAttribute(log, attrib, value);
302 void checkBoolean (EGLenum attrib, EGLint value)
308 log << TestLog::Message << "Fail, " << eglu::getConfigAttribStr(attrib) << " should be a boolean value." << TestLog::EndMessage;
313 void checkInteger (EGLenum attrib, EGLint value
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 589 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
590 if ( attrib )
591 return &attrib->ValueStr();
599 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
602 if ( attrib ) {
603 result = attrib->Value();
605 attrib->QueryIntValue( i );
615 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
618 if ( attrib ) {
619 result = &attrib->ValueStr()
631 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
647 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
663 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
712 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
722 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
732 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
742 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
752 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
762 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
772 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
782 TiXmlAttribute* attrib = attributeSet.FindOrCreate( cname ); local
792 TiXmlAttribute* attrib = attributeSet.FindOrCreate( _name ); local
810 const TiXmlAttribute* attrib; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttConstantValue.java 17 package com.android.dx.cf.attrib;
RawAttribute.java 17 package com.android.dx.cf.attrib;
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 19 import com.android.dx.cf.attrib.AttCode;
20 import com.android.dx.cf.attrib.AttLineNumberTable;
21 import com.android.dx.cf.attrib.AttLocalVariableTable;
22 import com.android.dx.cf.attrib.AttLocalVariableTypeTable;
  /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/chromium_org/tools/metrics/histograms/
histogram_ownership.py 31 name = histogram.attrib['name']
  /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:__anon18919
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:__anon11403
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:__anon18947
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:__anon11431
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...]

Completed in 2172 milliseconds

1 2 3 4 56 7 8 91011>>