OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FNPTR
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/graphics_SanAngeles/src/
importgl.h
105
#define
FNPTR
(name) funcPtr_##name
111
#define glAttachShader
FNPTR
(glAttachShader)
112
#define glBindBuffer
FNPTR
(glBindBuffer)
113
#define glBlendFunc
FNPTR
(glBlendFunc)
114
#define glBufferData
FNPTR
(glBufferData)
115
#define glBufferSubData
FNPTR
(glBufferSubData)
116
#define glClear
FNPTR
(glClear)
117
#define glClearColor
FNPTR
(glClearColor)
118
#define glCompileShader
FNPTR
(glCompileShader)
119
#define glCreateProgram
FNPTR
(glCreateProgram
[
all
...]
importgl.c
52
FNPTR
(funcName) = (funcType_##funcName)procAddress; } while (0)
Completed in 655 milliseconds