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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_test.c 62 _glapi_get_proc_offset(const char *funcName) function
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_test.c 62 _glapi_get_proc_offset(const char *funcName) function
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_glapi.c 197 _glapi_get_proc_offset(const char *funcName) function
  /external/mesa3d/src/mapi/mapi/
mapi_glapi.c 197 _glapi_get_proc_offset(const char *funcName) function
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_getproc.c 487 _glapi_get_proc_offset(const char *funcName) function
616 GLuint BeginOffset = _glapi_get_proc_offset("glBegin");
622 GLuint viewportOffset = _glapi_get_proc_offset("glViewport");
628 GLuint VertexPointerOffset = _glapi_get_proc_offset("glVertexPointer");
634 GLuint ResetMinMaxOffset = _glapi_get_proc_offset("glResetMinmax");
640 GLuint blendColorOffset = _glapi_get_proc_offset("glBlendColor");
646 GLuint secondaryColor3fOffset = _glapi_get_proc_offset("glSecondaryColor3fEXT");
652 GLuint pointParameterivOffset = _glapi_get_proc_offset("glPointParameterivNV");
658 GLuint setFenceOffset = _glapi_get_proc_offset("glSetFenceNV");
  /external/mesa3d/src/mapi/glapi/
glapi_getproc.c 487 _glapi_get_proc_offset(const char *funcName) function
616 GLuint BeginOffset = _glapi_get_proc_offset("glBegin");
622 GLuint viewportOffset = _glapi_get_proc_offset("glViewport");
628 GLuint VertexPointerOffset = _glapi_get_proc_offset("glVertexPointer");
634 GLuint ResetMinMaxOffset = _glapi_get_proc_offset("glResetMinmax");
640 GLuint blendColorOffset = _glapi_get_proc_offset("glBlendColor");
646 GLuint secondaryColor3fOffset = _glapi_get_proc_offset("glSecondaryColor3fEXT");
652 GLuint pointParameterivOffset = _glapi_get_proc_offset("glPointParameterivNV");
658 GLuint setFenceOffset = _glapi_get_proc_offset("glSetFenceNV");

Completed in 166 milliseconds