/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 405 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 475 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); 488 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); 493 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels); 548 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 618 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); 631 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); 636 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels); 997 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); 998 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu [all...] |
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 456 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); 469 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); 474 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels); 529 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 599 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); 612 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); 617 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels); 978 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); 979 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 186 m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height)); in Texture2DMipmapTestInstance() 299 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format)); in iterate() 452 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)); in TextureCubeMipmapTestInstance() 532 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format)); in iterate() 691 const tcu::TextureFormat& texFmt = mapVkFormat(testParameters.format); in Texture3DMipmapTestInstance() 697 m_texture = TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth)); in Texture3DMipmapTestInstance() 991 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; in Texture2DLodControlTestInstance() local 994 m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(format), m_texWidth, m_texHeight)); in Texture2DLodControlTestInstance() 1263 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; in TextureCubeLodControlTestInstance() local 1266 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(format), m_texSiz in TextureCubeLodControlTestInstance() 1539 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; Texture3DLodControlTestInstance() local [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl32.h | 407 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 477 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); 490 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); 495 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels); 550 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 620 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); 633 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); 638 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels); 999 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); 1000 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu [all...] |
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl32.h | 386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 456 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); 469 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); 474 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels); 529 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data); 599 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); 612 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels); 617 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels); 978 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels); 979 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 186 m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height)); in Texture2DMipmapTestInstance() 299 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format)); in iterate() 452 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)); in TextureCubeMipmapTestInstance() 532 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format)); in iterate() 691 const tcu::TextureFormat& texFmt = mapVkFormat(testParameters.format); in Texture3DMipmapTestInstance() 697 m_texture = TestTexture3DSp(new pipeline::TestTexture3D(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.height, m_testParameters.depth)); in Texture3DMipmapTestInstance() 991 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; in Texture2DLodControlTestInstance() local 994 m_texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(format), m_texWidth, m_texHeight)); in Texture2DLodControlTestInstance() 1263 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; in TextureCubeLodControlTestInstance() local 1266 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(format), m_texSiz in TextureCubeLodControlTestInstance() 1539 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; Texture3DLodControlTestInstance() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | mov.c | 270 // Try to output in the same format as the ?xyz field in mov_metadata_loci() 1654 if (format_flags == 1) // indicates little-endian format. If not present, big-endian format is used in mov_read_pcmc() 2164 static int mov_codec_id(AVStream *st, uint32_t format) in mov_codec_id() argument 2166 int id = ff_codec_get_id(ff_codec_movaudio_tags, format); in mov_codec_id() 2169 ((format & 0xFFFF) == 'm' + ('s' << 8) || in mov_codec_id() 2170 (format & 0xFFFF) == 'T' + ('S' << 8))) in mov_codec_id() 2171 id = ff_codec_get_id(ff_codec_wav_tags, av_bswap32(format) & 0xFFFF); in mov_codec_id() 2177 format && format ! in mov_codec_id() [all...] |
/base/hiviewdfx/hilog/interfaces/rust/src/ |
H A D | macros.rs | 30 let mut log_str = format!($fmt, $($processed_args),*);
|
/base/msdp/device_status/utils/common/include/ |
H A D | util.h | 150 std::string StringPrintf(const char *format, ...);
|
/base/notification/common_event_service/services/include/ |
H A D | common_event_subscriber_manager.h | 195 * @param format Indicates the log format. 199 const std::string &title, const SubscriberRecordPtr &record, const std::string format, std::string &dumpInfo);
|
/base/security/asset/frameworks/ipc/src/ |
H A D | lib.rs | 134 AssetError::new(ErrCode::IpcError, format!("[FATAL][IPC]Ipc status code = {}", e)) in ipc_err_handle()
|
/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_common.cpp | 141 outArray->format = CF_FORMAT_DER;
in GetBlobArrayFromParamSet()
|
/base/security/selinux_adapter/scripts/ |
H A D | build_ignore_cfg.py | 56 Check the format of ignore_cfg file. 74 err = "".join((ignore_file, " : must be unix format")) 103 err_str = "\n{}".format("\n".join(err_msg))
|
/base/telephony/sms_mms/interfaces/innerkits/ |
H A D | i_sms_service_interface.h | 322 * @param format Ims short message format 325 virtual int32_t GetImsShortMessageFormat(std::u16string &format) = 0;
|
H A D | sms_service_manager_client.h | 241 * @param format Ims short message format 244 int32_t GetImsShortMessageFormat(std::u16string &format);
|
H A D | sms_service_proxy.h | 218 int32_t GetImsShortMessageFormat(std::u16string &format) override;
|
/base/telephony/sms_mms/services/sms/include/gsm/ |
H A D | gsm_pdu_code_type.h | 73 SMS_TELEX_PID = 0x21, // telex (or teletex reduced to telex format) 114 enum SmsTimeFormat format; member
|
/base/update/packaging_tools/ |
H A D | build_module_img.py | 107 os.environ['PATH'] = '{}:{}'.format(env_path, os.environ.get('PATH'))
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_surface_adapter.cpp | 106 .format = PIXEL_FMT_RGBA_8888, in RequestBuffer()
|
/base/web/webview/test/unittest/nweb_surface_adapter_test/ |
H A D | nweb_surface_adapter_test.cpp | 142 .format = GRAPHIC_PIXEL_FMT_RGBA_8888, in HWTEST_F()
|
/build/scripts/ |
H A D | code_release.py | 60 raise Exception("read opensource config file [{}] failed.".format(
|
/build/tools/component_tools/static_check/ |
H A D | csct_online_prehandle.py | 79 "{}, {}".format(control_block["pull_request_url"], res.group(1).strip())
|
/third_party/ffmpeg/doc/examples/ |
H A D | encode_audio.c | 41 /* check that a given sample format is supported by the encoder */ 159 fprintf(stderr, "Encoder does not support sample format %s", in main() 197 frame->format = c->sample_fmt; in main()
|
H A D | encode_video.c | 144 frame->format = c->pix_fmt; in main() 205 into a proper file format or protocol; see muxing.c. in main()
|
/third_party/elfutils/lib/ |
H A D | system.h | 53 void error(int status, int errnum, const char *format, ...);
|