Searched refs:FormatType (Results 1 – 12 of 12) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | DateOrder.java | 173 FormatType firstType = FormatType.getType(first); 175 FormatType otherType = FormatType.getType(otherPath); 212 private enum FormatType { 218 private FormatType(int importance) { 226 public static FormatType getType(String path) { 229 return FormatType.valueOf(matcher.group(1).toUpperCase()); 237 public boolean isLessImportantThan(FormatType otherType) {
|
/external/deqp/modules/gles31/functional/ |
D | es31fInternalFormatQueryTests.cpp | 44 enum FormatType enum in deqp::gles31::Functional::__anon8b1a977d0111::FormatSamplesCase 51 … char* name, const char* desc, glw::GLenum texTarget, glw::GLenum internalFormat, FormatType type); 58 const FormatType m_type; 61 …onst char* name, const char* desc, glw::GLenum target, glw::GLenum internalFormat, FormatType type) in FormatSamplesCase() 376 FormatSamplesCase::FormatType type; in init()
|
/external/freetype/src/sfnt/ |
D | ttpost.c | 401 format = face->postscript.FormatType; in load_post_names() 432 format = face->postscript.FormatType; in tt_face_free_ps_names() 518 format = face->postscript.FormatType; in tt_face_get_ps_name()
|
D | ttload.c | 1287 FT_FRAME_LONG ( FormatType ), in tt_face_load_post() 1310 FT_TRACE3(( "FormatType: 0x%x\n", post->FormatType )); in tt_face_load_post()
|
D | sfobjs.c | 1420 face->postscript.FormatType != 0x00030000L ) in sfnt_load_face()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 151 static Format FormatType = Default; variable 673 switch (FormatType) { in performWriteOperation() 910 FormatType = StringSwitch<Format>(match) in ar_main() 916 if (FormatType == Unknown) in ar_main()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.h | 524 enum FormatType { enum 562 FormatType fFormatType;
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 524 enum FormatType { enum 562 FormatType fFormatType;
|
/external/freetype/include/freetype/ |
D | tttables.h | 489 FT_Fixed FormatType; member
|
/external/curl/lib/ |
D | mprintf.c | 121 } FormatType; typedef 149 FormatType type;
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.cc | 174 const GUID *formatType = pMediaType->FormatType(); in CheckMediaType()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 1467 enum FormatType in init() enum 1481 FormatType type; in init()
|