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:supportedFormats
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
CopyCompressedTextureTest.cpp
168
std::vector<Data>
supportedFormats
;
in TEST_P()
local
172
supportedFormats
.push_back(
in TEST_P()
174
supportedFormats
.push_back(Data(GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD, CompressedImageATCIA,
in TEST_P()
179
supportedFormats
.push_back(Data(GL_COMPRESSED_RGB_S3TC_DXT1_EXT, CompressedImageDXT1,
in TEST_P()
184
supportedFormats
.push_back(Data(GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, CompressedImageDXT5,
in TEST_P()
189
supportedFormats
.push_back(
in TEST_P()
193
for (const auto &supportedFormat :
supportedFormats
)
in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLContextCL.cpp
200
std::vector<cl_image_format>
supportedFormats
;
in getSupportedImageFormats()
local
201
supportedFormats
.reserve(formats.size());
in getSupportedImageFormats()
203
formats.cbegin(), formats.cend(), std::back_inserter(
supportedFormats
),
in getSupportedImageFormats()
208
auto formatIt =
supportedFormats
.cbegin();
in getSupportedImageFormats()
209
while (numEntries-- != 0u && formatIt !=
supportedFormats
.cend())
in getSupportedImageFormats()
216
*numImageFormats = static_cast<cl_uint>(
supportedFormats
.size());
in getSupportedImageFormats()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H
A
D
es2cTexture3DTests.cpp
1651
std::set<int>
supportedFormats
;
in iterate()
local
1652
getSupportedCompressedFormats(
supportedFormats
);
in iterate()
1654
if (
supportedFormats
.empty())
in iterate()
1660
GLenum supportedCompressedFormat = static_cast<GLenum>(*(
supportedFormats
.begin()));
in iterate()
1783
std::set<int>
supportedFormats
;
in iterate()
local
1784
getSupportedCompressedFormats(
supportedFormats
);
in iterate()
1786
if (
supportedFormats
.empty())
in iterate()
1792
GLenum supportedCompressedFormat = static_cast<GLenum>(*(
supportedFormats
.begin()));
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H
A
D
vktMemoryRequirementsTests.cpp
2014
std::set<VkFormat>
supportedFormats
{};
in testMultiplaneImages()
2067
supportedFormats
.insert(format);
in testMultiplaneImages()
2171
if (
supportedFormats
.size() == 0)
in testMultiplaneImages()
Completed in 10 milliseconds