OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientFlags
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderServer.cpp
90
unsigned int
clientFlags
;
91
if (!stream->readFully(&
clientFlags
, sizeof(unsigned int))) {
92
fprintf(stderr,"Error reading
clientFlags
\n");
100
if ((
clientFlags
& IOSTREAM_CLIENT_EXIT_SERVER) != 0) {
render_api.cpp
39
unsigned int
clientFlags
);
229
// (send the exit request in
clientFlags
)
329
IOStream *createRenderThread(int p_stream_buffer_size, unsigned int
clientFlags
)
354
// send
clientFlags
to the renderer
358
*pClientFlags =
clientFlags
;
Completed in 332 milliseconds