Home
last modified time | relevance | path

Searched refs:IOStream (Results 1 – 18 of 18) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_enc.cpp24 IOStream *stream = ctx->m_stream; in glAlphaFunc_enc()
40 IOStream *stream = ctx->m_stream; in glClearColor_enc()
58 IOStream *stream = ctx->m_stream; in glClearDepthf_enc()
73 IOStream *stream = ctx->m_stream; in glClipPlanef_enc()
91 IOStream *stream = ctx->m_stream; in glColor4f_enc()
109 IOStream *stream = ctx->m_stream; in glDepthRangef_enc()
125 IOStream *stream = ctx->m_stream; in glFogf_enc()
141 IOStream *stream = ctx->m_stream; in glFogfv_enc()
159 IOStream *stream = ctx->m_stream; in glFrustumf_enc()
179 IOStream *stream = ctx->m_stream; in glGetClipPlanef_enc()
[all …]
Dgl_enc.h16 IOStream *m_stream;
18 gl_encoder_context_t(IOStream *stream);
DGLEncoder.h27 GLEncoder(IOStream *stream);
DGLEncoder.cpp921 GLEncoder::GLEncoder(IOStream *stream) : gl_encoder_context_t(stream) in GLEncoder()
/device/generic/goldfish/opengl/system/renderControl_enc/
DrenderControl_enc.cpp24 IOStream *stream = ctx->m_stream; in rcGetRendererVersion_enc()
42 IOStream *stream = ctx->m_stream; in rcGetEGLVersion_enc()
66 IOStream *stream = ctx->m_stream; in rcQueryEGLString_enc()
89 IOStream *stream = ctx->m_stream; in rcGetGLString_enc()
112 IOStream *stream = ctx->m_stream; in rcGetNumConfigs_enc()
133 IOStream *stream = ctx->m_stream; in rcGetConfigs_enc()
155 IOStream *stream = ctx->m_stream; in rcChooseConfig_enc()
181 IOStream *stream = ctx->m_stream; in rcGetFBParam_enc()
200 IOStream *stream = ctx->m_stream; in rcCreateContext_enc()
221 IOStream *stream = ctx->m_stream; in rcDestroyContext_enc()
[all …]
DrenderControl_enc.h17 IOStream *m_stream;
19 renderControl_encoder_context_t(IOStream *stream);
/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_enc.cpp24 IOStream *stream = ctx->m_stream; in glActiveTexture_enc()
39 IOStream *stream = ctx->m_stream; in glAttachShader_enc()
55 IOStream *stream = ctx->m_stream; in glBindAttribLocation_enc()
74 IOStream *stream = ctx->m_stream; in glBindBuffer_enc()
90 IOStream *stream = ctx->m_stream; in glBindFramebuffer_enc()
106 IOStream *stream = ctx->m_stream; in glBindRenderbuffer_enc()
122 IOStream *stream = ctx->m_stream; in glBindTexture_enc()
138 IOStream *stream = ctx->m_stream; in glBlendColor_enc()
156 IOStream *stream = ctx->m_stream; in glBlendEquation_enc()
171 IOStream *stream = ctx->m_stream; in glBlendEquationSeparate_enc()
[all …]
Dgl2_enc.h17 IOStream *m_stream;
19 gl2_encoder_context_t(IOStream *stream);
DGL2Encoder.h27 GL2Encoder(IOStream *stream);
DGL2Encoder.cpp44 GL2Encoder::GL2Encoder(IOStream *stream) : gl2_encoder_context_t(stream) in GL2Encoder()
/device/generic/goldfish/opengl/host/include/libOpenglRender/
DIOStream.h24 class IOStream {
27 IOStream(size_t bufSize) { in IOStream() function
39 virtual ~IOStream() { in ~IOStream()
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DSocketStream.cpp33 IOStream(bufSize), in SocketStream()
41 IOStream(bufSize), in SocketStream()
DSocketStream.h22 class SocketStream : public IOStream {
DglUtils.cpp353 IOStream* stream = reinterpret_cast<IOStream*>(_stream); in glUtilsWritePackPointerData()
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
DQemuPipeStream.cpp25 IOStream(bufSize), in QemuPipeStream()
33 IOStream(bufSize), in QemuPipeStream()
DHostConnection.h49 IOStream *m_stream;
DQemuPipeStream.h26 class QemuPipeStream : public IOStream {
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
DServerConnection.h47 IOStream *m_stream;