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

  /external/chromium_org/third_party/skia/include/gpu/
GrGpuResourceRef.h 53 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
55 GrGpuResourceRef(GrGpuResource*, GrIORef::IOType);
57 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
59 void setResource(GrGpuResource*, GrIORef::IOType);
84 GrIORef::IOType fIOType;
96 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
98 GrTGpuResourceRef(T* resource, GrIORef::IOType ioType) : INHERITED(resource, ioType) {}
102 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked a
    [all...]
GrGpuResource.h 40 enum IOType {
125 template <typename, IOType> friend class GrPendingIOResource;
  /external/chromium_org/third_party/skia/src/gpu/
GrGpuResourceRef.cpp 16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIORef::IOType ioType) {
20 this->setResource(resource, ioType);
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIORef::IOType 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 93 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
1295 int iotype = iop->flag & IOTYPE; local
1301 if (iotype != IOHERE)
1306 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1315 switch (iotype) {
    [all...]
tree.c 72 (t->ioact[0]->flag & IOTYPE) == IOHERE) {
224 if ((iop->flag & (IOTYPE | IOHERESTR)) == IOHERE &&
250 int type = flag & IOTYPE;
913 int type = iop->flag & IOTYPE;
syn.c 195 ishere = (iop->flag & IOTYPE) == IOHERE;
eval.c 1328 if ((io->flag & IOTYPE) != IOREAD)
    [all...]
sh.h     [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]

Completed in 1501 milliseconds