| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkQueryUtil.hpp | 341 bool isExtensionStructSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required) in isExtensionStructSupported() argument 352 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
| H A D | vktMemoryModelSharedLayoutCase.hpp | 79 inline iterator begin (void) { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct 80 inline const_iterator begin (void) const { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
| H A D | vktMemoryModelSharedLayoutCase.hpp | 79 inline iterator begin (void) { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct 80 inline const_iterator begin (void) const { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | Layout.cpp | 244 static Layout CommonGlslStructLayoutOf(TField const *const *begin, in CommonGlslStructLayoutOf() argument 378 ANGLE_NO_DISCARD Layout sh::GlslStructLayoutOf(TField const *const *begin, in GlslStructLayoutOf() argument
|
| H A D | ProgramPrelude.cpp | 3027 const char *begin = name.rawName().data(); in MaskTemplateArgs() local
|
| /third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/ |
| H A D | mru_cache.h | 205 iterator begin() { return ordering_.begin(); } in begin() function in angle::base::MRUCacheBase 206 const_iterator begin() const { return ordering_.begin(); } in begin() function in angle::base::MRUCacheBase
|
| /third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
| H A D | SystemInfo.cpp | 170 const size_t begin = content.find_first_of("0123456789"); in ParseAMDBrahmaDriverVersion() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | QueryGL.cpp | 87 angle::Result StandardQueryGL::begin(const gl::Context *context) in begin() function in rx::StandardQueryGL 336 angle::Result SyncQueryGL::begin(const gl::Context *context) in begin() function in rx::SyncQueryGL
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | TransformFeedback.cpp | 133 angle::Result TransformFeedback::begin(const Context *context, in begin() function in gl::TransformFeedback
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | Common.h | 178 constexpr T *begin() const { return mData; } in begin() function in sh::TSpan
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| H A D | ContinuationRecordBuilder.cpp | 51 void ContinuationRecordBuilder::begin(ContinuationRecordKind RecordKind) { in begin() function in ContinuationRecordBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | AttributeImpl.h | 221 iterator begin() const { return getTrailingObjects<Attribute>(); } in begin() function in llvm::final 275 iterator begin() const { return getTrailingObjects<AttributeSet>(); } in begin() function in llvm::final
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | RecordStreamer.cpp | 78 RecordStreamer::const_iterator RecordStreamer::begin() { in begin() function in RecordStreamer
|
| /third_party/skia/third_party/externals/spirv-tools/source/util/ |
| H A D | small_vector.h | 214 iterator begin() { in begin() function in spvtools::utils::SmallVector 222 const_iterator begin() const { in begin() function in spvtools::utils::SmallVector [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | instruction_test.cpp | 214 auto begin = inst.begin(); in TEST() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| H A D | mtl_resources.h | 407 gl::TexLevelArray<TextureRef>::iterator begin() { return mTexLevels.begin(); } in begin() function in rx::mtl::NativeTexLevelArray 408 gl::TexLevelArray<TextureRef>::const_iterator begin() const { return mTexLevels.begin(); } in begin() function in rx::mtl::NativeTexLevelArray
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | QueryVk.cpp | 301 angle::Result QueryVk::begin(const gl::Context *context) in begin() function in rx::QueryVk
|
| H A D | TransformFeedbackVk.cpp | 101 angle::Result TransformFeedbackVk::begin(const gl::Context *context, in begin() function in rx::TransformFeedbackVk
|
| /third_party/skia/src/gpu/ |
| H A D | GrOpsRenderPass.cpp | 22 void GrOpsRenderPass::begin() { in begin() function in GrOpsRenderPass
|
| /third_party/skia/src/core/ |
| H A D | SkZip.h | 79 constexpr Iterator begin() const { return Iterator{this, 0}; } in begin() function in SkZip
|
| H A D | SkTBlockList.h | 435 Item begin() const { return Item(fBlockIter.begin()); } in begin() function in BlockIndexIterator
|
| H A D | SkTInternalLList.h | 247 Iter begin() const { in begin() function in SkTInternalLList
|
| /third_party/skia/src/gpu/tessellate/ |
| H A D | MiddleOutPolygonTriangulator.h | 108 Iter begin() const { return {fMiddleOut ? fMiddleOut->fTop : fEnd, fLastPoint}; } in begin() function in skgpu::MiddleOutPolygonTriangulator::PoppedTriangleStack
|
| /third_party/skia/src/gpu/text/ |
| H A D | GrTextBlob.h | 155 Iterator begin() { return Iterator{ fHead.get()}; } in begin() function 157 Iterator begin() const { return Iterator{ fHead.get()}; } in begin() function
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | basic_block.h | 94 iterator begin() { return insts_.begin(); } in begin() function in spvtools::opt::BasicBlock 96 const_iterator begin() const { return insts_.cbegin(); } in begin() function in spvtools::opt::BasicBlock
|