OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxNameLen
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_h_d_m_x.py
59
maxNameLen
= max(map(len, glyphNames))
60
format = "%" + repr(
maxNameLen
) + 's:' + format + ' ;'
/external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp
807
int
maxNameLen
= 0;
810
gl.getProgramiv(program, GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, &
maxNameLen
);
815
vector<char> nameBuf(
maxNameLen
+1);
[
all
...]
Completed in 269 milliseconds