Home
last modified time | relevance | path

Searched defs:isMapped (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/external/angle/src/libANGLE/
H A DVertexArray.cpp89 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 DBuffer.h50 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 DSuballocation.h302 ANGLE_INLINE bool BufferBlock::isMapped() const in isMapped() function
431 ANGLE_INLINE bool BufferSuballocation::isMapped() const in isMapped() function
H A DCLMemoryVk.h74 bool isMapped() const { return mMappedMemory != nullptr; } in isMapped() function
H A Dvk_helpers.h1055 bool isMapped() const { return mSuballocation.isMapped(); } in isMapped() function
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DBuffer.h31 bool isMapped() const { return fMapPtr; } in isMapped() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpuBuffer.cpp47 bool GrGpuBuffer::isMapped() const { return SkToBool(fMapPtr); } in isMapped() function in GrGpuBuffer
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/memory/
DSharedMemory.h223 bool isMapped() const { return mAddr != unmappedMemory(); } in isMapped() function
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/idna/
Dtrieval.go94 func (c info) isMapped() bool { func
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.h87 bool isMapped() const { return mMappedStorage != nullptr; } in isMapped() function
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DApplicationSharedMemory.java301 public boolean isMapped() { in isMapped() method in ApplicationSharedMemory
/aosp_15_r20/external/llvm/tools/llvm-cov/
H A DSourceCoverageView.h84 bool isMapped() const { return Mapped; } in isMapped() function
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.h241 …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 DSPVRemapper.h257 …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 DSIPTransaction.java129 protected boolean isMapped; field in SIPTransaction
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DSafepointIRVerifier.cpp488 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 DSafepointIRVerifier.cpp479 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 DCoverageMapping.h620 bool isMapped() const { return Mapped; } in isMapped() function
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtiffiop.h251 #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 DCoverageMapping.h694 bool isMapped() const { return Mapped; } in isMapped() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/Coverage/
DCoverageMapping.h957 bool isMapped() const { return Mapped; } in isMapped() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/Coverage/
DCoverageMapping.h1052 bool isMapped() const { return Mapped; } in isMapped() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/Coverage/
DCoverageMapping.h1049 bool isMapped() const { return Mapped; } in isMapped() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/Coverage/
DCoverageMapping.h1052 bool isMapped() const { return Mapped; } in isMapped() function
/aosp_15_r20/system/incremental_delivery/incfs/
H A Dincfs.cpp1758 static bool isMapped(int fd) { in isMapped() function

1234