Home
last modified time | relevance | path

Searched defs:FormatType (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/lite/include/
Dlite_types.h40 } FormatType; typedef
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp44 enum FormatType enum in deqp::gles31::Functional::__anon929867f30111::FormatSamplesCase
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dtransform_op_optimizer.cc29 enum FormatType { kFormatUnknown, kFormatA, kFormatB }; enum
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp53 FormatType::FormatType() : format(GL_NONE), type(GL_NONE) {} in FormatType() function in gl::FormatType
55 FormatType::FormatType(GLenum format_, GLenum type_) : format(format_), type(type_) {} in FormatType() function in gl::FormatType
/third_party/curl/lib/
Dmprintf.c122 } FormatType; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp51 FormatType::FormatType() : format(GL_NONE), type(GL_NONE) {} in FormatType() function in gl::FormatType
53 FormatType::FormatType(GLenum format_, GLenum type_) : format(format_), type(type_) {} in FormatType() function in gl::FormatType
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h543 enum class FormatType { enum
/third_party/freetype/include/freetype/
Dtttables.h452 FT_Fixed FormatType; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dtttables.h453 FT_Fixed FormatType; member
/third_party/skia/third_party/externals/freetype/include/freetype/
Dtttables.h452 FT_Fixed FormatType; member
/third_party/skia/src/gpu/gl/
DGrGLCaps.h613 enum class FormatType { enum
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp190 enum class FormatType enum
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboRenderTest.cpp1467 enum FormatType in init() enum