OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disp_table
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.c
4188
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
4248
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
4305
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
4552
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
4613
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
4670
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
4925
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
4986
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
5043
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
5102
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
5164
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
5221
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
5280
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
5342
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
5399
const _glapi_proc *const
disp_table
= GET_DISPATCH();
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_send.py
426
print ' const _glapi_proc *const
disp_table
= GET_DISPATCH();'
428
print ' (PFNGL%sPROC)
disp_table
[%d];' % (name.upper(), func.offset)
[
all
...]
/external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py
426
print ' const _glapi_proc *const
disp_table
= GET_DISPATCH();'
428
print ' (PFNGL%sPROC)
disp_table
[%d];' % (name.upper(), func.offset)
[
all
...]
Completed in 138 milliseconds