OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fbo_incomplete
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/main/
fbobject.c
472
fbo_incomplete
(const char *msg, int index)
function
717
fbo_incomplete
("depth attachment incomplete", -1);
726
fbo_incomplete
("stencil attachment incomplete", -1);
735
fbo_incomplete
("color attachment incomplete", i);
755
fbo_incomplete
("texture attachment incomplete", -1);
794
fbo_incomplete
("width or height mismatch", -1);
800
fbo_incomplete
("format mismatch", -1);
807
fbo_incomplete
("inconsistant number of samples", i);
817
fbo_incomplete
("unsupported renderbuffer format", i);
832
fbo_incomplete
("missing drawbuffer", j)
[
all
...]
Completed in 63 milliseconds