Lines Matching refs:kThreadCount
602 constexpr size_t kThreadCount = 2; in TEST_P() local
603 EGLSurface surface[kThreadCount] = {EGL_NO_SURFACE, EGL_NO_SURFACE}; in TEST_P()
604 EGLContext ctx[kThreadCount] = {EGL_NO_CONTEXT, EGL_NO_CONTEXT}; in TEST_P()
608 for (size_t t = 0; t < kThreadCount; ++t) in TEST_P()
633 GLRenderbuffer renderbuffer[kThreadCount]; in TEST_P()
634 GLFramebuffer fbo[kThreadCount]; in TEST_P()
635 GLProgram program[kThreadCount]; in TEST_P()
637 for (size_t t = 0; t < kThreadCount; ++t) in TEST_P()
765 for (size_t t = 0; t < kThreadCount; ++t) in TEST_P()
1435 constexpr size_t kThreadCount = 2; in TEST_P() local
1436 EGLSurface surface[kThreadCount] = {EGL_NO_SURFACE, EGL_NO_SURFACE}; in TEST_P()
1438 for (size_t t = 0; t < kThreadCount; ++t) in TEST_P()
1567 for (size_t t = 0; t < kThreadCount; ++t) in TEST_P()