HomeSort by relevance Sort by last modified time
    Searched refs:getDispatch (Results 1 - 5 of 5) 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...]
  /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 294 milliseconds