Home
last modified time | relevance | path

Searched refs:initGL (Results 1 – 6 of 6) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DRenderThread.cpp59 tInfo.m_glDec.initGL( gl_dispatch_get_proc_func, NULL ); in Main()
60 tInfo.m_gl2Dec.initGL( gl2_dispatch_get_proc_func, NULL ); in Main()
/sdk/emulator/opengl/host/libs/GLESv2_dec/
DGL2Decoder.h34 int initGL(get_proc_func_t getProcFunc = NULL, void *getProcFuncData = NULL);
DGL2Decoder.cpp55 int GL2Decoder::initGL(get_proc_func_t getProcFunc, void *getProcFuncData) in initGL() function in GL2Decoder
/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.h34 int initGL(get_proc_func_t getProcFunc = NULL, void *getProcFuncData = NULL);
DGLDecoder.cpp42 int GLDecoder::initGL(get_proc_func_t getProcFunc, void *getProcFuncData) in initGL() function in GLDecoder
/sdk/emulator/opengl/tests/ut_renderer/
DRenderingThread.cpp294 m_glDec.initGL(); in thread()
315 m_gl2Dec.initGL(); in thread()