HomeSort by relevance Sort by last modified time
    Searched full:iotype (Results 1 - 11 of 11) sorted by null

  /external/skia/include/gpu/
GrGpuResourceRef.h 55 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
59 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
97 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
99 GrTGpuResourceRef(T* resource, GrIOType ioType) : INHERITED(resource, ioType) { }
103 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
105 void set(T* resource, GrIOType ioType) { this->setResource(resource, ioType); }
116 GrTGpuResourceRef(GrTexture* texture, GrIOType ioType) : INHERITED(texture, ioType) { }
    [all...]
  /external/skia/src/gpu/
GrGpuResourceRef.cpp 16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIOType ioType) {
20 this->setResource(resource, ioType);
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIOType ioType) {
64 fIOType = ioType;
  /external/fio/
gfio.h 21 struct multitext_widget iotype; member in struct:eta_widget
gfio.c 134 multitext_update_entry(&ge->eta.iotype, 0, "");
    [all...]
gclient.c 609 multitext_add_entry(&ge->eta.iotype, tmp);
627 multitext_set_entry(&ge->eta.iotype, 0);
    [all...]
  /external/mksh/src/
exec.c 95 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
1319 int iotype = iop->ioflag & IOTYPE; local
1325 if (iotype != IOHERE)
1330 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1339 switch (iotype) {
    [all...]
tree.c 72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) {
224 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE &&
250 unsigned short type = flag & IOTYPE;
913 unsigned short type = iop->ioflag & IOTYPE;
syn.c 194 ishere = (iop->ioflag & IOTYPE) == IOHERE;
eval.c 1356 if ((io->ioflag & IOTYPE) != IOREAD)
    [all...]
sh.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]

Completed in 1488 milliseconds