Home
last modified time | relevance | path

Searched refs:deStreamCpyThread (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/delibs/destream/
DdeStreamCpyThread.c30 deStreamCpyThread* thread = (deStreamCpyThread*)arg; in cpyStream()
60 deStreamCpyThread* deStreamCpyThread_create (deInStream* input, deOutStream* output, deInt32 buffer… in deStreamCpyThread_create()
62 deStreamCpyThread* thread = malloc(sizeof(deStreamCpyThread)); in deStreamCpyThread_create()
76 void deStreamCpyThread_destroy (deStreamCpyThread* thread) in deStreamCpyThread_destroy()
83 void deStreamCpyThread_join (deStreamCpyThread* thread) in deStreamCpyThread_join()
DdeStreamCpyThread.h38 } deStreamCpyThread; typedef
40 deStreamCpyThread* deStreamCpyThread_create (deInStream* input, deOutStream* output, deInt32 buffer…
41 void deStreamCpyThread_destroy (deStreamCpyThread* thread);
43 void deStreamCpyThread_join (deStreamCpyThread* thread);
DCMakeLists.txt9 deStreamCpyThread.h
10 deStreamCpyThread.c
DdeThreadStream.c44 deStreamCpyThread* thread;
/external/deqp/
DAndroid.mk378 framework/delibs/destream/deStreamCpyThread.c \