Home
last modified time | relevance | path

Searched refs:maxCount (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish/libqemu/
Dtest_guest_2.c56 int maxCount = 1000; in main() local
162 for (count = 0; count < maxCount; count++) { in main()
237 printf("Total bytes: %g bytes\n", 1.0*maxCount*bufferSize); in main()
238 printf("Bandwidth: %g MB/s\n", (maxCount*bufferSize/(1024.0*1024.0))/(time1 - time0) ); in main()
Dtest_guest_1.c43 const int maxCount = 100; in main() local
66 for (count = 0; count < maxCount; count++) { in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DThreads.c76 WRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCount) in Semaphore_Create() argument
78 p->handle = CreateSemaphore(NULL, (LONG)initiallyCount, (LONG)maxCount, NULL); in Semaphore_Create()
DThreads.h53 WRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCount);
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.h141 size_t processedSizesCnt, size_t maxCount, cam_rect_t active_array_size,
DQCamera3HWI.cpp7111 size_t processedSizesCnt, size_t maxCount, cam_rect_t active_array_size, in filterJpegSizes() argument
7121 if (processedSizesCnt > maxCount) { in filterJpegSizes()
7122 processedSizesCnt = maxCount; in filterJpegSizes()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.h141 size_t processedSizesCnt, size_t maxCount, cam_rect_t active_array_size,
DQCamera3HWI.cpp7108 size_t processedSizesCnt, size_t maxCount, cam_rect_t active_array_size, in filterJpegSizes() argument
7118 if (processedSizesCnt > maxCount) { in filterJpegSizes()
7119 processedSizesCnt = maxCount; in filterJpegSizes()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.h163 size_t processedSizesCnt, size_t maxCount, cam_rect_t active_array_size,
DQCamera3HWI.cpp8321 size_t processedSizesCnt, size_t maxCount, cam_rect_t active_array_size, in filterJpegSizes() argument
8331 if (processedSizesCnt > maxCount) { in filterJpegSizes()
8332 processedSizesCnt = maxCount; in filterJpegSizes()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h433 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count,…
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1398 void GL2Encoder::s_glGetAttachedShaders(void *self, GLuint program, GLsizei maxCount, in s_glGetAttachedShaders() argument
1402 SET_ERROR_IF(maxCount < 0, GL_INVALID_VALUE); in s_glGetAttachedShaders()
1403 ctx->m_glGetAttachedShaders_enc(self, program, maxCount, count, shaders); in s_glGetAttachedShaders()
3263 GLint maxCount = 0; in s_glTransformFeedbackVaryings() local
3264 ctx->glGetIntegerv(ctx, GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS, &maxCount); in s_glTransformFeedbackVaryings()
3268 maxCount < count, in s_glTransformFeedbackVaryings()
DGL2Encoder.h227 static void s_glGetAttachedShaders(void *self, GLuint program, GLsizei maxCount,
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h433 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count,…
Dgl31.h433 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count,…