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:AllEnums
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H
A
D
SurfaceEGL.cpp
177
for (egl::CompositorTiming name : angle::
AllEnums
<egl::CompositorTiming>())
in getSupportedCompositorTimings()
215
for (egl::Timestamp timestamp : angle::
AllEnums
<egl::Timestamp>())
in getSupportedTimestamps()
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
PackedEnums.h
34
// Implementation of
AllEnums
which allows iterating over all the possible values for a packed enums
36
// for (auto value :
AllEnums
<MyPackedEnum>()) {
62
struct
AllEnums
struct
163
for (E e :
AllEnums
<E, MaxSize>())
in operator +=()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
State.cpp
538
for (QueryType type : angle::
AllEnums
<QueryType>())
in initialize()
600
for (BufferBinding type : angle::
AllEnums
<BufferBinding>())
in reset()
619
for (QueryType type : angle::
AllEnums
<QueryType>())
in reset()
1651
for (TextureType type : angle::
AllEnums
<TextureType>())
1703
for (TextureType type : angle::
AllEnums
<TextureType>())
in initializeZeroTextures()
2165
for (gl::BufferBinding target : angle::
AllEnums
<BufferBinding>())
H
A
D
Debug.cpp
465
for (MessageType messageType : angle::
AllEnums
<MessageType>())
in setCallback()
H
A
D
OverlayWidgets.cpp
585
for (WidgetId id : angle::
AllEnums
<WidgetId>())
in fillWidgetData()
H
A
D
Context.cpp
565
for (auto type : angle::
AllEnums
<BufferBinding>())
in initializeDefaultResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H
A
D
StateManagerGL.cpp
248
for (gl::TextureType type : angle::
AllEnums
<gl::TextureType>())
in deleteTexture()
297
for (auto target : angle::
AllEnums
<gl::BufferBinding>())
in deleteBuffer()
802
for (gl::QueryType type : angle::
AllEnums
<gl::QueryType>())
in pauseAllQueries()
833
for (gl::QueryType type : angle::
AllEnums
<gl::QueryType>())
in resumeAllQueries()
877
for (gl::QueryType type : angle::
AllEnums
<gl::QueryType>())
in onMakeCurrent()
2534
for (gl::BufferBinding bindingType : angle::
AllEnums
<gl::BufferBinding>())
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H
A
D
DrawCallPerf.cpp
613
CombineWithValues({P()}, angle::
AllEnums
<StateChange>(), CombineStateChange);
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H
A
D
frame_capture_utils.cpp
597
for (gl::TextureType textureType :
AllEnums
<gl::TextureType>())
in SerializeContextState()
622
for (gl::QueryType queryType :
AllEnums
<gl::QueryType>())
in SerializeContextState()
634
for (gl::BufferBinding bufferBinding :
AllEnums
<gl::BufferBinding>())
in SerializeContextState()
H
A
D
FrameCapture.cpp
858
for (ResourceIDType resourceID :
AllEnums
<ResourceIDType>())
in WriteInitReplayCall()
868
for (ResourceIDType resourceID :
AllEnums
<ResourceIDType>())
in WriteInitReplayCall()
3230
for (gl::BufferBinding binding : angle::
AllEnums
<gl::BufferBinding>())
in CaptureMidExecutionSetup()
3265
for (gl::TextureType textureType : angle::
AllEnums
<gl::TextureType>())
in CaptureMidExecutionSetup()
6394
for (ResourceIDType resourceType :
AllEnums
<ResourceIDType>())
in writeMainContextCppReplay()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
ProgramExecutableVk.cpp
1887
for (DescriptorSetIndex descriptorSetIndex : angle::
AllEnums
<DescriptorSetIndex>())
in updateDescriptorSets()
1903
for (DescriptorSetIndex descriptorSetIndex : angle::
AllEnums
<DescriptorSetIndex>())
in updateDescriptorSets()
1973
for (DescriptorSetIndex descriptorSetIndex : angle::
AllEnums
<DescriptorSetIndex>())
in outputCumulativePerfCounters()
H
A
D
ContextVk.cpp
812
for (PipelineType pipeline : angle::
AllEnums
<PipelineType>())
in initialize()
6674
for (PipelineType pipelineType : angle::
AllEnums
<PipelineType>())
H
A
D
UtilsVk.cpp
1033
for (Function f : angle::
AllEnums
<Function>())
in destroy()
H
A
D
vk_cache_utils.cpp
1307
angle::
AllEnums
<sh::vk::SpecializationConstantId>())
in InitializeSpecializationInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H
A
D
StateManager11.cpp
1775
for (gl::QueryType type : angle::
AllEnums
<gl::QueryType>())
Completed in 64 milliseconds