Home
last modified time | relevance | path

Searched defs:indexFormat (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DIndexSubTable.java39 private final int indexFormat; field in IndexSubTable
63 public int indexFormat() { in indexFormat() method in IndexSubTable
144 private int indexFormat; field in IndexSubTable.Builder
148 public static Builder<? extends IndexSubTable> createBuilder(int indexFormat) { in createBuilder()
182 int indexFormat = data.readUShort(indexSubTableOffset); in createBuilder() local
206 protected Builder(int dataSize, int indexFormat) { in Builder()
211 protected Builder(int indexFormat, int imageFormat, int imageDataOffset, int dataSize) { in Builder()
250 public int indexFormat() { in indexFormat() method in IndexSubTable.Builder
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DDrawVertexAndIndexBufferOOBValidationTests.cpp30 wgpu::IndexFormat indexFormat; member
53 wgpu::IndexFormat indexFormat; member
497 auto indexFormat = wgpu::IndexFormat::Uint32; in TEST_F() local
579 auto indexFormat = wgpu::IndexFormat::Uint32; in TEST_F() local
612 wgpu::IndexFormat indexFormat = wgpu::IndexFormat::Uint32; in TEST_F() local
DRenderPipelineValidationTests.cpp801 for (wgpu::IndexFormat indexFormat : kIndexFormatTypes) { in TEST_F() local
814 for (wgpu::IndexFormat indexFormat : kIndexFormatTypes) { in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawMetadata.cpp162 void IndirectDrawMetadata::AddIndexedIndirectDraw(wgpu::IndexFormat indexFormat, in AddIndexedIndirectDraw()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPipelineD3D12.cpp301 wgpu::IndexFormat indexFormat) { in ComputeIndexBufferStripCutValue()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPURenderBundleEncoder.cpp102 interop::GPUIndexFormat indexFormat, in setIndexBuffer()
DGPURenderPassEncoder.cpp175 interop::GPUIndexFormat indexFormat, in setIndexBuffer()
/third_party/skia/src/sfnt/
DSkOTTable_EBLC.h92 SK_OT_USHORT indexFormat; //format of this indexSubTable member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_draw.c944 SVGA3dSurfaceFormat indexFormat = xlate_index_format(range->indexWidth); in validate_index_buffer() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh146 HBUINT16 indexFormat; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp3247 DXGI_FORMAT indexFormat, in setIndexBuffer()
3257 DXGI_FORMAT indexFormat, in syncIndexBuffer()
DRenderer11.cpp2029 DXGI_FORMAT indexFormat = indexBuffer->getIndexFormat(); in drawLineLoop() local
2109 DXGI_FORMAT indexFormat = indexBuffer->getIndexFormat(); in drawTriangleFan() local
/third_party/mesa3d/src/mesa/main/
Dteximage.c1740 const GLboolean indexFormat = (format == GL_COLOR_INDEX); in texture_formats_agree() local