HomeSort by relevance Sort by last modified time
    Searched full:get_proc_address (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/ui/gl/
gl_implementation_linux.cc 44 GLGetProcAddressProc get_proc_address =
48 if (!get_proc_address) {
54 SetGLGetProcAddressProc(get_proc_address);
gl_implementation_x11.cc 76 GLGetProcAddressProc get_proc_address =
80 if (!get_proc_address) {
86 SetGLGetProcAddressProc(get_proc_address);
104 GLGetProcAddressProc get_proc_address = local
108 if (!get_proc_address) {
115 SetGLGetProcAddressProc(get_proc_address);
gl_implementation_win.cc 137 GLGetProcAddressProc get_proc_address = local
141 if (!get_proc_address) {
147 SetGLGetProcAddressProc(get_proc_address);
221 GLGetProcAddressProc get_proc_address = local
225 if (!get_proc_address) {
232 SetGLGetProcAddressProc(get_proc_address);
256 GLGetProcAddressProc get_proc_address = local
260 if (!get_proc_address) {
266 SetGLGetProcAddressProc(get_proc_address);
gl_implementation_android.cc 68 GLGetProcAddressProc get_proc_address = local
72 if (!get_proc_address) {
79 SetGLGetProcAddressProc(get_proc_address);
gl_implementation_mac.cc 66 GLGetProcAddressProc get_proc_address = local
70 if (!get_proc_address) {
76 SetGLGetProcAddressProc(get_proc_address);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
device.c 41 VdpGetProcAddress **get_proc_address)
47 if (!(display && device && get_proc_address))
83 *get_proc_address = &vlVdpGetProcAddress;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
device.c 41 VdpGetProcAddress **get_proc_address)
47 if (!(display && device && get_proc_address))
83 *get_proc_address = &vlVdpGetProcAddress;
  /external/chromium_org/content/child/npapi/
webplugin_ime_win.h 37 // app::win::IATPatchFunction get_proc_address;
38 // get_proc_address.Patch(
  /external/chromium_org/tools/memory_watcher/
memory_hook.cc 22 #define GET_PROC_ADDRESS(hmodule, name) \
30 patch_##name.set_original(GET_PROC_ADDRESS(hkernel32, ##name)); \
36 patch_##name.set_original(GET_PROC_ADDRESS(hntdll, ##name)); \
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 177 * The return type of st_api->get_proc_address.
472 st_proc_t (*get_proc_address)(struct st_api *stapi, const char *procname); member in struct:st_api
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 177 * The return type of st_api->get_proc_address.
472 st_proc_t (*get_proc_address)(struct st_api *stapi, const char *procname); member in struct:st_api
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.h 84 _EGLProc (*get_proc_address)(const char *procname); member in struct:dri2_egl_driver
egl_dri2.c 952 return dri2_drv->get_proc_address(procname);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 84 _EGLProc (*get_proc_address)(const char *procname); member in struct:dri2_egl_driver
egl_dri2.c 952 return dri2_drv->get_proc_address(procname);
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
libGL.txt 73 http://oss.sgi.com/projects/ogl-sample/registry/ARB/get_proc_address.spec
  /external/mesa3d/docs/
libGL.txt 73 http://oss.sgi.com/projects/ogl-sample/registry/ARB/get_proc_address.spec
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_glx.c 335 NULL, /* get_proc_address */
drisw_glx.c 368 NULL, /* get_proc_address */
dri_glx.c 569 NULL, /* get_proc_address */
glxclient.h 226 void * (*get_proc_address)(const char *symbol); member in struct:glx_context_vtable
  /external/mesa3d/src/glx/
indirect_glx.c 335 NULL, /* get_proc_address */
drisw_glx.c 368 NULL, /* get_proc_address */
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 643 stapi->get_proc_address(stapi, procname) : NULL);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 643 stapi->get_proc_address(stapi, procname) : NULL);

Completed in 688 milliseconds

1 2