• Home
  • Raw
  • Download

Lines Matching refs:cout

73     std::cout << "    EGL Information:" << std::endl;  in TEST_P()
74 std::cout << "\tVendor: " << GetEGLString(mDisplay, EGL_VENDOR) << std::endl; in TEST_P()
75 std::cout << "\tVersion: " << GetEGLString(mDisplay, EGL_VENDOR) << std::endl; in TEST_P()
76 std::cout << "\tClient APIs: " << GetEGLString(mDisplay, EGL_CLIENT_APIS) << std::endl; in TEST_P()
78 std::cout << "\tEGL Client Extensions:" << std::endl; in TEST_P()
81 std::cout << "\t\t" << extension << std::endl; in TEST_P()
84 std::cout << "\tEGL Display Extensions:" << std::endl; in TEST_P()
87 std::cout << "\t\t" << extension << std::endl; in TEST_P()
90 std::cout << std::endl; in TEST_P()
96 std::cout << " GLES Information:" << std::endl; in TEST_P()
97 std::cout << "\tVendor: " << GetGLString(GL_VENDOR) << std::endl; in TEST_P()
98 std::cout << "\tVersion: " << GetGLString(GL_VERSION) << std::endl; in TEST_P()
99 std::cout << "\tRenderer: " << GetGLString(GL_RENDERER) << std::endl; in TEST_P()
100 std::cout << "\tShader: " << GetGLString(GL_SHADING_LANGUAGE_VERSION) << std::endl; in TEST_P()
102 std::cout << "\tExtensions:" << std::endl; in TEST_P()
105 std::cout << "\t\t" << extension << std::endl; in TEST_P()
108 std::cout << std::endl; in TEST_P()
313 std::cout << std::endl << "Capability name, value" << std::endl << std::endl; in TEST_P()
315 std::ostream &stream = std::cout; in TEST_P()
360 std::cout << "Configs - Count: " << count << std::endl; in TEST_P()
366 std::cout << " Config: " << GetAttrib(mDisplay, config, EGL_CONFIG_ID) << std::endl; in TEST_P()
377 std::cout << "\tColor:" << GetAttrib(mDisplay, config, EGL_BUFFER_SIZE) << "bit " in TEST_P()
387 std::cout << "\tBinding RGB:" << (bool)GetAttrib(mDisplay, config, EGL_BIND_TO_TEXTURE_RGB) in TEST_P()
411 std::cout << "\tCaveate: " << caveat; in TEST_P()
414 std::cout << " Conformant: "; in TEST_P()
416 std::cout << "OpenGL "; in TEST_P()
418 std::cout << "ES1 "; in TEST_P()
420 std::cout << "ES2 "; in TEST_P()
422 std::cout << "ES3"; in TEST_P()
423 std::cout << std::endl; in TEST_P()
426 std::cout << "\tAncilary " in TEST_P()
433 std::cout << "\tSwap Interval" in TEST_P()
438 std::cout << "\tNative Renderable: " << GetAttrib(mDisplay, config, EGL_NATIVE_RENDERABLE) in TEST_P()
445 std::cout << "\tSurface Type: "; in TEST_P()
447 std::cout << "WINDOW "; in TEST_P()
449 std::cout << "PIXMAP "; in TEST_P()
451 std::cout << "PBUFFER "; in TEST_P()
453 std::cout << "MULTISAMPLE_RESOLVE_BOX "; in TEST_P()
455 std::cout << "SWAP_PRESERVE "; in TEST_P()
456 std::cout << std::endl; in TEST_P()
460 std::cout << "\tRender: "; in TEST_P()
462 std::cout << "OpenGL "; in TEST_P()
464 std::cout << "ES1 "; in TEST_P()
466 std::cout << "ES2 "; in TEST_P()
468 std::cout << "ES3 "; in TEST_P()
469 std::cout << std::endl; in TEST_P()
474 std::cout << "\tAndroid Recordable: " in TEST_P()
479 std::cout << "\tAndroid framebuffer target: " in TEST_P()
484 std::cout << std::endl; in TEST_P()