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:mSupportedTargets
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cSparseTextureTests.cpp
335
mSupportedTargets
.push_back(GL_TEXTURE_2D);
in init()
336
mSupportedTargets
.push_back(GL_TEXTURE_2D_ARRAY);
in init()
337
mSupportedTargets
.push_back(GL_TEXTURE_CUBE_MAP);
in init()
338
mSupportedTargets
.push_back(GL_TEXTURE_CUBE_MAP_ARRAY);
in init()
339
mSupportedTargets
.push_back(GL_TEXTURE_3D);
in init()
340
mSupportedTargets
.push_back(GL_TEXTURE_RECTANGLE);
in init()
369
for (std::vector<glw::GLint>::const_iterator iter =
mSupportedTargets
.begin(); iter !=
mSupportedTargets
.end();
in iterate()
806
mSupportedTargets
.push_back(GL_TEXTURE_2D);
in init()
807
mSupportedTargets
in init()
[all...]
H
A
D
gl4cSparseTexture2Tests.cpp
338
mSupportedTargets
.push_back(GL_TEXTURE_1D);
in init()
339
mSupportedTargets
.push_back(GL_TEXTURE_1D_ARRAY);
in init()
340
mSupportedTargets
.push_back(GL_TEXTURE_2D);
in init()
341
mSupportedTargets
.push_back(GL_TEXTURE_2D_ARRAY);
in init()
342
mSupportedTargets
.push_back(GL_TEXTURE_CUBE_MAP);
in init()
343
mSupportedTargets
.push_back(GL_TEXTURE_CUBE_MAP_ARRAY);
in init()
344
mSupportedTargets
.push_back(GL_TEXTURE_RECTANGLE);
in init()
345
mSupportedTargets
.push_back(GL_TEXTURE_BUFFER);
in init()
346
mSupportedTargets
.push_back(GL_RENDERBUFFER);
in init()
407
for (std::vector<glw::GLint>::const_iterator iter =
mSupportedTargets
in iterate()
[all...]
H
A
D
gl4cSparseTextureTests.hpp
129
std::vector<GLint>
mSupportedTargets
;
member in gl4cts::TextureParameterQueriesTestCase
159
std::vector<GLint>
mSupportedTargets
;
member in gl4cts::InternalFormatQueriesTestCase
203
std::vector<GLint>
mSupportedTargets
;
member in gl4cts::SparseTextureAllocationTestCase
232
std::vector<GLint>
mSupportedTargets
;
member in gl4cts::SparseTextureCommitmentTestCase
H
A
D
gl4cSparseTextureClampTests.cpp
533
mSupportedTargets
.push_back(GL_TEXTURE_1D);
in init()
534
mSupportedTargets
.push_back(GL_TEXTURE_1D_ARRAY);
in init()
626
for (std::vector<glw::GLint>::const_iterator iter =
mSupportedTargets
.begin(); iter !=
mSupportedTargets
.end();
in iterate()
H
A
D
gl4cSparseTexture2Tests.hpp
99
std::vector<GLint>
mSupportedTargets
;
member in gl4cts::StandardPageSizesTestCase
Completed in 7 milliseconds