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:m_sparse_bos
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cSparseBufferTests.cpp
1907
m_sparse_bos
[0] = 0;
in CopyOpsBufferStorageTestCase()
1908
m_sparse_bos
[1] = 0;
in CopyOpsBufferStorageTestCase()
1944
if (
m_sparse_bos
[1] != 0)
in deinitTestCaseGlobal()
1946
m_gl.deleteBuffers(1,
m_sparse_bos
+ 1);
in deinitTestCaseGlobal()
1948
m_sparse_bos
[1] = 0;
in deinitTestCaseGlobal()
1955
for (unsigned int n_sparse_bo = 0; n_sparse_bo < sizeof(
m_sparse_bos
) / sizeof(
m_sparse_bos
[0]); ++n_sparse_bo)
in deinitTestCaseIteration()
1957
const glw::GLuint sparse_bo_id =
m_sparse_bos
[n_sparse_bo];
in deinitTestCaseIteration()
1987
DE_ASSERT(
m_sparse_bos
[0] != 0);
in execute()
1988
DE_ASSERT(
m_sparse_bos
[
in execute()
[all...]
H
A
D
gl4cSparseBufferTests.hpp
400
glw::GLuint
m_sparse_bos
[2]; /* [0] - provided by BufferStorageTest[0], [1] - managed by the test case */
member in gl4cts::CopyOpsBufferStorageTestCase
Completed in 5 milliseconds