HomeSort by relevance Sort by last modified time
    Searched defs:attrib (Results 51 - 75 of 198) sorted by null

1 23 4 5 6 7 8

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 220 vroute_add(struct nv30_render *r, uint attrib, uint sem, uint *idx)
243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib);
246 r->vtxfmt[attrib] = nv30_vtxfmt(pscreen, format)->hw;
247 r->vtxptr[attrib] = vinfo->size | NV30_3D_VTXBUF_DMA1;
251 r->vtxprog[attrib][0] = 0x001f38d8;
252 r->vtxprog[attrib][1] = 0x0080001b | (attrib << 9);
253 r->vtxprog[attrib][2] = 0x0836106c;
254 r->vtxprog[attrib][3] = 0x2000f800 | (result + vroute[sem].vp30) << 2;
256 r->vtxprog[attrib][0] = 0x401f9c6c
278 unsigned attrib = 0; local
    [all...]
  /external/mesa3d/src/glx/
dri_common.c 206 #define __ATTRIB(attrib, field) \
207 { attrib, offsetof(struct glx_config, field) }
211 unsigned int attrib, offset; member in struct:__anon19545
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/main/
eval.c 1016 static GLfloat attrib[4] = { 0.0, 0.0, 0.0, 1.0 }; local
1028 init_1d_map( ctx->EvalMap.Map1Attrib + i, 4, attrib );
1040 init_2d_map( ctx->EvalMap.Map2Attrib + i, 4, attrib );
  /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...]
tinyxmlparser.cpp 1142 TiXmlAttribute* attrib = new TiXmlAttribute(); local
1143 if ( !attrib )
1148 attrib->SetDocument( document );
1150 p = attrib->Parse( p, data, encoding );
1155 delete attrib;
1161 TiXmlAttribute* node = attributeSet.Find( attrib->NameTStr() );
1163 TiXmlAttribute* node = attributeSet.Find( attrib->Name() );
1168 delete attrib;
1172 attributeSet.Add( attrib );
1605 TiXmlAttribute attrib; local
1611 TiXmlAttribute attrib; local
1617 TiXmlAttribute attrib; local
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 58 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(attribIndex); local
59 GrVertexAttribType attribType = attrib.fType;
66 offset += attrib.fOffset;
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 217 EGLint attrib[] = local
241 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 125 EGLint attrib[] = local
145 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
  /libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS9Attributes.java 197 PKCS9Attribute attrib; local
204 attrib = new PKCS9Attribute(derVals[i]);
214 oid = attrib.getOID();
224 attributes.put(oid, attrib);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 88 Token attrib; local
90 attrib = jj_consume_token(ATOKEN);
93 paramNames.add(attrib.image);
  /packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 88 Token attrib; local
90 attrib = jj_consume_token(ATOKEN);
93 paramNames.add(attrib.image);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 27 unsigned attrib; member in struct:_finddata32_t
36 unsigned attrib; member in struct:_finddata32i64_t
45 unsigned attrib; member in struct:_finddata64i32_t
54 unsigned attrib; member in struct:__finddata64_t
86 unsigned attrib; member in struct:_wfinddata32_t
95 unsigned attrib; member in struct:_wfinddata32i64_t
104 unsigned attrib; member in struct:_wfinddata64i32_t
113 unsigned attrib; member in struct:_wfinddata64_t
230 _FindData->attrib=fd.attrib;
    [all...]
  /external/deqp/modules/egl/
teglChooseConfigReference.cpp 427 const EGLenum attrib = bitAttribs[ndx]; local
428 const EGLint value = getAttribute(attrib).value;
451 const EGLenum attrib = bitAttribs[ndx]; local
452 const EGLint value = getAttribute(attrib).value;
465 const EGLenum attrib = EGL_YUV_PLANE_BPP_EXT; local
466 const EGLint value = getAttribute(attrib).value;
  /external/libvncserver/libvncclient/
h264.c 240 VAConfigAttrib attrib; local
241 attrib.type = VAConfigAttribRTFormat;
242 va_status = vaCreateConfig(va_dpy, profile, VAEntrypointVLD, &attrib, 1, &va_config_id);
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 46 typedef void (*emit_func)(const void *attrib, void *ptr);
76 } attrib[PIPE_MAX_ATTRIBS]; member in struct:translate_generic
94 #define ATTRIB( NAME, SZ, SRCTYPE, DSTTYPE, TO ) \
96 emit_##NAME(const void *attrib, void *ptr) \
99 SRCTYPE *in = (SRCTYPE *)attrib; \
133 ATTRIB( R64G64B64A64_FLOAT, 4, float, double, TO_64_FLOAT )
134 ATTRIB( R64G64B64_FLOAT, 3, float, double, TO_64_FLOAT )
135 ATTRIB( R64G64_FLOAT, 2, float, double, TO_64_FLOAT )
136 ATTRIB( R64_FLOAT, 1, float, double, TO_64_FLOAT )
138 ATTRIB( R32G32B32A32_FLOAT, 4, float, float, TO_32_FLOAT
    [all...]
  /external/tinyxml/
tinyxml.cpp 754 TiXmlAttribute* attrib = new TiXmlAttribute( name, _value ); local
755 if ( attrib )
757 attributeSet.Add( attrib );
776 const TiXmlAttribute* attrib; local
777 for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() )
780 attrib->Print( cfile, depth );
821 const TiXmlAttribute* attrib; local
    [all...]
tinyxmlparser.cpp 1100 TiXmlAttribute* attrib = new TiXmlAttribute(); local
1101 if ( !attrib )
1107 attrib->SetDocument( document );
1109 p = attrib->Parse( p, data, encoding );
1114 delete attrib;
1119 TiXmlAttribute* node = attributeSet.Find( attrib->Name() );
1122 node->SetValue( attrib->Value() );
1123 delete attrib;
1127 attributeSet.Add( attrib );
1539 TiXmlAttribute attrib; local
1545 TiXmlAttribute attrib; local
1551 TiXmlAttribute attrib; local
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 171 VAConfigAttrib attrib; local
405 attrib.type = VAConfigAttribRTFormat;
408 entrypts[vaentrypt], &attrib, 1);
414 if (((attrib.value & VA_RT_FORMAT_YUV420) == 0) ||
424 entrypts[vaentrypt], &attrib, 1, &(parent->va_config));
    [all...]
mixvideoformat_mp42.c 198 VAConfigAttrib attrib; local
286 attrib.type = VAConfigAttribRTFormat;
289 &attrib, 1);
295 if ((attrib.value & VA_RT_FORMAT_YUV420) == 0) {
296 LOG_E("The attrib.value is wrong!\n");
300 va_ret = vaCreateConfig(va_display, va_profile, VAEntrypointVLD, &attrib,
    [all...]
mixvideoformat_vc1.c 261 VAConfigAttrib attrib; local
458 attrib.type = VAConfigAttribRTFormat;
461 entrypts[vaentrypt], &attrib, 1);
467 if (((attrib.value & VA_RT_FORMAT_YUV420) == 0) ||
477 entrypts[vaentrypt], &attrib, 1, &(parent->va_config));
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 1013 VAConfigAttrib attrib[2]; local
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 833 VAConfigAttrib attrib[2]; local
840 attrib[0].type = VAConfigAttribRTFormat;
841 attrib[0].value = VA_RT_FORMAT_YUV420;
842 attrib[1].type = VAConfigAttribDecSliceMode;
843 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL;
845 attrib[1].value = VA_DEC_SLICE_MODE_SUBSAMPLE;
852 &attrib[0],
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 853 VAConfigAttrib attrib[2]; local
860 attrib[0].type = VAConfigAttribRTFormat;
861 attrib[0].value = VA_RT_FORMAT_YUV420;
862 attrib[1].type = VAConfigAttribDecSliceMode;
863 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL;
865 attrib[1].value = VA_DEC_SLICE_MODE_SUBSAMPLE;
872 &attrib[0],
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 440 EGLint *attrib = NULL; local
442 attrib = new EGLint[nAttribs];
443 memcpy(attrib, attrib_list, nAttribs * sizeof(EGLint));
448 if (attrib[i] == EGL_CONTEXT_CLIENT_VERSION &&
449 attrib[i + 1] == 2) {
451 attrib[i + 1] = 1; // replace to version 1
455 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib);
456 delete[] attrib;
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 513 const Attribute* attrib = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals(attribName))); local
515 output.inputs.push_back(attrib);
534 static void genAttributeData (const Attribute& attrib, deUint8* basePtr, int stride, int numElements, de::Random& rnd)
537 const bool isFloat = glu::isDataTypeFloatOrVec(attrib.type.getBasicType());
538 const bool isInt = glu::isDataTypeIntOrIVec(attrib.type.getBasicType());
539 const bool isUint = glu::isDataTypeUintOrUVec(attrib.type.getBasicType());
540 const glu::Precision precision = attrib.type.getPrecision();
541 const int numComps = glu::getDataTypeScalarSize(attrib.type.getBasicType());
547 int offset = attrib.offset+elemNdx*stride+compNdx*elementSize;
616 for (vector<Attribute>::const_iterator attrib = attributes.begin(); attrib != attributes.end(); attrib++
    [all...]

Completed in 1507 milliseconds

1 23 4 5 6 7 8