Home
last modified time | relevance | path

Searched refs:todo (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DVirtioGpuPipeStream.cpp283 size_t todo = len; in transferToHost() local
292 size_t toXfer = todo > kTransferBufferSize ? kTransferBufferSize : todo; in transferToHost()
308 todo -= toXfer; in transferToHost()
316 size_t todo = len; in transferFromHost() local
328 size_t toXfer = todo > kTransferBufferSize ? kTransferBufferSize : todo; in transferFromHost()
342 todo -= toXfer; in transferFromHost()
/hardware/google/aemu/base/include/aemu/base/threads/
DWorkerThread.h137 std::vector<Command> todo; in worker() local
138 todo.reserve(10); in worker()
145 todo.swap(mQueue); in worker()
149 for (Command& item : todo) { in worker()
161 todo.clear(); in worker()
/hardware/google/gfxstream/host/
DRingStream.cpp81 auto todo = remaining < avail ? remaining : avail; in commitBuffer() local
86 data + sent, todo, 1); in commitBuffer()
88 sent += todo; in commitBuffer()
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dvector_angle.inl28 //! \todo epsilon is hard coded to 0.01
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_transform.inl322 T const w = h * height / width; ///todo max(width , Height) / min(width , Height)?
349 T const w = h * height / width; ///todo max(width , Height) / min(width , Height)?
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp317 uint8_t todo[CODEC_MAX_VERTEX_ATTRIBUTES]; in getVBOUsage() local
336 todo[todo_count] = i; in getVBOUsage()
349 int i = todo[k]; in getVBOUsage()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h1975 int restart_interval, todo; member
2909 j->todo = j->restart_interval ? j->restart_interval : 0x7fffffff; in stbi__jpeg_reset()
2935 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()
2967 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()
2998 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()
3027 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image.h1975 int restart_interval, todo; member
2909 j->todo = j->restart_interval ? j->restart_interval : 0x7fffffff; in stbi__jpeg_reset()
2935 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()
2967 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()
2998 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()
3027 if (--z->todo <= 0) { in stbi__parse_entropy_coded_data()