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

  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 16 #include "GLDecoder.h"
28 GLDecoder::GLDecoder()
34 GLDecoder::~GLDecoder()
42 int GLDecoder::initGL(get_proc_func_t getProcFunc, void *getProcFuncData)
85 int GLDecoder::s_glFinishRoundTrip(void *self)
87 GLDecoder *ctx = (GLDecoder *)self;
92 void GLDecoder::s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset
    [all...]
Android.mk 18 LOCAL_SRC_FILES := GLDecoder.cpp
35 LOCAL_SRC_FILES := GLDecoder.cpp
GLDecoder.h 27 class GLDecoder : public gl_decoder_context_t
32 GLDecoder();
33 ~GLDecoder();
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.h 21 #include "GLDecoder.h"
33 GLDecoder m_glDec;
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h 20 #include "GLDecoder.h"
46 GLDecoder & glDecoder() { return m_glDec; }
53 GLDecoder m_glDec;

Completed in 1705 milliseconds