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"
24 GLDecoder::GLDecoder()
30 GLDecoder::~GLDecoder()
38 int GLDecoder::initGL(get_proc_func_t getProcFunc, void *getProcFuncData)
81 int GLDecoder::s_glFinishRoundTrip(void *self)
83 GLDecoder *ctx = (GLDecoder *)self;
88 void GLDecoder::s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset
    [all...]
Android.mk 18 LOCAL_SRC_FILES := GLDecoder.cpp
33 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 817 milliseconds