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

  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.cpp 17 #include "GL2Decoder.h"
23 GL2Decoder::GL2Decoder()
29 GL2Decoder::~GL2Decoder()
34 void *GL2Decoder::s_getProc(const char *name, void *userData)
36 GL2Decoder *ctx = (GL2Decoder *) userData;
52 int GL2Decoder::initGL(get_proc_func_t getProcFunc, void *getProcFuncData)
82 int GL2Decoder::s_glFinishRoundTrip(void *self
    [all...]
GL2Decoder.h 28 class GL2Decoder : public gl2_decoder_context_t
32 GL2Decoder();
33 ~GL2Decoder();
Android.mk 20 LOCAL_SRC_FILES := GL2Decoder.cpp
34 LOCAL_SRC_FILES := GL2Decoder.cpp
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.h 22 #include "GL2Decoder.h"
34 GL2Decoder m_gl2Dec;
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h 21 #include "GL2Decoder.h"
47 GL2Decoder & gl2Decoder() { return m_gl2Dec; }
55 GL2Decoder m_gl2Dec;

Completed in 51 milliseconds