Lines Matching full:printf
26 printf("Get number of available engine interfaces\n");
34 printf("Engine number of supported interfaces %u\n", numSupportedInterfaces);
40 printf("Display the ID of each available interface\n");
48 printf("interface[%u] ", index);
59 printf("Create an engine and request all available interfaces\n");
62 printf("Create engine with numSupportedInterfaces > 0 but NULL pointers\n");
71 printf("Create engine with no place to return the new engine object\n");
75 printf("Create engine with NULL interface pointer\n");
82 printf("Create an engine with numOptions > 0 but NULL pointer\n");
90 printf("Create engine with non-sensical option\n");
95 printf("Create an engine and require non-sensical volume interface\n");
103 printf("Create an engine and politely request a non-sensical interface with options\n");
112 printf("Engine object %p\n", engineObject);
114 printf("Get each available interface before realization\n");
121 printf("interface available pre-realize: ");
126 printf("Destroy engine before realization\n");
129 printf("Create engine again\n");
132 printf("Engine object %p\n", engineObject);
134 printf("Realize the engine\n");
138 printf("Get each available interface after realization\n");
143 printf("interface[%u] %p\n", index, interface);
155 printf("Create too many engines\n");
161 printf("Destroy engine\n");
164 printf("Now should be able to create another engine\n");
168 printf("Exit without destroying engine -- examine log for expected error message\n");