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:s_targets_count
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cDirectStateAccessQueriesTests.cpp
453
for (glw::GLuint i = 0; i <
s_targets_count
; ++i)
in testNegativeNumberOfObjects()
1253
for (glw::GLuint i = 0; i <
s_targets_count
; ++i)
in isTarget()
1303
const glw::GLuint ErrorsTest::
s_targets_count
= sizeof(s_targets) / sizeof(s_targets[0]);
member in gl4cts::DirectStateAccess::Queries::ErrorsTest
1522
for (glw::GLuint i = 0; i <
s_targets_count
; ++i)
in iterate()
1730
m_qo = new glw::GLuint[
s_targets_count
];
in prepareQueries()
1738
for (glw::GLuint i = 0; i <
s_targets_count
; ++i)
in prepareQueries()
1933
for (glw::GLuint i = 0; i <
s_targets_count
; ++i)
in draw()
1948
for (glw::GLuint i = 0; i <
s_targets_count
; ++i)
in draw()
2025
gl.deleteQueries(
s_targets_count
, m_qo);
in clean()
2091
const glw::GLuint FunctionalTest::
s_targets_count
member in gl4cts::DirectStateAccess::Queries::FunctionalTest
[all...]
H
A
D
gl4cDirectStateAccessTests.hpp
960
static const glw::GLuint
s_targets_count
;
member in gl4cts::DirectStateAccess::Queries::ErrorsTest
1080
static const glw::GLuint
s_targets_count
;
member in gl4cts::DirectStateAccess::Queries::FunctionalTest
2341
static const glw::GLuint
s_targets_count
;
member in gl4cts::DirectStateAccess::Framebuffers::TextureAttachmentTest
2421
static const glw::GLuint
s_targets_count
;
member in gl4cts::DirectStateAccess::Framebuffers::TextureLayerAttachmentTest
H
A
D
gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp
411
for (glw::GLuint i = 0; i <
s_targets_count
; ++i)
in iterate()
780
const glw::GLuint TextureAttachmentTest::
s_targets_count
= sizeof(s_targets) / sizeof(s_targets[0]);
member in gl4cts::DirectStateAccess::Framebuffers::TextureAttachmentTest
833
for (glw::GLuint i = 0; i <
s_targets_count
; ++i)
in iterate()
1304
const glw::GLuint TextureLayerAttachmentTest::
s_targets_count
=
member in gl4cts::DirectStateAccess::Framebuffers::TextureLayerAttachmentTest
Completed in 23 milliseconds