HomeSort by relevance Sort by last modified time
    Searched refs:IOStream (Results 1 - 18 of 18) sorted by null

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_enc.h 7 #include "IOStream.h"
17 IOStream *m_stream;
20 gl_encoder_context_t(IOStream *stream, ChecksumCalculator *checksumCalculator);
gl_enc.cpp 24 IOStream *stream = ctx->m_stream;
50 IOStream *stream = ctx->m_stream;
78 IOStream *stream = ctx->m_stream;
103 IOStream *stream = ctx->m_stream;
131 IOStream *stream = ctx->m_stream;
159 IOStream *stream = ctx->m_stream;
185 IOStream *stream = ctx->m_stream;
211 IOStream *stream = ctx->m_stream;
239 IOStream *stream = ctx->m_stream;
269 IOStream *stream = ctx->m_stream
    [all...]
GLEncoder.h 28 GLEncoder(IOStream *stream, ChecksumCalculator* protocol);
GLEncoder.cpp     [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_enc.h 7 #include "IOStream.h"
18 IOStream *m_stream;
21 gl2_encoder_context_t(IOStream *stream, ChecksumCalculator *checksumCalculator);
gl2_enc.cpp 24 IOStream *stream = ctx->m_stream;
49 IOStream *stream = ctx->m_stream;
75 IOStream *stream = ctx->m_stream;
104 IOStream *stream = ctx->m_stream;
130 IOStream *stream = ctx->m_stream;
156 IOStream *stream = ctx->m_stream;
182 IOStream *stream = ctx->m_stream;
208 IOStream *stream = ctx->m_stream;
236 IOStream *stream = ctx->m_stream;
261 IOStream *stream = ctx->m_stream
    [all...]
GL2Encoder.h 28 GL2Encoder(IOStream *stream, ChecksumCalculator* protocol);
    [all...]
GL2Encoder.cpp 70 GL2Encoder::GL2Encoder(IOStream *stream, ChecksumCalculator *protocol)
    [all...]
  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_enc.h 7 #include "IOStream.h"
18 IOStream *m_stream;
21 renderControl_encoder_context_t(IOStream *stream, ChecksumCalculator *checksumCalculator);
renderControl_enc.cpp 24 IOStream *stream = ctx->m_stream;
63 IOStream *stream = ctx->m_stream;
110 IOStream *stream = ctx->m_stream;
155 IOStream *stream = ctx->m_stream;
200 IOStream *stream = ctx->m_stream;
243 IOStream *stream = ctx->m_stream;
287 IOStream *stream = ctx->m_stream;
337 IOStream *stream = ctx->m_stream;
377 IOStream *stream = ctx->m_stream;
419 IOStream *stream = ctx->m_stream
    [all...]
  /device/generic/goldfish-opengl/host/include/libOpenglRender/
IOStream.h 24 class IOStream {
27 IOStream(size_t bufSize) {
39 virtual ~IOStream() {
  /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>
432 IOStream* stream = reinterpret_cast<IOStream*>(_stream);
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
QemuPipeStream.h 19 /* This file implements an IOStream that uses a QEMU fast-pipe
24 #include "IOStream.h"
26 class QemuPipeStream : public IOStream {
HostConnection.h 19 #include "IOStream.h"
79 ExtendedRCEncoderContext(IOStream *stream, ChecksumCalculator *checksumCalculator)
153 IOStream *m_stream;
QemuPipeStream.cpp 26 IOStream(bufSize),
34 IOStream(bufSize),
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
ServerConnection.h 21 #include "IOStream.h"
47 IOStream *m_stream;

Completed in 553 milliseconds