Home | History | Annotate | Download | only in sandbox

Lines Matching full:engine

26     printf("Get number of available engine interfaces\n");
34 printf("Engine number of supported interfaces %u\n", numSupportedInterfaces);
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);
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");
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");