Home
last modified time | relevance | path

Searched refs:parts_count (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-math.cc279 unsigned int *parts_count, /* IN/OUT */ in hb_ot_math_get_glyph_assembly() argument
287 parts_count, in hb_ot_math_get_glyph_assembly()
Dhb-ot-math-table.hh505 unsigned int *parts_count, /* IN/OUT */ in get_parts()
509 if (parts_count) in get_parts()
512 hb_array_t<const MathGlyphPartRecord> arr = partRecords.sub_array (start_offset, parts_count); in get_parts()
618 unsigned int *parts_count, /* IN/OUT */ in get_glyph_parts()
624 start_offset, parts_count, parts, in get_glyph_parts()
Dhb-ot-math.h223 unsigned int *parts_count, /* IN/OUT */
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferPrecision.cpp207 const glw::GLuint parts_count, in verifyShaderCompilationStatus() argument
221 std::string shader_code = specializeShader(parts_count, sh_code_parts); in verifyShaderCompilationStatus()
DesextcTextureBufferPrecision.hpp124 const glw::GLuint parts_count, const glw::GLint expected_status);