/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_debug.h | 37 void nghttp3_debug_vprintf(const char *format, ...);
|
/third_party/rust/crates/autocfg/examples/ |
H A D | integers.rs | 7 ac.emit_has_type(&format!("i{}", 1 << i)); in main()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Stream.hpp | 28 VkFormat format = VK_FORMAT_UNDEFINED; member
|
/third_party/skia/third_party/externals/oboe/samples/debug-utils/ |
H A D | trace.h | 23 static void beginSection(const char *format, ...);
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | Trace.h | 23 static void beginSection(const char *format, ...);
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglAndroidUtil.hpp | 35 de::MovePtr<ImageSource> createAndroidNativeImageSource (glw::GLenum format, deUint32 numLayers, bool isYUV);
|
H A D | teglImageFormatTests.cpp | 251 ModifyTexSubImage (GLenum format, GLenum type) : m_format(format), m_type(type) {} in ModifyTexSubImage() argument 576 transferFormat.format, // Format in invokeGLES() 675 internalForat, // Internal format in invokeGLES() 679 transferFormat.format, // Format in invokeGLES() 1371 throw tcu::NotSupportedError("Image format not allowed for glReadPixels."); in invokeGLES() 1769 void addCreateTexture (const string& name, EGLenum source, GLenum internalFormat, GLenum format, GLenum type); 1770 void addCreateRenderbuffer (const string& name, GLenum format); 1771 void addCreateAndroidNative (const string& name, GLenum format, bool isYUV); 1772 void addCreateAndroidNativeArray (const string& name, GLenum format, deUint3 [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gf100.c | 52 if (gr->zbc_color[zbc].format) { in gf100_gr_zbc_clear_color() 58 nvkm_wr32(device, 0x405814, gr->zbc_color[zbc].format); in gf100_gr_zbc_clear_color() 64 gf100_gr_zbc_color_get(struct gf100_gr *gr, int format, in gf100_gr_zbc_color_get() argument 71 if (gr->zbc_color[i].format) { in gf100_gr_zbc_color_get() 72 if (gr->zbc_color[i].format != format) in gf100_gr_zbc_color_get() 93 gr->zbc_color[zbc].format = format; in gf100_gr_zbc_color_get() 103 if (gr->zbc_depth[zbc].format) in gf100_gr_zbc_clear_depth() 105 nvkm_wr32(device, 0x40581c, gr->zbc_depth[zbc].format); in gf100_gr_zbc_clear_depth() 111 gf100_gr_zbc_depth_get(struct gf100_gr *gr, int format, const u32 ds, const u32 l2) gf100_gr_zbc_depth_get() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 63 inline VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument 71 format, // VkFormat format; in makeImageCreateInfo() 178 VkImageAspectFlags getImageAspectFlags (const VkFormat format) in getImageAspectFlags() argument 180 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in getImageAspectFlags() 190 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDevice device, const VkFormat format) in isSupportedDepthStencilFormat() argument 193 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat() 393 : VK_FORMAT_D16_UNORM); // spec requires this format to be supported in iterate() 395 return tcu::TestStatus::fail("Required depth/stencil format not supported"); in iterate() 398 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Using depth/stencil format " << getFormatNam in iterate() 652 generateReferenceColorImage(const tcu::TextureFormat format, const tcu::IVec2 &renderSize) generateReferenceColorImage() argument 848 tcu::TextureFormat format = vk::mapVkFormat(m_testMode == MODE_STENCIL ? VK_FORMAT_S8_UINT : depthStencilFormat); iterate() local [all...] |
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 587 VkFormat format = vkImage->imageFormat(); in onTransferPixelsTo() local 590 SkASSERT(!GrVkFormatIsCompressed(format)); in onTransferPixelsTo() 596 if (bufferColorType != this->vkCaps().transferColorType(format, surfaceColorType)) { in onTransferPixelsTo() 599 SkASSERT(GrVkFormatBytesPerBlock(format) == GrColorTypeBytesPerPixel(bufferColorType)); in onTransferPixelsTo() 667 VkFormat format = srcImage->imageFormat(); in onTransferPixelsFrom() local 668 if (bufferColorType != this->vkCaps().transferColorType(format, surfaceColorType)) { in onTransferPixelsFrom() 671 SkASSERT(GrVkFormatBytesPerBlock(format) == GrColorTypeBytesPerPixel(bufferColorType)); in onTransferPixelsFrom() 1147 const GrBackendFormat& format, in onCreateTexture() 1155 SkAssertResult(format.asVkFormat(&pixelFormat)); in onCreateTexture() 1213 const GrBackendFormat& format, in onCreateCompressedTexture() 1146 onCreateTexture(SkISize dimensions, const GrBackendFormat& format, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, GrProtected isProtected, int mipLevelCount, uint32_t levelClearMask) onCreateTexture() argument 1212 onCreateCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, const void* data, size_t dataSize) onCreateCompressedTexture() argument 1245 onCreateCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, OH_NativeBuffer* nativeBuffer, size_t bufferSize) onCreateCompressedTexture() argument 1643 makeMSAAAttachment(SkISize dimensions, const GrBackendFormat& format, int numSamples, GrProtected isProtected, GrMemoryless memoryless) makeMSAAAttachment() argument 1806 onCreateBackendTexture(SkISize dimensions, const GrBackendFormat& format, GrRenderable renderable, GrMipmapped mipMapped, GrProtected isProtected) onCreateBackendTexture() argument 1840 onCreateCompressedBackendTexture( SkISize dimensions, const GrBackendFormat& format, GrMipmapped mipMapped, GrProtected isProtected) onCreateCompressedBackendTexture() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_4_autogen.cpp | 3926 GLenum format) in GL_BindImageTexture() 3931 "%s, format = %s", in GL_BindImageTexture() 3934 GLenumToString(GLenumGroup::InternalFormat, format)); in GL_BindImageTexture() 3943 texturePacked, level, layered, layer, access, format)); in GL_BindImageTexture() 3946 context->bindImageTexture(unit, texturePacked, level, layered, layer, access, format); in GL_BindImageTexture() 3949 layer, access, format); in GL_BindImageTexture() 4343 GLenum format, in GL_ClearBufferData() 4349 "context = %d, target = %s, internalformat = %s, format = %s, type = %s, data = " in GL_ClearBufferData() 4353 GLenumToString(GLenumGroup::PixelFormat, format), in GL_ClearBufferData() 4361 target, internalformat, format, typ in GL_ClearBufferData() 3920 GL_BindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) GL_BindImageTexture() argument 4341 GL_ClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) GL_ClearBufferData() argument 4375 GL_ClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) GL_ClearBufferSubData() argument 5909 GL_ClearTexImage(GLuint texture, GLint level, GLenum format, GLenum type, const void *data) GL_ClearTexImage() argument 5938 GL_ClearTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) GL_ClearTexSubImage() argument 6087 GL_ClearNamedBufferData(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data) GL_ClearNamedBufferData() argument 6122 GL_ClearNamedBufferSubData(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) GL_ClearNamedBufferSubData() argument 6315 GL_CompressedTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTextureSubImage1D() argument 6352 GL_CompressedTextureSubImage2D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTextureSubImage2D() argument 6392 GL_CompressedTextureSubImage3D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTextureSubImage3D() argument 7336 GL_GetTextureImage(GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) GL_GetTextureImage() argument 7543 GL_GetTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) GL_GetTextureSubImage() argument 7758 GL_GetnColorTable(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table) GL_GetnColorTable() argument 7814 GL_GetnConvolutionFilter(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *image) GL_GetnConvolutionFilter() argument 7844 GL_GetnHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) GL_GetnHistogram() argument 7956 GL_GetnMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) GL_GetnMinmax() argument 8090 GL_GetnSeparableFilter(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void *row, GLsizei columnBufSize, void *column, void *span) GL_GetnSeparableFilter() argument 8129 GL_GetnTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) GL_GetnTexImage() argument 8805 GL_ReadnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) GL_ReadnPixels() argument 9260 GL_TextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) GL_TextureSubImage1D() argument 9297 GL_TextureSubImage2D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) GL_TextureSubImage2D() argument 9337 GL_TextureSubImage3D(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) GL_TextureSubImage3D() argument [all...] |
/third_party/backends/backend/ |
H A D | avision.c | 2072 return "Get calibration format"; in avision_strdatatypecode() 3214 s->params.format = SANE_FRAME_GRAY; in compute_parameters() 3220 s->params.format = SANE_FRAME_GRAY; in compute_parameters() 3226 s->params.format = SANE_FRAME_GRAY; in compute_parameters() 3233 s->params.format = SANE_FRAME_GRAY; in compute_parameters() 3239 s->params.format = SANE_FRAME_RGB; in compute_parameters() 3246 s->params.format = SANE_FRAME_RGB; in compute_parameters() 4025 #define add_token(format,value) do { \ in get_button_status() 4026 int n = snprintf (message, (size_t) (message_end - message), "%s" format, \ in get_button_status() 5167 get_calib_format (Avision_Scanner* s, struct calibration_format* format) in get_calib_format() argument 5283 set_calib_data(Avision_Scanner* s, struct calibration_format* format, uint8_t* dark_data, uint8_t* white_data) set_calib_data() argument 5418 sort_and_average(struct calibration_format* format, uint8_t* data) sort_and_average() argument 5470 compute_dark_shading_data(Avision_Scanner* s, struct calibration_format* format, uint8_t* data) compute_dark_shading_data() argument 5515 compute_white_shading_data(Avision_Scanner* s, struct calibration_format* format, uint8_t* data) compute_white_shading_data() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 283 * @param [in] internalformat Internal format. 466 * @param [in] internalformat Internal format ot be tested. 605 * @param [in] internalformat Tested internal format. 784 4 }; //!< Reference color for integer format. 903 * @param [in] internalformat Tested internal format. 1082 * @param [in] internalformat Tested internal format. 2543 * @param [in] internalformat Internal format to be prepared 8118 * @param [in] format Internal format to be prepared. 8124 bool StorageTest::PrepareRenderbuffer(StorageTest::RenderbufferInternalFormatConfiguration format, gl argument 8214 Check(StorageTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width, glw::GLuint height) Check() argument 8547 PrepareRenderbuffer(StorageMultisampleTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width, glw::GLuint height, glw::GLsizei samples) PrepareRenderbuffer() argument 8696 Check(StorageMultisampleTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width, glw::GLuint height) Check() argument [all...] |
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 256 static void ConvertToFloat(pa_sample_format_t format, unsigned n, void *src, float *dst) in ConvertToFloat() argument 261 switch (format) { in ConvertToFloat() 283 static void ConvertFromFloat(pa_sample_format_t format, unsigned n, float *src, void *dst) in ConvertFromFloat() argument 288 switch (format) { in ConvertFromFloat() 1038 static enum HdiAdapterFormat ConvertPaToHdiAdapterFormat(pa_sample_format_t format) in ConvertPaToHdiAdapterFormat() argument 1041 switch (format) { in ConvertPaToHdiAdapterFormat() 1062 static void DoFading(void *data, int32_t length, uint32_t format, uint32_t channel, int32_t fadeType) in DoFading() argument 1065 rawFormat.format = format; in DoFading() 1067 AUDIO_INFO_LOG("length:%{public}d channels:%{public}d format in DoFading() 1099 uint32_t format = (uint32_t)ConvertPaToHdiAdapterFormat(u->format); PreparePrimaryFading() local 1322 uint32_t format = (uint32_t)ConvertPaToHdiAdapterFormat(u->format); PrepareMultiChannelFading() local 3791 enum HdiAdapterFormat format = ConvertPaToHdiAdapterFormat(u->ss.format); PrepareDeviceOffload() local 3818 enum HdiAdapterFormat format = ConvertPaToHdiAdapterFormat(u->ss.format); PrepareDeviceMultiChannel() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 5110 const char *format, ...); 5112 void netdev_emerg(const struct net_device *dev, const char *format, ...); 5114 void netdev_alert(const struct net_device *dev, const char *format, ...); 5116 void netdev_crit(const struct net_device *dev, const char *format, ...); 5118 void netdev_err(const struct net_device *dev, const char *format, ...); 5120 void netdev_warn(const struct net_device *dev, const char *format, ...); 5122 void netdev_notice(const struct net_device *dev, const char *format, ...); 5124 void netdev_info(const struct net_device *dev, const char *format, ...); 5156 #define netdev_dbg(__dev, format, args...) \ 5158 dynamic_netdev_dbg(__dev, format, ##arg [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_codec.c | 1065 /* update the format-id if changed */ 1067 hda_nid_t nid, int format) in update_pcm_format() 1071 if (p->format_id != format) { in update_pcm_format() 1074 if (oldval != format) { in update_pcm_format() 1078 format); in update_pcm_format() 1080 p->format_id = format; in update_pcm_format() 1090 * @format: stream format. 1094 int channel_id, int format) in snd_hda_codec_setup_stream() 1105 "hda_codec_setup_stream: NID=0x%x, stream=0x%x, channel=%d, format in snd_hda_codec_setup_stream() 1066 update_pcm_format(struct hda_codec *codec, struct hda_cvt_setup *p, hda_nid_t nid, int format) update_pcm_format() argument 1092 snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid, u32 stream_tag, int channel_id, int format) snd_hda_codec_setup_stream() argument 3120 hda_pcm_default_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) hda_pcm_default_prepare() argument 3183 snd_hda_codec_prepare(struct hda_codec *codec, struct hda_pcm_stream *hinfo, unsigned int stream, unsigned int format, struct snd_pcm_substream *substream) snd_hda_codec_prepare() argument 3579 setup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid, unsigned int stream_tag, unsigned int format) setup_dig_out_stream() argument 3654 snd_hda_multi_out_dig_prepare(struct hda_codec *codec, struct hda_multi_out *mout, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) snd_hda_multi_out_dig_prepare() argument 3762 snd_hda_multi_out_analog_prepare(struct hda_codec *codec, struct hda_multi_out *mout, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) snd_hda_multi_out_analog_prepare() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 894 * @fmt: format string for the device's name 1107 /* update the format-id if changed */ 1109 hda_nid_t nid, int format) in update_pcm_format() 1113 if (p->format_id != format) { in update_pcm_format() 1116 if (oldval != format) { in update_pcm_format() 1120 format); in update_pcm_format() 1122 p->format_id = format; in update_pcm_format() 1132 * @format: stream format. 1136 int channel_id, int format) in snd_hda_codec_setup_stream() 1108 update_pcm_format(struct hda_codec *codec, struct hda_cvt_setup *p, hda_nid_t nid, int format) update_pcm_format() argument 1134 snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid, u32 stream_tag, int channel_id, int format) snd_hda_codec_setup_stream() argument 3138 hda_pcm_default_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) hda_pcm_default_prepare() argument 3201 snd_hda_codec_prepare(struct hda_codec *codec, struct hda_pcm_stream *hinfo, unsigned int stream, unsigned int format, struct snd_pcm_substream *substream) snd_hda_codec_prepare() argument 3610 setup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid, unsigned int stream_tag, unsigned int format) setup_dig_out_stream() argument 3685 snd_hda_multi_out_dig_prepare(struct hda_codec *codec, struct hda_multi_out *mout, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) snd_hda_multi_out_dig_prepare() argument 3793 snd_hda_multi_out_analog_prepare(struct hda_codec *codec, struct hda_multi_out *mout, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) snd_hda_multi_out_analog_prepare() argument [all...] |
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1143 GLAPI void GLAPIENTRY glInterleavedArrays( GLenum format, GLsizei stride, 1210 GLenum format, GLenum type, 1214 GLenum format, GLenum type, 1284 GLenum format, GLenum type, 1290 GLint border, GLenum format, GLenum type, 1294 GLenum format, GLenum type, 1319 GLsizei width, GLenum format, 1326 GLenum format, GLenum type, 1493 GLenum format, GLenum type, 1500 GLenum format, [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | null_functions.cpp | 73 GLenum format) in glBindImageTextureNULL() 230 GLenum format, in glClearBufferDataNULL() 239 GLenum format, in glClearBufferSubDataNULL() 268 GLenum format, in glClearNamedBufferDataNULL() 277 GLenum format, in glClearNamedBufferSubDataNULL() 310 glClearTexImageNULL(GLuint texture, GLint level, GLenum format, GLenum type, const void *data) in glClearTexImageNULL() argument 321 GLenum format, in glClearTexSubImageNULL() 379 GLenum format, in glCompressedTexSubImage1DNULL() 390 GLenum format, in glCompressedTexSubImage2DNULL() 403 GLenum format, in glCompressedTexSubImage3DNULL() 67 glBindImageTextureNULL(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) glBindImageTextureNULL() argument 228 glClearBufferDataNULL(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) glClearBufferDataNULL() argument 235 glClearBufferSubDataNULL(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearBufferSubDataNULL() argument 266 glClearNamedBufferDataNULL(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data) glClearNamedBufferDataNULL() argument 273 glClearNamedBufferSubDataNULL(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearNamedBufferSubDataNULL() argument 313 glClearTexSubImageNULL(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) glClearTexSubImageNULL() argument 375 glCompressedTexSubImage1DNULL(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage1DNULL() argument 384 glCompressedTexSubImage2DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage2DNULL() argument 395 glCompressedTexSubImage3DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage3DNULL() argument 408 glCompressedTextureSubImage1DNULL(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) glCompressedTextureSubImage1DNULL() argument 417 glCompressedTextureSubImage2DNULL(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) glCompressedTextureSubImage2DNULL() argument 428 glCompressedTextureSubImage3DNULL(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) glCompressedTextureSubImage3DNULL() argument 1358 glGetTexImageNULL(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) glGetTexImageNULL() argument 1381 glGetTextureImageNULL(GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetTextureImageNULL() argument 1415 glGetTextureSubImageNULL(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetTextureSubImageNULL() argument 1521 glGetnTexImageNULL(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetnTexImageNULL() argument 2233 glReadPixelsNULL(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) glReadPixelsNULL() argument 2242 glReadnPixelsNULL(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) glReadnPixelsNULL() argument 2404 glTexImage1DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage1DNULL() argument 2414 glTexImage2DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage2DNULL() argument 2433 glTexImage3DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage3DNULL() argument 2546 glTexSubImage1DNULL(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) glTexSubImage1DNULL() argument 2555 glTexSubImage2DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTexSubImage2DNULL() argument 2566 glTexSubImage3DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTexSubImage3DNULL() argument 2691 glTextureSubImage1DNULL(GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) glTextureSubImage1DNULL() argument 2700 glTextureSubImage2DNULL(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTextureSubImage2DNULL() argument 2711 glTextureSubImage3DNULL(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTextureSubImage3DNULL() argument [all...] |
H A D | null_functions.h | 56 GLenum format); 161 GLenum format, 168 GLenum format, 187 GLenum format, 194 GLenum format, 216 glClearTexImageNULL(GLuint texture, GLint level, GLenum format, GLenum type, const void *data); 225 GLenum format, 265 GLenum format, 274 GLenum format, 285 GLenum format, [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/rk618/ |
H A D | rk618_dither.h | 11 #include <uapi/linux/media-bus-format.h>
|
/foundation/multimedia/image_effect/test/unittest/utils/ |
H A D | test_native_buffer_utils.h | 29 static std::shared_ptr<OH_NativeBuffer> CreateNativeBuffer(GraphicPixelFormat format);
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/ |
H A D | hilog.rs | 20 let log = format!($($args)*);
|
/foundation/resourceschedule/ffrt/src/dfx/bbox/ |
H A D | fault_logger_fd_manager.h | 29 void WriteFaultLogger(const char* format, ...);
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/listen_rust_sa/src/ |
H A D | hilog.rs | 20 let log = format!($($args)*);
|