/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | IndexSubTable.java | 39 private final int indexFormat; field in IndexSubTable 58 this.indexFormat = this.data.readUShort(Offset.indexSubHeader_indexFormat.offset); in IndexSubTable() 63 public int indexFormat() { in indexFormat() method in IndexSubTable 64 return this.indexFormat; in indexFormat() 130 + Integer.toHexString(this.lastGlyphIndex()) + "]" + ", format = " + this.indexFormat in toString() 144 private int indexFormat; field in IndexSubTable.Builder 148 public static Builder<? extends IndexSubTable> createBuilder(int indexFormat) { in createBuilder() argument 149 switch (indexFormat) { in createBuilder() 163 indexFormat)); in createBuilder() 182 int indexFormat = data.readUShort(indexSubTableOffset); in createBuilder() local [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | IndexSubTable.java | 39 private final int indexFormat; field in IndexSubTable 58 this.indexFormat = this.data.readUShort(Offset.indexSubHeader_indexFormat.offset); in IndexSubTable() 63 public int indexFormat() { in indexFormat() method in IndexSubTable 64 return this.indexFormat; in indexFormat() 130 + Integer.toHexString(this.lastGlyphIndex()) + "]" + ", format = " + this.indexFormat in toString() 144 private int indexFormat; field in IndexSubTable.Builder 148 public static Builder<? extends IndexSubTable> createBuilder(int indexFormat) { in createBuilder() argument 149 switch (indexFormat) { in createBuilder() 163 indexFormat)); in createBuilder() 182 int indexFormat = data.readUShort(indexSubTableOffset); in createBuilder() local [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | DrawVertexAndIndexBufferOOBValidationTests.cpp | 30 wgpu::IndexFormat indexFormat; member 53 wgpu::IndexFormat indexFormat; member 255 renderPassEncoder.SetIndexBuffer(indexBuffer.buffer, indexBuffer.indexFormat, in TestRenderPassDrawIndexed() 459 IndexBufferDesc indexBufferDesc = {indexBuffer, params.indexFormat, in TEST_F() 497 auto indexFormat = wgpu::IndexFormat::Uint32; in TEST_F() local 513 IndexBufferDesc indexBufferDesc = {indexBuffer, indexFormat}; in TEST_F() 579 auto indexFormat = wgpu::IndexFormat::Uint32; in TEST_F() local 595 IndexBufferDesc indexBufferDesc = {indexBuffer, indexFormat}; in TEST_F() 612 wgpu::IndexFormat indexFormat = wgpu::IndexFormat::Uint32; in TEST_F() local 643 TestRenderPassDrawIndexed(pipeline, {indexBuffer12, indexFormat}, vertexBufferList, 12, in TEST_F() [all …]
|
D | RenderPipelineValidationTests.cpp | 801 for (wgpu::IndexFormat indexFormat : kIndexFormatTypes) { in TEST_F() local 806 descriptor.primitive.stripIndexFormat = indexFormat; in TEST_F() 814 for (wgpu::IndexFormat indexFormat : kIndexFormatTypes) { in TEST_F() local 819 descriptor.primitive.stripIndexFormat = indexFormat; in TEST_F() 821 if (indexFormat == wgpu::IndexFormat::Undefined) { in TEST_F()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-cbdt-table.hh | 146 HBUINT16 indexFormat; member 203 switch (u.header.indexFormat) in sanitize() 220 switch (u.header.indexFormat) in finish_subtable() 247 switch (u.header.indexFormat) in fill_missing_glyphs() 299 switch (u.header.indexFormat) in add_offset() 312 switch (u.header.indexFormat) in get_extents() 325 switch (u.header.indexFormat) in get_image_data() 340 u.header.indexFormat = index_format; in populate_header() 343 switch (u.header.indexFormat) in populate_header() 392 subtable->populate_header (old_header->indexFormat, in add_new_subtable()
|
/third_party/harfbuzz/src/ |
D | hb-ot-color-cbdt-table.hh | 146 HBUINT16 indexFormat; member 203 switch (u.header.indexFormat) in sanitize() 220 switch (u.header.indexFormat) in finish_subtable() 247 switch (u.header.indexFormat) in fill_missing_glyphs() 299 switch (u.header.indexFormat) in add_offset() 312 switch (u.header.indexFormat) in get_extents() 325 switch (u.header.indexFormat) in get_image_data() 340 u.header.indexFormat = index_format; in populate_header() 343 switch (u.header.indexFormat) in populate_header() 392 subtable->populate_header (old_header->indexFormat, in add_new_subtable()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-cbdt-table.hh | 117 HBUINT16 indexFormat; member 162 switch (u.header.indexFormat) { in sanitize() 171 switch (u.header.indexFormat) { in get_extents() 184 switch (u.header.indexFormat) { in get_image_data()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | IndirectDrawMetadata.cpp | 162 void IndirectDrawMetadata::AddIndexedIndirectDraw(wgpu::IndexFormat indexFormat, in AddIndexedIndirectDraw() argument 168 switch (indexFormat) { in AddIndexedIndirectDraw()
|
D | IndirectDrawMetadata.h | 110 void AddIndexedIndirectDraw(wgpu::IndexFormat indexFormat,
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 740 dawn::IndexFormat indexFormat = in ExecuteRenderPass() local 741 lastPipeline->GetVertexInputDescriptor()->indexFormat; in ExecuteRenderPass() 742 size_t formatSize = IndexFormatSize(indexFormat); in ExecuteRenderPass() 743 GLenum formatType = IndexFormatType(indexFormat); in ExecuteRenderPass() 778 dawn::IndexFormat indexFormat = in ExecuteRenderPass() local 779 lastPipeline->GetVertexInputDescriptor()->indexFormat; in ExecuteRenderPass() 780 GLenum formatType = IndexFormatType(indexFormat); in ExecuteRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPURenderBundleEncoder.cpp | 102 interop::GPUIndexFormat indexFormat, in setIndexBuffer() argument 112 !conv(f, indexFormat) || // in setIndexBuffer()
|
D | GPURenderPassEncoder.cpp | 175 interop::GPUIndexFormat indexFormat, in setIndexBuffer() argument 184 !conv(f, indexFormat) || // in setIndexBuffer()
|
D | GPURenderBundleEncoder.h | 52 interop::GPUIndexFormat indexFormat,
|
D | GPURenderPassEncoder.h | 81 interop::GPUIndexFormat indexFormat,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw.c | 766 SVGA3dSurfaceFormat indexFormat = xlate_index_format(range->indexWidth); in validate_index_buffer() local 769 indexFormat != svga->state.hw_draw.ib_format || in validate_index_buffer() 772 assert(indexFormat != SVGA3D_FORMAT_INVALID); in validate_index_buffer() 775 indexFormat, in validate_index_buffer() 781 svga->state.hw_draw.ib_format = indexFormat; in validate_index_buffer()
|
/third_party/flutter/skia/src/sfnt/ |
D | SkOTTable_EBLC.h | 92 SK_OT_USHORT indexFormat; //format of this indexSubTable member
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_EBLC.h | 92 SK_OT_USHORT indexFormat; //format of this indexSubTable member
|
/third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
D | ComboRenderPipelineDescriptor.cpp | 24 descriptor->indexFormat = dawn::IndexFormat::Uint32; in ComboVertexInputDescriptor()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderPipeline.cpp | 82 DAWN_TRY(ValidateIndexFormat(descriptor->indexFormat)); in ValidateVertexInputDescriptor() 601 HashCombine(&hash, pipeline->mVertexInput.indexFormat); in operator ()() 704 if (a->mVertexInput.indexFormat != b->mVertexInput.indexFormat) { in operator ()()
|
/third_party/flutter/skia/third_party/externals/dawn/examples/ |
D | CHelloTriangle.cpp | 100 vertexInput.indexFormat = DAWN_INDEX_FORMAT_UINT32; in init()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 301 wgpu::IndexFormat indexFormat) { in ComputeIndexBufferStripCutValue() argument 307 switch (indexFormat) { in ComputeIndexBufferStripCutValue()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireOptionalTests.cpp | 92 vertexInput.indexFormat = DAWN_INDEX_FORMAT_UINT32; in TEST_F()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.h | 271 void setIndexBuffer(ID3D11Buffer *buffer, DXGI_FORMAT indexFormat, unsigned int offset); 397 bool syncIndexBuffer(ID3D11Buffer *buffer, DXGI_FORMAT indexFormat, unsigned int offset);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.h | 291 void setIndexBuffer(ID3D11Buffer *buffer, DXGI_FORMAT indexFormat, unsigned int offset); 419 bool syncIndexBuffer(ID3D11Buffer *buffer, DXGI_FORMAT indexFormat, unsigned int offset);
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | IndexFormatTests.cpp | 54 descriptor.cVertexInput.indexFormat = format; in MakeTestPipeline()
|