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:max_buffers
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cMultiBindTests.cpp
1661
GLint
max_buffers
= 0;
in iterate()
local
1677
gl.getIntegerv(pname_max, &
max_buffers
);
in iterate()
1683
if (n_buffers >
max_buffers
)
in iterate()
1685
count =
max_buffers
;
in iterate()
1686
validated_index =
max_buffers
- 1;
in iterate()
1711
if (n_buffers <=
max_buffers
)
in iterate()
1713
t_first =
max_buffers
- n_buffers + 1;
in iterate()
1717
t_count =
max_buffers
+ 1;
in iterate()
2243
GLint
max_buffers
= 0;
in iterate()
local
2247
gl.getIntegerv(GL_MAX_VERTEX_ATTRIB_BINDINGS, &
max_buffers
);
in iterate()
2399
GLint
max_buffers
= 0;
iterate()
local
2565
GLint
max_buffers
= 0;
iterate()
local
3233
GLint
max_buffers
= 0;
iterate()
local
3405
GLint
max_buffers
= 0;
iterate()
local
4469
GLint
max_buffers
= 0;
iterate()
local
[all...]
/third_party/backends/backend/
H
A
D
mustek.c
4843
SANE_Int buffer_count,
max_buffers
;
in reader_process()
local
4979
max_buffers
= s->hw->max_block_buffer_size / (lines_per_buffer * bpl);
in reader_process()
4980
if (
max_buffers
< 1)
in reader_process()
4986
max_buffers
, MIN (s->hw->lines, (
max_buffers
* lines_per_buffer)));
in reader_process()
4991
MIN (s->hw->lines - s->line, (
max_buffers
* lines_per_buffer));
in reader_process()
5057
if ((s->line < s->hw->lines) && (buffer_count <
max_buffers
))
in reader_process()
5072
if ((buffer_count + 1) >=
max_buffers
)
in reader_process()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H
A
D
es31cProgramInterfaceQueryTests.cpp
2156
GLint
max_buffers
= 0, max_counters = 0;
in Run()
local
2157
glGetIntegerv(GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS, &
max_buffers
);
in Run()
2159
if (
max_buffers
< 1 || max_counters < 1)
in Run()
Completed in 16 milliseconds