Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BUFFER_COLOR0
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
menums.h
126
BUFFER_COLOR0
,
enumerator
H
A
D
buffers.c
70
mask = ((1 << ctx->Const.MaxColorAttachments) - 1) <<
BUFFER_COLOR0
;
in supported_buffer_bitmask()
231
return
BUFFER_COLOR0
;
in read_buffer_enum_to_index()
H
A
D
framebuffer.c
170
fb->_ColorDrawBufferIndexes[0] =
BUFFER_COLOR0
;
in _mesa_initialize_user_framebuffer()
172
fb->_ColorReadBufferIndex =
BUFFER_COLOR0
;
in _mesa_initialize_user_framebuffer()
H
A
D
fbobject.c
302
assert(
BUFFER_COLOR0
+ i < ARRAY_SIZE(fb->Attachment));
in get_attachment()
303
return &fb->Attachment[
BUFFER_COLOR0
+ i];
in get_attachment()
1223
&fb->Attachment[
BUFFER_COLOR0
+ i];
in do_validate_framebuffer()
1338
att = &fb->Attachment[
BUFFER_COLOR0
+ i];
in _mesa_test_framebuffer_completeness()
5313
assert(
BUFFER_COLOR0
+ i < ARRAY_SIZE(fb->Attachment));
in get_fb_attachment()
5314
return &fb->Attachment[
BUFFER_COLOR0
+ i];
in get_fb_attachment()
H
A
D
context.c
664
assert(
BUFFER_COLOR0
+ MAX_DRAW_BUFFERS <= BUFFER_COUNT);
in check_context_limits()
H
A
D
mtypes.h
110
#define BUFFER_BIT_COLOR0 (1 <<
BUFFER_COLOR0
)
Completed in 22 milliseconds