Home
last modified time | relevance | path

Searched refs:index_format (Results 1 – 17 of 17) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.cc124 IndexSubTable::Builder::CreateBuilder(int32_t index_format) { in CreateBuilder() argument
125 switch (index_format) { in CreateBuilder()
162 int32_t index_format = data->ReadUShort(index_sub_table_offset); in CreateBuilder() local
163 switch (index_format) { in CreateBuilder()
212 IndexSubTable::Builder::Builder(int32_t data_size, int32_t index_format) in Builder() argument
216 index_format_(index_format), in Builder()
221 IndexSubTable::Builder::Builder(int32_t index_format, in Builder() argument
228 index_format_(index_format), in Builder()
261 index_format()); in SerializeIndexSubHeader()
Dindex_sub_table.h46 int32_t index_format() { return index_format_; } in index_format() function
84 static CALLER_ATTACH Builder* CreateBuilder(int32_t index_format);
100 Builder(int32_t data_size, int32_t index_format);
101 Builder(int32_t index_format,
131 int32_t index_format() { return index_format_; } in index_format() function
Dbitmap_size_table.cc514 switch (iterator_base->container_base()->index_format()) { in HasNext()
561 switch (iterator_base->container_base()->index_format()) { in Next()
Deblc_table.cc148 (*index_sub_table_builder)->index_format()); in SubSerialize()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11u.h87 DXGI_FORMAT index_format; member
99 index_format = DXGI_FORMAT_R16_UINT; in topology()
101 index_format = DXGI_FORMAT_R32_UINT; in topology()
103 index_format = DXGI_FORMAT_UNKNOWN; in topology()
111 if(index_format) in topology()
113 bufferd.ByteWidth = index_offset + index_format * num_indices; in topology()
137 if(index_format) in bind()
138 ctx->IASetIndexBuffer(buffer, index_format, index_offset); in bind()
144 if(index_format) in draw_bound()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c300 enum pipe_format rgba_format, index_format, colortbl_format; in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() local
314 index_format = FormatIndexedToPipe(bits_indexed_format); in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
315 if (index_format == PIPE_FORMAT_NONE) in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
334 pscreen, index_format, PIPE_TEXTURE_2D, 1, in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
Doutput.c285 enum pipe_format index_format; in vlVdpOutputSurfacePutBitsIndexed() local
303 index_format = FormatIndexedToPipe(source_indexed_format); in vlVdpOutputSurfacePutBitsIndexed()
304 if (index_format == PIPE_FORMAT_NONE) in vlVdpOutputSurfacePutBitsIndexed()
319 res_tmpl.format = index_format; in vlVdpOutputSurfacePutBitsIndexed()
362 index_format, UTIL_FORMAT_COLORSPACE_RGB, 0); in vlVdpOutputSurfacePutBitsIndexed()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h71 DXGI_FORMAT index_format; member
164 index_format = DXGI_FORMAT_UNKNOWN; in init_context()
650 switch(index_format) { in set_index_buffer()
676 …if(index_buffer.p != new_index_buffer || index_format != new_index_format || index_offset != new_i… in IASetIndexBuffer()
679 index_format = new_index_format; in IASetIndexBuffer()
695 *out_index_format = index_format; in IAGetIndexBuffer()
1940 index_format = DXGI_FORMAT_UNKNOWN; in UnbindBuffer()
/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc109 EXPECT_EQ(sub1->index_format(), STRIKE4_SUB1_INDEX_FORMAT); in TestReadingBitmapTable()
/external/freetype/src/sfnt/
Dttsbit.c1091 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local
1120 index_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
1124 switch ( index_format ) in tt_sbit_decoder_load_image()
/external/pdfium/third_party/freetype/src/sfnt/
Dttsbit.c1091 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local
1120 index_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
1124 switch ( index_format ) in tt_sbit_decoder_load_image()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
Dttsbit.c1173 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local
1213 index_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
1217 switch ( index_format ) in tt_sbit_decoder_load_image()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc435 if (b->index_format() == IndexSubTable::Format::FORMAT_2) { in ConstructIndexFormat5()
480 switch (builder->index_format()) { in SubsetIndexSubTable()
/external/pdfium/third_party/freetype/include/freetype/internal/
Dtttypes.h582 FT_UShort index_format; member
/external/freetype/include/internal/
Dtttypes.h582 FT_UShort index_format; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
Dtttypes.h582 FT_UShort index_format; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.25719 * src/sfnt/ttsbit.c (tt_sbit_decoder_load_image) <index_format==4>: