HomeSort by relevance Sort by last modified time
    Searched refs:attrsize (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vertex.h 76 const GLuint attrsize; member in struct:tnl_format_info
t_vertex.c 336 vtx->attr[j].vertattrsize = _tnl_format_info[format].attrsize;
346 offset += _tnl_format_info[format].attrsize;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 146 int attrsize=(attrs==null) ? 0 : attrs.getLength(); local
147 if(attrsize>0)
150 for(int i=0;i<attrsize;++i)
534 int attrsize=(attrs==null) ? 0 : attrs.getLength(); local
535 if(attrsize>0)
537 for(int i=0;i<attrsize;++i)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_render.c 66 .offset = _tnl_format_info[emit].attrsize,

Completed in 257 milliseconds