OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcuIOSApp
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/platform/ios/
tcuIOSApp.h
28
typedef struct tcuIOSApp_s
tcuIOSApp
;
32
tcuIOSApp
* tcuIOSApp_create (void* view);
33
void tcuIOSApp_destroy (
tcuIOSApp
* app);
35
deBool tcuIOSApp_iterate (
tcuIOSApp
* app);
tcuIOSViewController.h
26
#import "
tcuIOSApp
.h"
31
tcuIOSApp
* app;
tcuIOSApp.mm
24
#include "
tcuIOSApp
.h"
328
void
tcuIOSApp
::createTestApp (void)
345
void
tcuIOSApp
::destroyTestApp (void)
355
void
tcuIOSApp
::iterate (void)
380
tcuIOSApp
* tcuIOSApp_create (void* view)
384
return new
tcuIOSApp
(view);
393
void tcuIOSApp_destroy (
tcuIOSApp
* app)
398
deBool tcuIOSApp_iterate (
tcuIOSApp
* app)
Completed in 99 milliseconds