| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | formatutils.cpp | 605 GLenum format, in AddRGBAFormat() 646 GLenum format, in AddLUMAFormat() 683 GLenum format, in AddDepthStencilFormat() 1879 static const VertexFormat format(GL_BYTE, GL_FALSE, 1, false); in GetVertexFormatFromID() local 1884 static const VertexFormat format(GL_BYTE, GL_TRUE, 1, false); in GetVertexFormatFromID() local 1889 static const VertexFormat format(GL_BYTE, GL_FALSE, 2, false); in GetVertexFormatFromID() local 1894 static const VertexFormat format(GL_BYTE, GL_TRUE, 2, false); in GetVertexFormatFromID() local 1899 static const VertexFormat format(GL_BYTE, GL_FALSE, 3, false); in GetVertexFormatFromID() local 1904 static const VertexFormat format(GL_BYTE, GL_TRUE, 3, false); in GetVertexFormatFromID() local 1909 static const VertexFormat format(GL_BYTE, GL_FALSE, 4, false); in GetVertexFormatFromID() local [all …]
|
| D | format_map_autogen.cpp | 19 GLenum GetSizedFormatInternal(GLenum format, GLenum type) in GetSizedFormatInternal() 589 bool ValidES3Format(GLenum format) in ValidES3Format() 646 bool ValidES3FormatCombination(GLenum format, GLenum type, GLenum internalFormat) in ValidES3FormatCombination()
|
| D | formatutils.h | 37 GLenum format; member 59 ANGLE_INLINE GLenum GetNonLinearFormat(const GLenum format) in GetNonLinearFormat() 219 GLenum format; member 340 ANGLE_INLINE bool IsS3TCFormat(const GLenum format) in IsS3TCFormat() 359 ANGLE_INLINE bool IsRGTCFormat(const GLenum format) in IsRGTCFormat() 374 ANGLE_INLINE bool IsASTC2DFormat(const GLenum format) in IsASTC2DFormat() 386 ANGLE_INLINE bool IsETC2EACFormat(const GLenum format) in IsETC2EACFormat()
|
| D | format_map_desktop.cpp | 19 bool ValidDesktopFormat(GLenum format) in ValidDesktopFormat() 83 bool ValidDesktopFormatCombination(GLenum format, GLenum type, GLenum internalFormat) in ValidDesktopFormatCombination()
|
| /device/google/contexthub/util/nanotool/ |
| D | log.cpp | 43 #define LOG_EX_VARARGS(level, format) \ argument 51 void Log::Error(const char *format, ...) { in Error() 55 void Log::Warn(const char *format, ...) { in Warn() 59 void Log::Info(const char *format, ...) { in Info() 63 void Log::Debug(const char *format, ...) { in Debug() 122 void Log::LogEx(LogLevel level, const char *format, va_list arg_list) { in LogEx() 144 void PrintfLogger::Output(const char *format, va_list arg_list) { in Output()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | vk_format_info.h | 81 vk_format_aspects(VkFormat format) in vk_format_aspects() 133 vk_format_is_color(VkFormat format) in vk_format_is_color() 139 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() 146 vk_format_has_depth(VkFormat format) in vk_format_has_depth()
|
| /device/generic/goldfish-opengl/android-emu/android/utils/ |
| D | debug.c | 27 dprint( const char* format, ... ) in dprint() 39 dprintn( const char* format, ... ) in dprintn() 48 dprintnv( const char* format, va_list args ) in dprintnv() 55 dwarning( const char* format, ... ) in dwarning() 67 derror( const char* format, ... ) in derror() 81 const char* format, ... ) in android_tid_function_print()
|
| D | debug.h | 102 #define VERBOSE_DPRINT(tag,format,...) \ argument 107 #define VERBOSE_FUNCTION_PRINT(tag,format,...) \ argument 113 #define VERBOSE_FUNCTION_DPRINT(tag,format,...) \ argument
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
| D | vk_format_utils.h | 39 angle::FormatID format; member 46 angle::FormatID format; member 175 ANGLE_INLINE VkFormat ConvertToNonLinear(VkFormat format) in ConvertToNonLinear() 240 ANGLE_INLINE VkFormat ConvertToLinear(VkFormat format) in ConvertToLinear() 305 ANGLE_INLINE bool IsNonLinearFormat(VkFormat format) in IsNonLinearFormat() 309 ANGLE_INLINE bool IsOverridableLinearFormat(VkFormat format) in IsOverridableLinearFormat() 313 ANGLE_INLINE bool IsLinearFormat(VkFormat format) in IsLinearFormat()
|
| D | vk_format_utils.cpp | 22 void FillTextureFormatCaps(RendererVk *renderer, VkFormat format, gl::TextureCaps *outTextureCaps) in FillTextureFormatCaps() 125 const angle::Format &format = angle::Format::Get(info[0].format); in initImageFallback() local 182 const angle::Format &format = actualImageFormat(); in getImageCopyBufferAlignment() local 225 vk::Format &format = mFormatData[formatIndex]; in initialize() local 255 VkImageUsageFlags GetMaximalImageUsageFlags(RendererVk *renderer, VkFormat format) in GetMaximalImageUsageFlags() 313 size_t GetVertexInputAlignment(const vk::Format &format) in GetVertexInputAlignment() 349 const vk::Format &format, in MapSwizzleState()
|
| D | gen_vk_format_table.py | 154 def get_formats(format, type): argument 162 def image_args(format): argument 169 def buffer_args(format): argument
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | vk_format_info.h | 119 vk_format_aspects(VkFormat format) in vk_format_aspects() 171 vk_format_is_color(VkFormat format) in vk_format_is_color() 177 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() 184 vk_format_has_depth(VkFormat format) in vk_format_has_depth()
|
| /device/generic/vulkan-cereal/base/ |
| D | StringFormat.cpp | 22 std::string StringFormatRaw(const char* format, ...) { in StringFormatRaw() 30 std::string StringFormatWithArgs(const char* format, va_list args) { in StringFormatWithArgs() 36 void StringAppendFormatRaw(std::string* string, const char* format, ...) { in StringAppendFormatRaw() 44 const char* format, in StringAppendFormatWithArgs()
|
| D | StringFormat.h | 68 std::string StringFormat(const char* format, Args&&... args) { in StringFormat() 74 const char* format, in StringAppendFormat()
|
| /device/generic/goldfish-opengl/android-emu/android/base/ |
| D | StringFormat.cpp | 22 std::string StringFormatRaw(const char* format, ...) { in StringFormatRaw() 30 std::string StringFormatWithArgs(const char* format, va_list args) { in StringFormatWithArgs() 36 void StringAppendFormatRaw(std::string* string, const char* format, ...) { in StringAppendFormatRaw() 44 const char* format, in StringAppendFormatWithArgs()
|
| D | StringFormat.h | 70 std::string StringFormat(const char* format, Args&&... args) { in StringFormat() 76 const char* format, in StringAppendFormat()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
| D | formatutilsgl.cpp | 437 static bool IsLUMAFormat(GLenum format) in IsLUMAFormat() 442 static GLenum EmulateLUMAFormat(const GLenum format) in EmulateLUMAFormat() 590 GLenum format, in GetNativeFormat() 655 GLenum format) in GetNativeCompressedFormat() 693 GLenum format, in GetNativeType() 755 GLenum format, in GetNativeReadFormat() 771 GLenum format, in GetTexImageFormat() 784 GLenum format, in GetTexSubImageFormat() 804 GLenum format) in GetCompressedSubTexImageFormat() 854 GLenum format, in GetReadPixelsFormat()
|
| D | formatutilsgl.h | 67 GLenum format = GL_NONE; member 78 GLenum format = GL_NONE; member 96 GLenum format = GL_NONE; member 129 GLenum format = GL_NONE; member
|
| /device/google/contexthub/firmware/os/algos/calibration/nano_calibration/ |
| D | nano_calibration.cc | 60 #define NANO_CAL_LOGD(tag, format, ...) \ argument 62 #define NANO_CAL_LOGW(tag, format, ...) \ argument 64 #define NANO_CAL_LOGE(tag, format, ...) \ argument 67 #define NANO_CAL_LOGD(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 68 #define NANO_CAL_LOGW(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 69 #define NANO_CAL_LOGE(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 74 #define NANO_CAL_LOGI(tag, format, ...) \ argument
|
| /device/generic/goldfish-opengl/fuchsia/ |
| D | fuchsia_stdio.cc | 21 int printf(const char *format, ...) in printf() 30 int vprintf(const char *format, va_list ap) in vprintf() 35 int fprintf(FILE *stream, const char *format, ...) in fprintf() 63 int vfprintf(FILE *stream, const char *format, va_list ap) in vfprintf()
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | GLESTextureUtils.cpp | 53 static int computePixelSize(GLenum format, GLenum type) { in computePixelSize() 55 #define FORMAT_ERROR(format, type) \ in computePixelSize() argument 233 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch() 238 static int computePackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int alig… in computePackingOffset() 249 GLenum format, GLenum type, in computeTextureStartEnd() 277 GLenum format, GLenum type, in computeTotalImageSize() 302 GLenum format, GLenum type, in computeNeededBufferSize() 327 GLenum format, GLenum type, in computePackingOffsets2D() 353 GLenum format, GLenum type, in computePackingOffsets3D()
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | PixelFormat.cpp | 20 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() 38 uint32_t bitsPerPixel(PixelFormat format) { in bitsPerPixel()
|
| /device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/ |
| D | TextureUtils.cpp | 405 GLint format = GL_RGB; in doCompressedTexImage2D() local 559 bool isCoreProfileEmulatedFormat(GLenum format) { in isCoreProfileEmulatedFormat() 570 GLenum getCoreProfileEmulatedFormat(GLenum format) { in getCoreProfileEmulatedFormat() 611 TextureSwizzle getSwizzleForEmulatedFormat(GLenum format) { in getSwizzleForEmulatedFormat() 640 TextureSwizzle getInverseSwizzleForEmulatedFormat(GLenum format) { in getInverseSwizzleForEmulatedFormat() 744 …t level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image… in doCompressedTexSubImage2DNative() 794 bool isEtc2OrAstcFormat(GLenum format) { in isEtc2OrAstcFormat() 834 static int s_computePixelSize(GLenum format, GLenum type) { in s_computePixelSize() 835 #define FORMAT_ERROR(format, type) \ in s_computePixelSize() argument
|
| D | GLutils.cpp | 57 #define COLOR_BITS_CASE(format, r, g, b, a) \ in glFormatToChannelBits() argument 117 #define DEPTH_BITS_CASE(format, d) \ in glFormatToChannelBits() argument 129 #define STENCIL_BITS_CASE(format, d) \ in glFormatToChannelBits() argument
|
| /device/generic/goldfish-opengl/system/hals/ |
| D | allocator3.cpp | 107 PixelFormat format; in allocateImpl() local 248 const PixelFormat format, in allocateImpl2() 293 PixelFormat* format) { in getBufferFormat() 324 static bool needHostCb(const uint32_t usage, const PixelFormat format) { in needHostCb() 350 const PixelFormat format, in allocateCb()
|