Home
last modified time | relevance | path

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 DSurfaceEGL.cpp177 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 DPackedEnums.h34 // 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 DState.cpp538 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 DDebug.cpp465 for (MessageType messageType : angle::AllEnums<MessageType>()) in setCallback()
H A DOverlayWidgets.cpp585 for (WidgetId id : angle::AllEnums<WidgetId>()) in fillWidgetData()
H A DContext.cpp565 for (auto type : angle::AllEnums<BufferBinding>()) in initializeDefaultResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp248 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 DDrawCallPerf.cpp613 CombineWithValues({P()}, angle::AllEnums<StateChange>(), CombineStateChange);
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp597 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 DFrameCapture.cpp858 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 DProgramExecutableVk.cpp1887 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 DContextVk.cpp812 for (PipelineType pipeline : angle::AllEnums<PipelineType>()) in initialize()
6674 for (PipelineType pipelineType : angle::AllEnums<PipelineType>())
H A DUtilsVk.cpp1033 for (Function f : angle::AllEnums<Function>()) in destroy()
H A Dvk_cache_utils.cpp1307 angle::AllEnums<sh::vk::SpecializationConstantId>()) in InitializeSpecializationInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp1775 for (gl::QueryType type : angle::AllEnums<gl::QueryType>())

Completed in 64 milliseconds