Searched refs:GLESv2Decoder (Results 1 – 7 of 7) sorted by relevance
48 GLESv2Decoder::get_proc_func_t getProc, void *userData) { in initDispatch()60 static GLESv2Decoder::get_proc_func_t sGetProcFunc;79 GLESv2Decoder::GLESv2Decoder() in GLESv2Decoder() function in gfxstream::gl::GLESv2Decoder86 GLESv2Decoder::~GLESv2Decoder() in ~GLESv2Decoder()90 void *GLESv2Decoder::s_getProc(const char *name, void *userData) in s_getProc()92 GLESv2Decoder *ctx = (GLESv2Decoder *) userData; in s_getProc()110 int GLESv2Decoder::initGL(get_proc_func_t getProcFunc, void *getProcFuncData) in initGL()294 int GLESv2Decoder::s_glFinishRoundTrip(void *self) in s_glFinishRoundTrip()296 GLESv2Decoder *ctx = (GLESv2Decoder *)self; in s_glFinishRoundTrip()301 void GLESv2Decoder::s_glGetCompressedTextureFormats(void *self, int count, GLint *formats) in s_glGetCompressedTextureFormats()[all …]
5 GLESv2Decoder.cpp)
7 'GLESv2Decoder.cpp',
23 "GLESv2Decoder.cpp",
42 class GLESv2Decoder : public gles2_decoder_extended_context46 GLESv2Decoder();47 ~GLESv2Decoder();
74 GLESv2Decoder m_gl2Dec;
204 "gles2_dec/GLESv2Decoder.cpp",