HomeSort by relevance Sort by last modified time
    Searched defs:get_proc_address (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/gl/
gl_implementation_android.cc 57 GLGetProcAddressProc get_proc_address = local
61 if (!get_proc_address) {
68 SetGLGetProcAddressProc(get_proc_address);
gl_implementation_mac.cc 66 GLGetProcAddressProc get_proc_address = local
70 if (!get_proc_address) {
76 SetGLGetProcAddressProc(get_proc_address);
gl_implementation_x11.cc 81 GLGetProcAddressProc get_proc_address =
85 if (!get_proc_address) {
91 SetGLGetProcAddressProc(get_proc_address);
111 GLGetProcAddressProc get_proc_address = local
115 if (!get_proc_address) {
122 SetGLGetProcAddressProc(get_proc_address);
gl_implementation_win.cc 135 GLGetProcAddressProc get_proc_address = local
139 if (!get_proc_address) {
145 SetGLGetProcAddressProc(get_proc_address);
216 GLGetProcAddressProc get_proc_address = local
220 if (!get_proc_address) {
227 SetGLGetProcAddressProc(get_proc_address);
249 GLGetProcAddressProc get_proc_address = local
253 if (!get_proc_address) {
259 SetGLGetProcAddressProc(get_proc_address);
  /external/chromium_org/ui/ozone/platform/dri/
gbm_surface_factory.cc 130 GLGetProcAddressProc get_proc_address = local
134 if (!get_proc_address) {
141 set_gl_get_proc_address.Run(get_proc_address);
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 259 GLGetProcAddressProc get_proc_address = local
263 if (!get_proc_address) {
270 set_gl_get_proc_address.Run(get_proc_address);
  /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
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 84 _EGLProc (*get_proc_address)(const char *procname); member in struct:dri2_egl_driver
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 165 static inline GLFuncPtr get_proc_address(const char *name) function
226 get_proc_address("glXCreatePixmap");
230 get_proc_address("glXDestroyPixmap");
234 get_proc_address("glXBindTexImageEXT");
238 get_proc_address("glXReleaseTexImageEXT");
249 get_proc_address("glGenFramebuffersEXT");
253 get_proc_address("glDeleteFramebuffersEXT");
257 get_proc_address("glBindFramebufferEXT");
261 get_proc_address("glGenRenderbuffersEXT");
265 get_proc_address("glDeleteRenderbuffersEXT")
    [all...]
  /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/chromium_org/third_party/mesa/src/src/glx/
glxclient.h 226 void * (*get_proc_address)(const char *symbol); member in struct:glx_context_vtable
  /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/mesa3d/src/glx/
glxclient.h 226 void * (*get_proc_address)(const char *symbol); member in struct:glx_context_vtable

Completed in 1114 milliseconds