OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLchan
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_chan.h
25
* Types, macros, etc for the
GLchan
datatype.
50
typedef GLubyte
GLchan
;
55
typedef GLushort
GLchan
;
60
typedef GLfloat
GLchan
;
113
* Convert 4 floats to
GLchan
values.
114
* \param dst pointer to destination
GLchan
[4] array.
/external/mesa3d/src/mesa/swrast/
s_chan.h
25
* Types, macros, etc for the
GLchan
datatype.
50
typedef GLubyte
GLchan
;
55
typedef GLushort
GLchan
;
60
typedef GLfloat
GLchan
;
113
* Convert 4 floats to
GLchan
values.
114
* \param dst pointer to destination
GLchan
[4] array.
Completed in 512 milliseconds