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:tex2DSizes
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fTextureMipmapTests.cpp
1123
}
tex2DSizes
[] =
in init()
local
1140
int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(
tex2DSizes
) : 1;
in init()
1148
if (
tex2DSizes
[size].name)
in init()
1149
name << "_" <<
tex2DSizes
[size].name;
in init()
1158
tex2DSizes
[size].width,
tex2DSizes
[size].height));
in init()
1176
tex2DSizes
[0].width,
tex2DSizes
[0].height));
in init()
1186
for (int size = 0; size < DE_LENGTH_OF_ARRAY(
tex2DSizes
); size++)
in init()
1193
if (
tex2DSizes
[siz
in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fTextureMipmapTests.cpp
2435
}
tex2DSizes
[] =
in init()
local
2479
int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(
tex2DSizes
) : 1;
in init()
2487
if (
tex2DSizes
[size].name)
in init()
2488
name << "_" <<
tex2DSizes
[size].name;
in init()
2497
tex2DSizes
[size].width,
tex2DSizes
[size].height));
in init()
2515
tex2DSizes
[0].width,
tex2DSizes
[0].height));
in init()
2525
for (int size = 0; size < DE_LENGTH_OF_ARRAY(
tex2DSizes
); size++)
in init()
2532
if (
tex2DSizes
[siz
in init()
[all...]
H
A
D
es3fTextureSpecificationTests.cpp
4503
}
tex2DSizes
[] =
in init()
local
4533
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
tex2DSizes
); ndx++)
in init()
4536
int width =
tex2DSizes
[ndx].width;
in init()
4537
int height =
tex2DSizes
[ndx].height;
in init()
4538
int levels =
tex2DSizes
[ndx].levels;
in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H
A
D
vktTextureMipmapTests.cpp
3039
}
tex2DSizes
[] =
3100
int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(
tex2DSizes
) : 1;
3111
testParameters.width =
tex2DSizes
[size].width;
3112
testParameters.height =
tex2DSizes
[size].height;
3120
if (
tex2DSizes
[size].name)
3121
name << "_" <<
tex2DSizes
[size].name;
3143
testParameters.width =
tex2DSizes
[0].width;
3144
testParameters.height =
tex2DSizes
[0].height;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H
A
D
vktTextureMipmapTests.cpp
3041
}
tex2DSizes
[] =
3099
int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(
tex2DSizes
) : 1;
3110
testParameters.width =
tex2DSizes
[size].width;
3111
testParameters.height =
tex2DSizes
[size].height;
3119
if (
tex2DSizes
[size].name)
3120
name << "_" <<
tex2DSizes
[size].name;
3142
testParameters.width =
tex2DSizes
[0].width;
3143
testParameters.height =
tex2DSizes
[0].height;
Completed in 27 milliseconds