OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDispatch
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp
34
static struct gles_dispatch *
getDispatch
()
58
getDispatch
()->glAlphaFunc(func, ref);
63
getDispatch
()->glClearColor(red, green, blue, alpha);
68
getDispatch
()->glClearDepthf(depth);
73
getDispatch
()->glClipPlanef(plane, equation);
78
getDispatch
()->glColor4f(red, green, blue, alpha);
83
getDispatch
()->glDepthRangef(zNear, zFar);
88
getDispatch
()->glFogf(pname, param);
93
getDispatch
()->glFogfv(pname, params);
98
getDispatch
()->glFrustumf(left, right, bottom, top, zNear, zFar)
[
all
...]
egl.cpp
241
static struct egl_dispatch *
getDispatch
()
266
return
getDispatch
()->eglGetError();
271
return
getDispatch
()->eglGetDisplay(display_id);
276
return
getDispatch
()->eglInitialize(dpy, major, minor);
281
return
getDispatch
()->eglTerminate(dpy);
286
return
getDispatch
()->eglQueryString(dpy, name);
291
return
getDispatch
()->eglGetConfigs(dpy, configs, config_size, num_config);
329
res =
getDispatch
()->eglChooseConfig(dpy,
344
res =
getDispatch
()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config);
355
return
getDispatch
()->eglGetConfigAttrib(dpy, config, attribute, value)
[
all
...]
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp
45
static struct egl_dispatch *
getDispatch
()
59
return
getDispatch
()->eglGetProcAddress(procname);
66
return
getDispatch
()->eglGetError();
71
return
getDispatch
()->eglGetDisplay(display_id);
76
return
getDispatch
()->eglInitialize(dpy, major, minor);
81
return
getDispatch
()->eglTerminate(dpy);
86
return
getDispatch
()->eglQueryString(dpy, name);
91
return
getDispatch
()->eglGetConfigs(dpy, configs, config_size, num_config);
96
return
getDispatch
()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config);
101
return
getDispatch
()->eglGetConfigAttrib(dpy, config, attribute, value)
[
all
...]
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 59 milliseconds