OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rebaseFormat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texgetimage.c
233
GLenum
rebaseFormat
= GL_NONE;
274
* returned value should be (L,0,0,1), not (L,L,L,1). Set
rebaseFormat
277
rebaseFormat
= texImage->_BaseFormat;
290
rebaseFormat
= GL_LUMINANCE_ALPHA; /* this covers GL_LUMINANCE too */
293
if (
rebaseFormat
) {
295
rebaseFormat
);
327
GLenum
rebaseFormat
= GL_NONE;
353
* returned value should be (L,0,0,1), not (L,L,L,1). Set
rebaseFormat
356
rebaseFormat
= texImage->_BaseFormat;
369
rebaseFormat
= GL_LUMINANCE_ALPHA; /* this covers GL_LUMINANCE too *
[
all
...]
/external/mesa3d/src/mesa/main/
texgetimage.c
233
GLenum
rebaseFormat
= GL_NONE;
274
* returned value should be (L,0,0,1), not (L,L,L,1). Set
rebaseFormat
277
rebaseFormat
= texImage->_BaseFormat;
290
rebaseFormat
= GL_LUMINANCE_ALPHA; /* this covers GL_LUMINANCE too */
293
if (
rebaseFormat
) {
295
rebaseFormat
);
327
GLenum
rebaseFormat
= GL_NONE;
353
* returned value should be (L,0,0,1), not (L,L,L,1). Set
rebaseFormat
356
rebaseFormat
= texImage->_BaseFormat;
369
rebaseFormat
= GL_LUMINANCE_ALPHA; /* this covers GL_LUMINANCE too *
[
all
...]
Completed in 693 milliseconds