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:bufferTargets
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fBufferMapTests.cpp
552
static const deUint32
bufferTargets
[] =
in init()
local
610
for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); targetNdx++)
in init()
612
deUint32 target =
bufferTargets
[targetNdx];
in init()
628
for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); targetNdx++)
in init()
632
deUint32 target =
bufferTargets
[targetNdx];
in init()
655
for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); targetNdx++)
in init()
657
deUint32 target =
bufferTargets
[targetNdx];
in init()
674
for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); targetNdx++)
in init()
678
deUint32 target =
bufferTargets
[targetNdx];
in init()
693
for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); targetNd
in init()
[all...]
H
A
D
es3fBufferCopyTests.cpp
241
static const deUint32
bufferTargets
[] =
in init()
local
258
for (int srcTargetNdx = 0; srcTargetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); srcTargetNdx++)
in init()
260
for (int dstTargetNdx = 0; dstTargetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); dstTargetNdx++)
in init()
265
deUint32 srcTarget =
bufferTargets
[srcTargetNdx];
in init()
266
deUint32 dstTarget =
bufferTargets
[dstTargetNdx];
in init()
322
for (int srcTargetNdx = 0; srcTargetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); srcTargetNdx++)
in init()
324
for (int dstTargetNdx = 0; dstTargetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); dstTargetNdx++)
in init()
329
deUint32 srcTarget =
bufferTargets
[srcTargetNdx];
in init()
330
deUint32 dstTarget =
bufferTargets
[dstTargetNdx];
in init()
H
A
D
es3fBufferWriteTests.cpp
437
static const deUint32
bufferTargets
[] =
in iterate()
local
470
const deUint32 target =
bufferTargets
[rnd.getInt(0, DE_LENGTH_OF_ARRAY(
bufferTargets
)-1)];
in iterate()
559
static const deUint32
bufferTargets
[] =
in init()
local
589
for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); targetNdx++)
in init()
593
const deUint32 target =
bufferTargets
[targetNdx];
in init()
675
spec->target =
bufferTargets
[rnd.getInt(0, DE_LENGTH_OF_ARRAY(
bufferTargets
)-1)];
in init()
690
for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); targetNdx++)
in init()
694
const deUint32 target =
bufferTargets
[targetNd
in init()
[all...]
H
A
D
es3fBufferObjectQueryTests.cpp
235
const GLenum
bufferTargets
[] =
in test()
local
245
const int targets = m_testAllTargets ? DE_LENGTH_OF_ARRAY(
bufferTargets
) : 4;
in test()
249
m_bufferTarget =
bufferTargets
[ndx];
in test()
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fBufferWriteTests.cpp
437
static const deUint32
bufferTargets
[] =
in iterate()
local
458
const deUint32 target =
bufferTargets
[rnd.getInt(0, DE_LENGTH_OF_ARRAY(
bufferTargets
)-1)];
in iterate()
546
static const deUint32
bufferTargets
[] =
in init()
local
574
for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); targetNdx++)
in init()
578
const deUint32 target =
bufferTargets
[targetNdx];
in init()
599
for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(
bufferTargets
); targetNdx++)
in init()
601
const deUint32 target =
bufferTargets
[targetNdx];
in init()
675
spec->target =
bufferTargets
[rnd.getInt(0, DE_LENGTH_OF_ARRAY(
bufferTargets
)
in init()
[all...]
H
A
D
es2fBufferObjectQueryTests.cpp
156
const GLenum
bufferTargets
[] =
in test()
local
160
const int targets = DE_LENGTH_OF_ARRAY(
bufferTargets
);
in test()
164
m_bufferTarget =
bufferTargets
[ndx];
in test()
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsLongStressCase.cpp
106
static const deUint32
bufferTargets
[] =
member
187
return isGLES3 ? randomChoose(rnd,
bufferTargets
) : randomChoose(rnd, bufferTargetsGLES2);
in randomBufferTarget()
Completed in 8 milliseconds