Home
last modified time | relevance | path

Searched refs:format (Results 8951 - 8975 of 14642) sorted by relevance

1...<<351352353354355356357358359360>>...586

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c118 fbdev_fb->base.format->depth, in i915_gem_framebuffer_info()
119 fbdev_fb->base.format->cpp[0] * 8, in i915_gem_framebuffer_info()
136 fb->base.format->depth, in i915_gem_framebuffer_info()
137 fb->base.format->cpp[0] * 8, in i915_gem_framebuffer_info()
380 &fb->format->format, fb->modifier, fb->width, in intel_plane_uapi_info()
409 fb->base.id, &fb->format->format, in intel_plane_hw_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H A Dmalidp_hw.c36 /* fourcc, layers supporting the format, internal id */
67 /* fourcc, layers supporting the format, internal id */ \
177 /* In DP550, 10 bit YUV 420 format also supported */
1092 u8 layer_id, u32 format, bool has_modifier) in malidp_hw_get_format_id()
1098 (map->pixel_formats[i].format == format)) { in malidp_hw_get_format_id()
1101 * is supported by a different h/w format id than in malidp_hw_get_format_id()
1104 if (format == DRM_FORMAT_YUYV && in malidp_hw_get_format_id()
1116 bool malidp_hw_format_is_linear_only(u32 format) in malidp_hw_format_is_linear_only() argument
1118 switch (format) { in malidp_hw_format_is_linear_only()
1091 malidp_hw_get_format_id(const struct malidp_hw_regmap *map, u8 layer_id, u32 format, bool has_modifier) malidp_hw_get_format_id() argument
1145 malidp_hw_format_is_afbc_only(u32 format) malidp_hw_format_is_afbc_only() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c168 enum mipi_dsi_pixel_format format; member
570 u32 bpp = dsi_get_bpp(msm_host->format); in dsi_byte_clk_get_rate()
613 u32 bpp = dsi_get_bpp(msm_host->format); in dsi_calc_clk_rate_v2()
718 enum mipi_dsi_pixel_format mipi_fmt = msm_host->format; in dsi_ctrl_enable()
973 wc = hdisplay * dsi_get_bpp(msm_host->format) / 8 + 1; in dsi_timing_setup()
1219 /* MSM specific command format in memory */ in dsi_cmd_dma_add()
1393 dsi_get_bpp(msm_host->format) / 8; in dsi_cmds2buf_tx()
1607 msm_host->format = dsi->format; in dsi_host_attach()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c574 u32 format; member
1133 VC4_SET_FIELD(dsi->format, DSI_DISP0_PFORMAT) | in vc4_dsi_bridge_pre_enable()
1353 switch (device->format) { in vc4_dsi_host_attach()
1355 dsi->format = DSI_PFORMAT_RGB888; in vc4_dsi_host_attach()
1359 dsi->format = DSI_PFORMAT_RGB666; in vc4_dsi_host_attach()
1363 dsi->format = DSI_PFORMAT_RGB666_PACKED; in vc4_dsi_host_attach()
1367 dsi->format = DSI_PFORMAT_RGB565; in vc4_dsi_host_attach()
1371 dev_err(&dsi->pdev->dev, "Unknown DSI format: %d.\n", in vc4_dsi_host_attach()
1372 dsi->format); in vc4_dsi_host_attach()
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6asm.c919 * @format: audio sample format
920 * @codec_profile: compressed format profile
927 uint32_t format, u32 codec_profile, in q6asm_open_write()
956 switch (format) { in q6asm_open_write()
991 dev_err(ac->dev, "Invalid format 0x%x\n", format); in q6asm_open_write()
1501 uint32_t format, uint16_t bits_per_sample) in __q6asm_open_read()
1528 switch (format) { in __q6asm_open_read()
1534 pr_err("Invalid format[ in __q6asm_open_read()
926 q6asm_open_write(struct audio_client *ac, uint32_t stream_id, uint32_t format, u32 codec_profile, uint16_t bits_per_sample, bool is_gapless) q6asm_open_write() argument
1500 __q6asm_open_read(struct audio_client *ac, uint32_t stream_id, uint32_t format, uint16_t bits_per_sample) __q6asm_open_read() argument
1553 q6asm_open_read(struct audio_client *ac, uint32_t stream_id, uint32_t format, uint16_t bits_per_sample) q6asm_open_read() argument
[all...]
/third_party/backends/backend/
H A Dagfafocus.c1691 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
1716 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
1727 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
1736 s->params.format = SANE_FRAME_RED; in sane_get_parameters()
1747 s->params.format = SANE_FRAME_RED; in sane_get_parameters()
1763 s->params.format = SANE_FRAME_RED + s->pass; in sane_get_parameters()
1765 s->params.last_frame = (s->params.format != SANE_FRAME_RED && s->params.format != SANE_FRAME_GREEN); in sane_get_parameters()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1900 // Display a code point in "\\uxxxx" or "\Uxxxxxxxx" format
2193 String.format(" at index %d. Parameters to reproduce: @\"type=%s seed=%d loop=1\"\n", in RunMonkey()
2201 .append(String.format(" %3d : ", ci)) in RunMonkey()
2207 buffer.append("\\U").append(String.format("%08x", (int) c)); in RunMonkey()
2209 buffer.append(" \\u").append(String.format("%04x", (int) c)); in RunMonkey()
2213 String.format(String.format(" %%-%ds", (int) classNameSize), in RunMonkey()
2215 .append(String.format(" %-40s", mk.getAppliedRule(ci))) in RunMonkey()
2216 .append(String.format(" %-40s\n", UCharacter.getExtendedName(c))); in RunMonkey()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1905 // Display a code point in "\\uxxxx" or "\Uxxxxxxxx" format
2200 String.format(" at index %d. Parameters to reproduce: @\"type=%s seed=%d loop=1\"\n", in RunMonkey()
2208 .append(String.format(" %3d : ", ci)) in RunMonkey()
2214 buffer.append("\\U").append(String.format("%08x", c)); in RunMonkey()
2216 buffer.append(" \\u").append(String.format("%04x", c)); in RunMonkey()
2220 String.format(String.format(" %%-%ds", classNameSize), in RunMonkey()
2222 .append(String.format(" %-40s", mk.getAppliedRule(ci))) in RunMonkey()
2223 .append(String.format(" %-40s\n", UCharacter.getExtendedName(c))); in RunMonkey()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_longnames.cpp29 * Display Name (this format has no placeholder).
495 // getInflectedMeasureData after homogenizing data format? Find a unit in getMeasureData()
946 // format/MeasureFormatTest/TestIndividualPluralFallback and other in forMeasureUnit()
1059 // [numeratorString], otherwise set result to format(perPattern, in forArbitraryUnit()
1064 perPatternFormatter.format(UnicodeString(u"{0}"), denominatorString, perUnitPattern, status); in forArbitraryUnit()
1217 // Attempting to format other powers results in a in processPatternTimes()
1385 prefixCompiled.format(coreUnit, tmp, status); in processPatternTimes()
1411 dimensionalityCompiled.format(coreUnit, tmp, status); in processPatternTimes()
1422 // 4.12. Otherwise set result to be format(timesPattern, result, coreUnit) in processPatternTimes()
1424 timesPatternFormatter.format(outArra in processPatternTimes()
[all...]
/third_party/mesa3d/include/GLES2/
H A Dgl2.h405 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);
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h216 void (APIENTRY *glTexImage1D )( GLenum target, GLint level, GLint components, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels );
217 void (APIENTRY *glTexImage2D )( GLenum target, GLint level, GLint components, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels );
290 void (APIENTRY *glReadPixels )( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels );
291 void (APIENTRY *glDrawPixels )( GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels );
315 void (APIENTRY *glGetTexImage )( GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels );
354 void (APIENTRY *glInterleavedArrays )(GLenum format, GLsizei stride, const GLvoid *pointer);
369 void (APIENTRY *glTexSubImage1D )(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);
370 void (APIENTRY *glTexSubImage2D )(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
/third_party/openGLES/api/GLES2/
H A Dgl2.h386 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);
/third_party/mesa3d/src/mesa/main/
H A Duniform_query.cpp820 * have all format / type conversions previously requested by the
863 switch (store->format) { in _mesa_propagate_uniforms_to_driver_storage()
955 enum gl_uniform_driver_format format = uniform_native; in associate_uniform_storage() local
974 format = uniform_native; in associate_uniform_storage()
984 format = in associate_uniform_storage()
994 format = uniform_native; in associate_uniform_storage()
998 format = uniform_native; in associate_uniform_storage()
1005 format = uniform_native; in associate_uniform_storage()
1021 format, in associate_uniform_storage()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_longnames.cpp29 * Display Name (this format has no placeholder).
495 // getInflectedMeasureData after homogenizing data format? Find a unit in getMeasureData()
946 // format/MeasureFormatTest/TestIndividualPluralFallback and other in forMeasureUnit()
1059 // [numeratorString], otherwise set result to format(perPattern, in forArbitraryUnit()
1064 perPatternFormatter.format(UnicodeString(u"{0}"), denominatorString, perUnitPattern, status); in forArbitraryUnit()
1217 // Attempting to format other powers results in a in processPatternTimes()
1385 prefixCompiled.format(coreUnit, tmp, status); in processPatternTimes()
1411 dimensionalityCompiled.format(coreUnit, tmp, status); in processPatternTimes()
1422 // 4.12. Otherwise set result to be format(timesPattern, result, coreUnit) in processPatternTimes()
1424 timesPatternFormatter.format(outArra in processPatternTimes()
[all...]
/third_party/python/Lib/test/test_capi/
H A Dtest_getargs.py14 # > the other format codes to be a little more regular.
34 # > * New format codes.
1146 If this test failed, you probably added a new "format unit"
1151 printable ASCII*** characters (32 to 126 inclusive) as format units,
1154 skipped. If the format unit doesn't exist, we'll get one of two
1160 ** Some format units have special funny semantics and it would
1164 to catch *new* format units.
1167 to have non-ASCII format units.
1184 # test the format unit when not skipped
1185 format
[all...]
/third_party/python/Lib/test/support/
H A D__init__.py285 reason = 'Tk unavailable due to {}: {}'.format(type(e).__name__,
900 self.procfile = '/proc/{pid}/statm'.format(pid=os.getpid())
908 warnings.warn('/proc not available for stats: {}'.format(e),
958 .format(peak=size * memuse / (1024 ** 3)))
1008 return unittest.skip("resource {0!r} is not enabled".format(resource))
1026 msg = msg.format(' or '.join(guardnames))
1521 print("failed to clean up {}: {}".format(link, ex))
1534 'unexpected return code: {0} (0x{0:08X})'.format(p.returncode))
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.h121 GLenum format,
416 GLenum format,
484 GLenum format,
515 GLenum format,
720 GLenum format,
1025 GLenum format,
1067 GLenum format,
1091 GLenum format,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp72 // ERR() << "Error checking format support for format 0x" << std::hex << dxgiFormat; in query()
1552 // are determined according to available sample counts for each individual format. in GenerateCaps()
1606 // https://docs.microsoft.com/en-us/windows/desktop/direct3ddxgi/format-support-for-direct3d-11-0-feature-level-hardware in GenerateCaps()
2056 // Get the D3D11 write mask covering all color channels of a given format
2057 UINT8 GetColorMask(const gl::InternalFormat &format) in GetColorMask() argument
2059 return ConvertColorMask(format.redBits > 0, format.greenBits > 0, format.blueBits > 0, in GetColorMask()
2060 format in GetColorMask()
2134 MakeValidSize(bool isImage, DXGI_FORMAT format, GLsizei *requestWidth, GLsizei *requestHeight, int *levelOffset) MakeValidSize() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2.h405 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);
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp139 const GrBackendFormat& format = proxy->backendFormat(); in Make() local
140 GrSwizzle readSwizzle = rContext->priv().caps()->getReadSwizzle(format, colorType); in Make()
141 GrSwizzle writeSwizzle = rContext->priv().caps()->getWriteSwizzle(format, colorType); in Make()
160 const GrBackendFormat& format, in Make()
178 format, in Make()
219 auto format = rContext->priv().caps()->getDefaultBackendFormat(colorType, GrRenderable::kYes); in Make() local
220 if (!format.isValid()) { in Make()
223 sk_sp<GrTextureProxy> proxy = rContext->priv().proxyProvider()->createProxy(format, in Make()
155 Make( GrRecordingContext* rContext, sk_sp<SkColorSpace> colorSpace, SkBackingFit fit, SkISize dimensions, const GrBackendFormat& format, int sampleCnt, GrMipmapped mipMapped, GrProtected isProtected, GrSwizzle readSwizzle, GrSwizzle writeSwizzle, GrSurfaceOrigin origin, SkBudgeted budgeted, const SkSurfaceProps& surfaceProps) Make() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_longnames.cpp29 * Display Name (this format has no placeholder).
490 // getInflectedMeasureData after homogenizing data format? Find a unit in getMeasureData()
948 // format/MeasureFormatTest/TestIndividualPluralFallback and other in forMeasureUnit()
1061 // [numeratorString], otherwise set result to format(perPattern, in forArbitraryUnit()
1066 perPatternFormatter.format(UnicodeString(u"{0}"), denominatorString, perUnitPattern, status); in forArbitraryUnit()
1219 // Attempting to format other powers results in a in processPatternTimes()
1387 prefixCompiled.format(coreUnit, tmp, status); in processPatternTimes()
1413 dimensionalityCompiled.format(coreUnit, tmp, status); in processPatternTimes()
1424 // 4.12. Otherwise set result to be format(timesPattern, result, coreUnit) in processPatternTimes()
1426 timesPatternFormatter.format(outArra in processPatternTimes()
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2.h405 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);
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DConverter.cpp530 return Convert(out.format, in.format) && Convert(out.blend, in.blend) && in Convert()
536 return Convert(out.format, in.format) && in Convert()
732 return Convert(out.format, in.format) && Convert(out.offset, in.offset) && in Convert()
983 return Convert(out.access, in.access) && Convert(out.format, in.format) && in Convert()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBufferZeroInitTests.cpp89 wgpu::TextureFormat format, in CreateAndInitializeTexture()
93 descriptor.format = format;
103 viewDescriptor.format = format;
227 descriptor.cAttributes[0].format = vertexFormat; in CreateRenderPipelineForTest()
228 descriptor.cTargets[0].format = kColorAttachmentFormat; in CreateRenderPipelineForTest()
1145 // A small sub-4-byte format means a single vertex can fit entirely within the padded buffer, in TEST_P()
1146 // touching some of the padding. Test a small format, as well as larger formats. in TEST_P()
1178 initTextureDesc.format in TEST_P()
88 CreateAndInitializeTexture(const wgpu::Extent3D& size, wgpu::TextureFormat format, wgpu::Color color = {0.f, 0.f, 0.f, 0.f}) CreateAndInitializeTexture() argument
[all...]
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2.h386 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);

Completed in 66 milliseconds

1...<<351352353354355356357358359360>>...586