/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | VertexArray.cpp | 89 bool isMapped = newBinding.getBuffer().get() && newBinding.getBuffer()->isMapped(); in setAttribBinding() local 300 bool isMapped, in updateCachedArrayBuffersMasks() 331 bool isMapped = buffer && buffer->isMapped(); in updateCachedMappedArrayBuffersBinding() local 399 bool isMapped = boundBuffer->isMapped() == GL_TRUE; in bindVertexBufferImpl() local
|
H A D | Buffer.h | 50 GLboolean isMapped() const { return mMapped; } in isMapped() function 156 GLboolean isMapped() const { return mState.mMapped; } in isMapped() function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | Suballocation.h | 302 ANGLE_INLINE bool BufferBlock::isMapped() const in isMapped() function 431 ANGLE_INLINE bool BufferSuballocation::isMapped() const in isMapped() function
|
H A D | CLMemoryVk.h | 74 bool isMapped() const { return mMappedMemory != nullptr; } in isMapped() function
|
H A D | vk_helpers.h | 1055 bool isMapped() const { return mSuballocation.isMapped(); } in isMapped() function
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | Buffer.h | 31 bool isMapped() const { return fMapPtr; } in isMapped() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrGpuBuffer.cpp | 47 bool GrGpuBuffer::isMapped() const { return SkToBool(fMapPtr); } in isMapped() function in GrGpuBuffer
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/memory/ |
D | SharedMemory.h | 223 bool isMapped() const { return mAddr != unmappedMemory(); } in isMapped() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/idna/ |
D | trieval.go | 94 func (c info) isMapped() bool { func
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.h | 87 bool isMapped() const { return mMappedStorage != nullptr; } in isMapped() function
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/ |
H A D | ApplicationSharedMemory.java | 301 public boolean isMapped() { in isMapped() method in ApplicationSharedMemory
|
/aosp_15_r20/external/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 84 bool isMapped() const { return Mapped; } in isMapped() function
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.h | 241 …bool isMapped(spv::Id id) const { return id < maxMappedId() && ((mapped[id/mBits] & (1LL<<(id%mBi… in isMapped() function
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | SPVRemapper.h | 257 …bool isMapped(spv::Id id) const { return id < maxMappedId() && ((mapped[id/mBits] & (1LL<<(id%mBi… in isMapped() function
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/stack/ |
H A D | SIPTransaction.java | 129 protected boolean isMapped; field in SIPTransaction
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 488 bool isMapped(const BasicBlock *BB) const { in isMapped() function in __anon49552c5a0311::GCPtrTracker
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 479 bool isMapped(const BasicBlock *BB) const { in isMapped() function in __anonbd9727d40311::GCPtrTracker
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 620 bool isMapped() const { return Mapped; } in isMapped() function
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tiffiop.h | 251 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0) macro
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 694 bool isMapped() const { return Mapped; } in isMapped() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 957 bool isMapped() const { return Mapped; } in isMapped() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 1052 bool isMapped() const { return Mapped; } in isMapped() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 1049 bool isMapped() const { return Mapped; } in isMapped() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 1052 bool isMapped() const { return Mapped; } in isMapped() function
|
/aosp_15_r20/system/incremental_delivery/incfs/ |
H A D | incfs.cpp | 1758 static bool isMapped(int fd) { in isMapped() function
|