Home
last modified time | relevance | path

Searched refs:isImmutable (Results 1 - 25 of 42) sorted by relevance

12

/third_party/skia/docs/examples/
H A DBitmap_isImmutable.cpp13 SkDebugf("original is " "%s" "immutable\n", original.isImmutable() ? "" : "not "); in REG_FIDDLE()
14 SkDebugf("copy is " "%s" "immutable\n", copy.isImmutable() ? "" : "not "); in REG_FIDDLE()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSmallSortedMap.java99 if (!isImmutable()) { in newFieldMap()
135 private boolean isImmutable; field in SmallSortedMap
155 if (!isImmutable) { in makeImmutable()
168 isImmutable = true; in makeImmutable()
173 public boolean isImmutable() { in isImmutable() method in SmallSortedMap
174 return isImmutable; in isImmutable()
368 if (isImmutable) { in checkMutable()
H A DFieldSet.java77 private boolean isImmutable; field in FieldSet
124 if (isImmutable) { in makeImmutable()
128 isImmutable = true; in makeImmutable()
137 public boolean isImmutable() { in isImmutable() method in FieldSet
138 return isImmutable; in isImmutable()
195 if (fields.isImmutable()) { in getAllFields()
200 return fields.isImmutable() ? fields : Collections.unmodifiableMap(fields); in getAllFields()
1021 if (fields.isImmutable()) { in getAllFields()
1028 return fields.isImmutable() ? fields : Collections.unmodifiableMap(fields); in getAllFields()
H A DMapFieldSchema.java43 boolean isImmutable(Object mapField); in isImmutable() method
H A DMapFieldSchemaLite.java54 public boolean isImmutable(Object mapField) { in isImmutable() method in MapFieldSchemaLite
H A DMapFieldSchemaFull.java48 public boolean isImmutable(Object mapField) { in isImmutable() method in MapFieldSchemaFull
H A DDynamicMessage.java352 if (fields.isImmutable()) { in clear()
660 if (fields.isImmutable()) { in ensureIsMutable()
H A DExtensionSchemaFull.java74 if (extensions.isImmutable()) { in getMutableExtensions()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexArray.cpp103 (!buffer->isImmutable() || (buffer->getAccessFlags() & GL_MAP_PERSISTENT_BIT_EXT) == 0);
273 bool isImmutable,
286 if (!isImmutable || !isPersistent)
304 bool isImmutable = buffer && buffer->isImmutable(); local
306 return updateCachedArrayBuffersMasks(isMapped, isImmutable, isPersistent,
370 bool isImmutable = boundBuffer->isImmutable() == GL_TRUE; in bindVertexBufferImpl() local
372 updateCachedArrayBuffersMasks(isMapped, isImmutable, isPersistent, in bindVertexBufferImpl()
H A DMemoryObject.h37 bool isImmutable() const { return mImmutable; } in isImmutable() function in gl::final
H A DBuffer.h152 GLboolean isImmutable() const { return mState.mImmutable; } in isImmutable() function in gl::final
H A DVertexArray.h330 bool isImmutable,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h138 bool isImmutable; member
188 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), StackID(StackID), in StackObject()
676 return Objects[ObjectIdx+NumFixedObjects].isImmutable; in isImmutableObjectIndex()
683 Objects[ObjectIdx+NumFixedObjects].isImmutable = IsImmutable; in setIsImmutableObjectIndex()
/third_party/skia/include/core/
H A DSkPixelRef.h59 bool isImmutable() const { return fMutability != kMutable; } in isImmutable() function in SkPixelRef
H A DSkBitmap.h284 bool isImmutable() const;
/third_party/skia/src/image/
H A DSkImage_Raster.cpp99 SkASSERT(bitmapMayBeMutable || fBitmap.isImmutable()); in SkImage_Raster()
353 if (kAlways_SkCopyPixelsMode == cpm || (!bm.isImmutable() && kNever_SkCopyPixelsMode != cpm)) { in SkMakeImageFromRasterBitmapPriv()
382 if (fBitmap.isImmutable()) { in onAsLegacyBitmap()
H A DSkImage_GpuBase.cpp92 SkASSERT(dst->isImmutable()); in getROPixels()
H A DSkImage_Lazy.cpp133 SkASSERT(bitmap->isImmutable()); in getROPixels()
/third_party/skia/src/core/
H A DSkBitmap.cpp347 SkASSERT(!this->isImmutable()); in notifyPixelsChanged()
377 bool SkBitmap::isImmutable() const { in isImmutable() function in SkBitmap
378 return fPixelRef ? fPixelRef->isImmutable() : false; in isImmutable()
H A DSkPixelRef.cpp102 if (this->isImmutable()) { in notifyPixelsChanged()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp5256 inline bool isImmutable (void) const { return m_isImmutable; }
5608 bool isImmutable);
5638 bool isImmutable,
5651 bool isImmutable,
5662 bool isImmutable,
5674 bool isImmutable,
5690 bool isImmutable,
5744 bool isImmutable)
5759 , m_images (m_vki, m_device, m_queueFamilyIndex, m_queue, m_allocator, m_descriptorType, m_descriptorSetCount, m_shaderInterface, m_viewType, m_baseMipLevel, m_baseArraySlice, isImmutable)
5763 , m_descriptorSets (createDescriptorSets(m_vki, m_updateMethod, m_device, m_descriptorType, m_descriptorSetCount, m_shaderInterface, m_descriptorSetLayouts, *m_descriptorPool, isImmutable, m_image
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp5260 inline bool isImmutable (void) const { return m_isImmutable; }
5612 bool isImmutable);
5642 bool isImmutable,
5655 bool isImmutable,
5666 bool isImmutable,
5678 bool isImmutable,
5694 bool isImmutable,
5748 bool isImmutable)
5763 , m_images (m_vki, m_device, m_queueFamilyIndex, m_queue, m_allocator, m_descriptorType, m_descriptorSetCount, m_shaderInterface, m_viewType, m_baseMipLevel, m_baseArraySlice, isImmutable)
5767 , m_descriptorSets (createDescriptorSets(m_vki, m_updateMethod, m_device, m_descriptorType, m_descriptorSetCount, m_shaderInterface, m_descriptorSetLayouts, *m_descriptorPool, isImmutable, m_image
[all...]
/third_party/skia/src/effects/
H A DSkTableColorFilter.cpp185 SkASSERT(bitmap.isImmutable()); in Make()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1070 if (texture->isImmutable())
1105 if (texture->isImmutable()) in isImmutable() function
1147 if (texture->isImmutable())
1185 if (texture->isImmutable())
1224 if (texture->isImmutable())
1264 if (texture->isImmutable())
1467 if (texture->isImmutable()) in copyTexImage1D()
1515 if (texture->isImmutable())
1552 if (texture->isImmutable())
1695 RC_IF_ERROR(texture.isImmutable(), GL_INVALID_OPERATIO
[all...]
/third_party/skia/tools/
H A DDDLPromiseImageHelper.cpp319 SkASSERT(curImage.baseLevel().isImmutable()); in CreatePromiseImages()

Completed in 32 milliseconds

12