HomeSort by relevance Sort by last modified time
    Searched defs:numPackets (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/egl/
teglColorClearCase.cpp 354 int numPackets = numThreads * numPacketsPerThread;
356 vector<SemaphoreSp> semaphores (numPackets+1);
teglRenderTests.cpp 252 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
254 for (int packetNdx = 0; packetNdx < numPackets; ++packetNdx)
269 void shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
271 for (int packetNdx = 0; packetNdx < numPackets; ++packetNdx)
936 const int numPackets = numThreads * packetsPerThread;
953 vector<SemaphoreSp> semaphores (numPackets+1);
954 vector<DrawPrimitiveOp> drawOps (numPackets*opsPerPacket);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.h 31 uint32_t numPackets;
66 void Stats(uint32_t* numPackets);
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 222 int numPackets = numVertices + ((numVertices%EXEC_VEC_WIDTH) ? 1 : 0);
232 for (int packetNdx = 0; packetNdx < numPackets; packetNdx++)
303 int numPackets = (width*height)/EXEC_VEC_WIDTH + (((width*height)%EXEC_VEC_WIDTH) ? 1 : 0);
308 for (int packetNdx = 0; packetNdx < numPackets; packetNdx++)
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 45 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket
282 numPackets = atoi(&arg[2]);
351 if (numPackets == 0) {
352 numPackets = totalPackets - firstPacket;
353 } else if (firstPacket + numPackets > totalPackets) {
354 fprintf(stderr, "-n%zu ignored\n", numPackets);
355 numPackets = totalPackets - firstPacket;
357 lastPacket = firstPacket + numPackets;
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 240 int numPackets = 100;
241 int contentLength = STRING_1K.length() * numPackets;
    [all...]
  /external/libvncserver/rfb/
rfb.h 421 int numPackets;
    [all...]

Completed in 866 milliseconds