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:BufferVector
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
State.h
69
using
BufferVector
= std::vector<OffsetBindingPointer<Buffer>>;
879
const
BufferVector
&getOffsetBindingPointerUniformBuffers() const { return mUniformBuffers; }
in getOffsetBindingPointerUniformBuffers()
881
const
BufferVector
&getOffsetBindingPointerAtomicCounterBuffers() const
in getOffsetBindingPointerAtomicCounterBuffers()
886
const
BufferVector
&getOffsetBindingPointerShaderStorageBuffers() const
in getOffsetBindingPointerShaderStorageBuffers()
1086
BufferVector
mUniformBuffers;
1087
BufferVector
mAtomicCounterBuffers;
1088
BufferVector
mShaderStorageBuffers;
/third_party/vk-gl-cts/framework/opengl/
H
A
D
gluObjectWrapper.hpp
142
typedef TypedObjectVector<OBJECTTYPE_BUFFER>
BufferVector
;
typedef
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fOpaqueTypeIndexingTests.cpp
872
const
BufferVector
buffers (renderCtx, numInstances);
in iterate()
1099
const
BufferVector
buffers (renderCtx, m_numCounters);
in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
ContextVk.cpp
312
const gl::
BufferVector
&buffers,
in AppendBufferVectorToDesc()
4465
const gl::
BufferVector
&uniformBuffers = mState.getOffsetBindingPointerUniformBuffers();
in invalidateCurrentShaderResources()
4470
const gl::
BufferVector
&shaderStorageBuffers =
in invalidateCurrentShaderResources()
4475
const gl::
BufferVector
&atomicCounterBuffers =
in invalidateCurrentShaderResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H
A
D
FrameCapture.cpp
2500
const gl::
BufferVector
&indexedBuffers,
in CaptureIndexedBuffers()
3215
const gl::
BufferVector
&uniformIndexedBuffers =
in CaptureMidExecutionSetup()
3217
const gl::
BufferVector
&atomicCounterIndexedBuffers =
in CaptureMidExecutionSetup()
3219
const gl::
BufferVector
&shaderStorageIndexedBuffers =
in CaptureMidExecutionSetup()
Completed in 24 milliseconds