Searched refs:mapCount (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-var-hvar-table.hh | 43 mapCount, in sanitize() 51 if (!mapCount) in map() 54 if (v >= mapCount) in map() 55 v = mapCount - 1; in map() 83 HBUINT16 mapCount; /* The number of mapping entries. */ member
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_mem_object_info.cpp | 232 cl_uint mapCount; in test_get_buffer_info() 233 …error = clGetMemObjectInfo( bufferObject, CL_MEM_MAP_COUNT, sizeof( mapCount ), &mapCount, &size ); in test_get_buffer_info() 235 if( size != sizeof( mapCount ) ) in test_get_buffer_info() 238 (int)sizeof( mapCount ), (int)size, __FILE__, __LINE__ ); in test_get_buffer_info() 325 cl_uint mapCount; in test_get_buffer_info() local 326 …or = clGetMemObjectInfo( subBufferObject, CL_MEM_MAP_COUNT, sizeof( mapCount ), &mapCount, &size ); in test_get_buffer_info() 328 if( size != sizeof( mapCount ) ) in test_get_buffer_info() 331 (int)sizeof( mapCount ), (int)size, __FILE__, __LINE__ ); in test_get_buffer_info() 371 cl_uint mapCount; in test_get_imageObject_info() local 388 error = clGetMemObjectInfo( *image, CL_MEM_MAP_COUNT, sizeof( mapCount ), &mapCount, &size ); in test_get_imageObject_info() [all …]
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_bufmgr_slab.c | 66 unsigned mapCount; member 201 buf->mapCount = 0; in pb_slab_buffer_destroy() 233 ++buf->mapCount; in pb_slab_buffer_map() 243 --buf->mapCount; in pb_slab_buffer_unmap() 347 buf->mapCount = 0; in pb_slab_create()
|
/external/freetype/src/truetype/ |
D | ttgxvar.h | 109 FT_UInt mapCount; member
|
D | ttgxvar.c | 648 FT_READ_USHORT( map->mapCount ) ) in ft_var_load_delta_set_index_mapping() 663 if ( FT_NEW_ARRAY( map->innerIndex, map->mapCount ) ) in ft_var_load_delta_set_index_mapping() 666 if ( FT_NEW_ARRAY( map->outerIndex, map->mapCount ) ) in ft_var_load_delta_set_index_mapping() 669 for ( i = 0; i < map->mapCount; i++ ) in ft_var_load_delta_set_index_mapping() 1031 if ( idx >= table->widthMap.mapCount ) in tt_hvadvance_adjust() 1032 idx = table->widthMap.mapCount - 1; in tt_hvadvance_adjust()
|
/external/freetype/ |
D | ChangeLog.28 | 1758 glyph indices larger than `mapCount' as described in the
|