Home
last modified time | relevance | path

Searched refs:findSymbol (Results 1 – 10 of 10) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.cpp40 s_gl.glAlphaFunc = (glAlphaFunc_t) s_gles_lib->findSymbol("glAlphaFunc"); in init_gl_dispatch()
41 s_gl.glClearColor = (glClearColor_t) s_gles_lib->findSymbol("glClearColor"); in init_gl_dispatch()
42 s_gl.glClearDepthf = (glClearDepthf_t) s_gles_lib->findSymbol("glClearDepthf"); in init_gl_dispatch()
43 s_gl.glClipPlanef = (glClipPlanef_t) s_gles_lib->findSymbol("glClipPlanef"); in init_gl_dispatch()
44 s_gl.glColor4f = (glColor4f_t) s_gles_lib->findSymbol("glColor4f"); in init_gl_dispatch()
45 s_gl.glDepthRangef = (glDepthRangef_t) s_gles_lib->findSymbol("glDepthRangef"); in init_gl_dispatch()
46 s_gl.glFogf = (glFogf_t) s_gles_lib->findSymbol("glFogf"); in init_gl_dispatch()
47 s_gl.glFogfv = (glFogfv_t) s_gles_lib->findSymbol("glFogfv"); in init_gl_dispatch()
48 s_gl.glFrustumf = (glFrustumf_t) s_gles_lib->findSymbol("glFrustumf"); in init_gl_dispatch()
49 s_gl.glGetClipPlanef = (glGetClipPlanef_t) s_gles_lib->findSymbol("glGetClipPlanef"); in init_gl_dispatch()
[all …]
DEGLDispatch.cpp36 s_egl.eglGetError = (eglGetError_t) lib->findSymbol("eglGetError"); in init_egl_dispatch()
37 s_egl.eglGetDisplay = (eglGetDisplay_t) lib->findSymbol("eglGetDisplay"); in init_egl_dispatch()
38 s_egl.eglInitialize = (eglInitialize_t) lib->findSymbol("eglInitialize"); in init_egl_dispatch()
39 s_egl.eglTerminate = (eglTerminate_t) lib->findSymbol("eglTerminate"); in init_egl_dispatch()
40 s_egl.eglQueryString = (eglQueryString_t) lib->findSymbol("eglQueryString"); in init_egl_dispatch()
41 s_egl.eglGetConfigs = (eglGetConfigs_t) lib->findSymbol("eglGetConfigs"); in init_egl_dispatch()
42 s_egl.eglChooseConfig = (eglChooseConfig_t) lib->findSymbol("eglChooseConfig"); in init_egl_dispatch()
43 s_egl.eglGetConfigAttrib = (eglGetConfigAttrib_t) lib->findSymbol("eglGetConfigAttrib"); in init_egl_dispatch()
44 …s_egl.eglCreateWindowSurface = (eglCreateWindowSurface_t) lib->findSymbol("eglCreateWindowSurface"… in init_egl_dispatch()
45 …s_egl.eglCreatePbufferSurface = (eglCreatePbufferSurface_t) lib->findSymbol("eglCreatePbufferSurfa… in init_egl_dispatch()
[all …]
DGL2Dispatch.cpp61 return (void *)s_gles2_lib->findSymbol(name); in gl2_dispatch_get_proc_func()
/sdk/emulator/opengl/shared/OpenglOsUtils/
DosDynLibrary.h33 dynFuncPtr findSymbol(const char *p_symName);
DosDynLibrary.cpp66 dynFuncPtr dynLibrary::findSymbol(const char *p_symName) in findSymbol() function in osUtils::dynLibrary
/sdk/emulator/opengl/host/libs/GLESv2_dec/
DGL2Decoder.cpp50 func = (void *) ctx->m_GL2library->findSymbol(name); in s_getProc()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp38 ret = libGL->findSymbol(funcName); in getGLFuncAddress()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.cpp239 func = (void *)(ctx->m_glesDso->findSymbol(name)); in s_getProc()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp181 …__translator_getGLESIfaceFunc func = (__translator_getGLESIfaceFunc)libGLES->findSymbol(TRANSLATO… in loadIfaces()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp43 ret = libGL->findSymbol(funcName); in getGLFuncAddress()