/sdk/emulator/opengl/host/libs/libOpenglRender/ |
RenderThread.h | 19 #include "IOStream.h" 27 static RenderThread *create(IOStream *p_stream); 36 IOStream *m_stream;
|
ReadBuffer.h | 19 #include "IOStream.h" 23 ReadBuffer(IOStream *stream, size_t bufSize); 34 IOStream *m_stream;
|
render_api.cpp | 17 #include "IOStream.h" 38 static IOStream *createRenderThread(int p_stream_buffer_size, 136 IOStream *dummy = NULL; 230 IOStream *dummy = createRenderThread(8, IOSTREAM_CLIENT_EXIT_SERVER); 329 IOStream *createRenderThread(int p_stream_buffer_size, unsigned int clientFlags)
|
ReadBuffer.cpp | 22 ReadBuffer::ReadBuffer(IOStream *stream, size_t bufsize)
|
RenderThread.cpp | 40 RenderThread *RenderThread::create(IOStream *p_stream)
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
HostConnection.h | 19 #include "IOStream.h" 49 IOStream *m_stream;
|
QemuPipeStream.h | 19 /* This file implements an IOStream that uses a QEMU fast-pipe 24 #include "IOStream.h" 26 class QemuPipeStream : public IOStream {
|
QemuPipeStream.cpp | 25 IOStream(bufSize), 33 IOStream(bufSize),
|
/device/generic/goldfish/opengl/host/include/libOpenglRender/ |
IOStream.h | 24 class IOStream { 27 IOStream(size_t bufSize) { 39 virtual ~IOStream() {
|
/sdk/emulator/opengl/host/include/libOpenglRender/ |
IOStream.h | 24 class IOStream { 27 IOStream(size_t bufSize) { 39 virtual ~IOStream() {
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
renderControl_enc.cpp | 21 IOStream *stream = ctx->m_stream; 39 IOStream *stream = ctx->m_stream; 63 IOStream *stream = ctx->m_stream; 86 IOStream *stream = ctx->m_stream; 109 IOStream *stream = ctx->m_stream; 130 IOStream *stream = ctx->m_stream; 152 IOStream *stream = ctx->m_stream; 178 IOStream *stream = ctx->m_stream; 197 IOStream *stream = ctx->m_stream; 218 IOStream *stream = ctx->m_stream [all...] |
renderControl_enc.h | 7 #include "IOStream.h" 17 IOStream *m_stream; 19 renderControl_encoder_context_t(IOStream *stream);
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_enc.cpp | 21 IOStream *stream = ctx->m_stream; 37 IOStream *stream = ctx->m_stream; 55 IOStream *stream = ctx->m_stream; 70 IOStream *stream = ctx->m_stream; 88 IOStream *stream = ctx->m_stream; 106 IOStream *stream = ctx->m_stream; 122 IOStream *stream = ctx->m_stream; 138 IOStream *stream = ctx->m_stream; 156 IOStream *stream = ctx->m_stream; 176 IOStream *stream = ctx->m_stream [all...] |
GLEncoder.h | 27 GLEncoder(IOStream *stream);
|
gl_enc.h | 7 #include "IOStream.h" 16 IOStream *m_stream; 18 gl_encoder_context_t(IOStream *stream);
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
SocketStream.h | 20 #include "IOStream.h" 22 class SocketStream : public IOStream {
|
SocketStream.cpp | 33 IOStream(bufSize), 41 IOStream(bufSize),
|
glUtils.cpp | 19 #include <IOStream.h> 353 IOStream* stream = reinterpret_cast<IOStream*>(_stream);
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
ServerConnection.h | 21 #include "IOStream.h" 47 IOStream *m_stream;
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
SocketStream.h | 20 #include "IOStream.h" 22 class SocketStream : public IOStream {
|
SocketStream.cpp | 33 IOStream(bufSize), 41 IOStream(bufSize),
|
glUtils.cpp | 19 #include <IOStream.h> 353 IOStream* stream = reinterpret_cast<IOStream*>(_stream);
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_enc.cpp | 21 IOStream *stream = ctx->m_stream; 36 IOStream *stream = ctx->m_stream; 52 IOStream *stream = ctx->m_stream; 71 IOStream *stream = ctx->m_stream; 87 IOStream *stream = ctx->m_stream; 103 IOStream *stream = ctx->m_stream; 119 IOStream *stream = ctx->m_stream; 135 IOStream *stream = ctx->m_stream; 153 IOStream *stream = ctx->m_stream; 168 IOStream *stream = ctx->m_stream [all...] |
GL2Encoder.h | 27 GL2Encoder(IOStream *stream);
|
gl2_enc.h | 7 #include "IOStream.h" 17 IOStream *m_stream; 19 gl2_encoder_context_t(IOStream *stream);
|