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

  /development/tools/emulator/opengl/system/OpenglSystemCommon/
HostConnection.h 22 class GLEncoder;
33 GLEncoder *glEncoder();
50 GLEncoder *m_glEnc;
HostConnection.cpp 21 #include "GLEncoder.h"
107 GLEncoder *HostConnection::glEncoder()
110 m_glEnc = new GLEncoder(m_stream);
111 DBG("HostConnection::glEncoder new encoder %p, tid %d", m_glEnc, gettid());
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoderUtils.cpp 18 #include "GLEncoder.h"
22 GLEncoder *ctx = (GLEncoder *)self;
GLEncoder.cpp 16 #include "GLEncoder.h"
52 GLenum GLEncoder::s_glGetError(void * self)
54 GLEncoder *ctx = (GLEncoder *)self;
65 GLint * GLEncoder::getCompressedTextureFormats()
79 void GLEncoder::s_glGetIntegerv(void *self, GLenum param, GLint *ptr)
81 GLEncoder *ctx = (GLEncoder *)self;
94 void GLEncoder::s_glGetFloatv(void *self, GLenum param, GLfloat *ptr)
96 GLEncoder *ctx = (GLEncoder *)self
    [all...]
Android.mk 9 GLEncoder.cpp \
GLEncoder.h 24 class GLEncoder : public gl_encoder_context_t {
27 GLEncoder(IOStream *stream);
28 virtual ~GLEncoder();
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
ServerConnection.h 19 #include "GLEncoder.h"
36 GLEncoder *glEncoder() { return m_glEnc; }
48 GLEncoder *m_glEnc;
ServerConnection.cpp 116 m_glEnc = new GLEncoder(m_stream);

Completed in 190 milliseconds