Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc40 int attribute_size = ::ImmGetCompositionString(imc, GCS_COMPATTR, nullptr, 0); in GetCompositionSelectionRange() local
41 if (attribute_size > 0) { in GetCompositionSelectionRange()
44 std::vector<char> attribute_data(attribute_size); in GetCompositionSelectionRange()
47 attribute_size); in GetCompositionSelectionRange()
48 for (start = 0; start < attribute_size; ++start) { in GetCompositionSelectionRange()
52 for (end = start; end < attribute_size; ++end) { in GetCompositionSelectionRange()
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/vert/
Dfunctions_nested.vert24 int attribute_size;
47 if (n == desc.attribute_size) break;
81 result.attribute_size = input_attributes[location].y;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/vert/
Dfunctions_nested.vert11 int attribute_size;
50 result.attribute_size = v_227.input_attributes[location].y;
77 if (n == desc.attribute_size)
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_pipeline.c229 const size_t attribute_size = in pvr_pds_get_max_vertex_program_const_map_size_in_bytes() local
244 (attribute_size + in pvr_pds_get_max_vertex_program_const_map_size_in_bytes()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp4453 static const GLintptr attribute_size = 4 * sizeof(GLfloat); in iterate() local
4491 offsets[i] = i * attribute_size; in iterate()
4492 strides[i] = attribute_size; in iterate()