Searched refs:getDispatch (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 34 static struct gles_dispatch *getDispatch() in getDispatch() function 58 getDispatch()->glAlphaFunc(func, ref); in glAlphaFunc() 63 getDispatch()->glClearColor(red, green, blue, alpha); in glClearColor() 68 getDispatch()->glClearDepthf(depth); in glClearDepthf() 73 getDispatch()->glClipPlanef(plane, equation); in glClipPlanef() 78 getDispatch()->glColor4f(red, green, blue, alpha); in glColor4f() 83 getDispatch()->glDepthRangef(zNear, zFar); in glDepthRangef() 88 getDispatch()->glFogf(pname, param); in glFogf() 93 getDispatch()->glFogfv(pname, params); in glFogfv() 98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar); in glFrustumf() [all …]
|
D | egl.cpp | 241 static struct egl_dispatch *getDispatch() in getDispatch() function 266 return getDispatch()->eglGetError(); in eglGetError() 271 return getDispatch()->eglGetDisplay(display_id); in eglGetDisplay() 276 return getDispatch()->eglInitialize(dpy, major, minor); in eglInitialize() 281 return getDispatch()->eglTerminate(dpy); in eglTerminate() 286 return getDispatch()->eglQueryString(dpy, name); in eglQueryString() 291 return getDispatch()->eglGetConfigs(dpy, configs, config_size, num_config); in eglGetConfigs() 329 res = getDispatch()->eglChooseConfig(dpy, in eglChooseConfig() 344 res = getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig() 355 return getDispatch()->eglGetConfigAttrib(dpy, config, attribute, value); in eglGetConfigAttrib() [all …]
|