Home
last modified time | relevance | path

Searched refs:format (Results 3126 - 3150 of 7727) sorted by relevance

1...<<121122123124125126127128129130>>...310

/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c16 asprintf (char **resultp, const char *format, ...) in asprintf() argument
22 if (format == NULL) in asprintf()
25 va_start (argptr, format); in asprintf()
27 len = _vscprintf ((char *) format, argptr); in asprintf()
34 int len2 = _vscprintf ((char *) format, argptr); in asprintf()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDrawCallPerf.cpp290 descriptor.format = wgpu::TextureFormat::RGBA8Unorm; in SetUp()
293 descriptor.format = wgpu::TextureFormat::Depth24PlusStencil8; in SetUp()
355 renderPipelineDesc.cAttributes[0].format = wgpu::VertexFormat::Float32x4; in SetUp()
357 renderPipelineDesc.cTargets[0].format = wgpu::TextureFormat::RGBA8Unorm; in SetUp()
458 descriptor.colorFormats = &renderPipelineDesc.cTargets[0].format; in SetUp()
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdfrend.c271 /* check whether slot format is correct before rendering */ in ft_sdf_render()
272 if ( slot->format != render->glyph_format ) in ft_sdf_render()
368 slot->format = FT_GLYPH_FORMAT_BITMAP; in ft_sdf_render()
390 if ( slot->format != render->glyph_format ) in ft_sdf_transform()
415 if ( slot->format == render->glyph_format ) in ft_sdf_get_cbox()
495 /* check whether slot format is correct before rendering */ in ft_bsdf_render()
496 if ( slot->format != render->glyph_format ) in ft_bsdf_render()
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dgenglvnd.py242 format("/* Generated on date %s */" % time.strftime("%Y%m%d")),
248 format("#define GL_GLEXT_VERSION %s" % time.strftime("%Y%m%d")),
253 format("#define WGL_WGLEXT_VERSION %s" % time.strftime("%Y%m%d")),
258 format("#define GLX_GLXEXT_VERSION %s" % time.strftime("%Y%m%d")),
263 format("#define EGL_EGLEXT_VERSION %s" % time.strftime("%Y%m%d")),
H A Dgenheaders.py241 format('/* Generated on date %s */' % time.strftime('%Y%m%d')),
247 format('#define GL_GLEXT_VERSION %s' % time.strftime('%Y%m%d')),
252 format('#define WGL_WGLEXT_VERSION %s' % time.strftime('%Y%m%d')),
257 format('#define GLX_GLXEXT_VERSION %s' % time.strftime('%Y%m%d')),
262 format('#define EGL_EGLEXT_VERSION %s' % time.strftime('%Y%m%d')),
/third_party/python/Lib/test/
H A Dtest_htmlparser.py290 s = '<{element}>{content}</{element}>'.format(element=element,
311 s = '<script>{content}</{element}>'.format(element=element,
353 self._run_check('<a href="foo{0}zar">a{0}z</a>'.format(charref),
361 '{0}</a>{0}'.format(charref),
372 '<style>{0}</style>{1}'.format(text, charref),
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py243 format('/* Generated on date %s */' % time.strftime('%Y%m%d')),
249 format('#define GL_GLEXT_VERSION %s' % time.strftime('%Y%m%d')),
254 format('#define WGL_WGLEXT_VERSION %s' % time.strftime('%Y%m%d')),
259 format('#define GLX_GLXEXT_VERSION %s' % time.strftime('%Y%m%d')),
264 format('#define EGL_EGLEXT_VERSION %s' % time.strftime('%Y%m%d')),
/third_party/python/Lib/test/test_importlib/
H A Dutil.py64 name = '{}_{}'.format(kind, cls.__name__)
112 return '{}.{}'.format(parent, name), path
136 "cannot uncache {0}".format(name))
199 'unrecognized arguments: {0}'.format(kwargs.keys()))
379 file.write(source.format(name))
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDitheringTests.cpp67 static inline IVec4 pixelFormatToIVec4 (const PixelFormat& format) in pixelFormatToIVec4() argument
69 return IVec4(format.redBits, format.greenBits, format.blueBits, format.alphaBits); in pixelFormatToIVec4()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp53 VkImageAspectFlags getAspectFlags (tcu::TextureFormat format) in getAspectFlags() argument
56 aspectFlag |= (tcu::hasDepthComponent(format.order)? VK_IMAGE_ASPECT_DEPTH_BIT : 0); in getAspectFlags()
57 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlags()
112 VkImageCreateInfo makeImageCreateInfo (const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples) in makeImageCreateInfo() argument
120 format, // VkFormat format; in makeImageCreateInfo()
174 colorFormat, // VkFormat format; || VkFormat format; in makeRenderPass()
198 dsFormat, // VkFormat format; || VkFormat format; in makeRenderPass()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolve.cpp77 // Check if device supports image format as color attachment in iterate()
84 imageMSInfo.format = mapTextureFormat(m_imageFormat); in iterate()
116 imageMSInfo.format, // VkFormat format; in iterate()
129 imageRSInfo.format, // VkFormat format; in iterate()
187 const Unique<VkImageView> imageMSView(makeImageView(deviceInterface, device, **imageMS, mapImageViewType(m_imageType), imageMSInfo.format, fullImageRange)); in iterate()
188 const Unique<VkImageView> imageRSView(makeImageView(deviceInterface, device, **imageRS, mapImageViewType(m_imageType), imageMSInfo.format, fullImageRange)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessUtil.cpp246 void populateBufferWithTestValues (void* buffer, VkDeviceSize size, VkFormat format) in populateBufferWithTestValues() argument
253 if (isUintFormat(format)) in populateBufferWithTestValues()
257 else if (isIntFormat(format)) in populateBufferWithTestValues()
261 else if (isFloatFormat(format)) in populateBufferWithTestValues()
265 else if (format == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in populateBufferWithTestValues()
385 m_colorFormat, // VkFormat format; in GraphicsEnvironment()
409 m_colorFormat, // VkFormat format; in GraphicsEnvironment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h137 AVPixelFormat format; member in FFmpegDemuxer
181 LOG(INFO) << "Media format: " << fmtc->iformat->long_name << " (" << fmtc->iformat->name << ")"; in FFmpegDemuxer()
194 format = (AVPixelFormat)fmtc->streams[iVideoStream]->codecpar->format; in FFmpegDemuxer()
196 if (fmtc->streams[iVideoStream]->codecpar->format == AV_PIX_FMT_YUV420P10LE) in FFmpegDemuxer()
198 if (fmtc->streams[iVideoStream]->codecpar->format == AV_PIX_FMT_YUV420P12LE) in FFmpegDemuxer()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDitheringTests.cpp67 static inline IVec4 pixelFormatToIVec4 (const PixelFormat& format) in pixelFormatToIVec4() argument
69 return IVec4(format.redBits, format.greenBits, format.blueBits, format.alphaBits); in pixelFormatToIVec4()
/third_party/vulkan-loader/loader/
H A Dextension_manual.c43 VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, in GetPhysicalDeviceExternalImageFormatPropertiesNV()
56 return disp->GetPhysicalDeviceExternalImageFormatPropertiesNV(unwrapped_phys_dev, format, type, tiling, usage, flags, in GetPhysicalDeviceExternalImageFormatPropertiesNV()
61 VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, in terminator_GetPhysicalDeviceExternalImageFormatPropertiesNV()
81 phys_dev_term->phys_dev, format, type, tiling, usage, flags, &pExternalImageFormatProperties->imageFormatProperties); in terminator_GetPhysicalDeviceExternalImageFormatPropertiesNV()
85 phys_dev_term->phys_dev, format, type, tiling, usage, flags, externalHandleType, pExternalImageFormatProperties); in terminator_GetPhysicalDeviceExternalImageFormatPropertiesNV()
42 GetPhysicalDeviceExternalImageFormatPropertiesNV( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkExternalMemoryHandleTypeFlagsNV externalHandleType, VkExternalImageFormatPropertiesNV *pExternalImageFormatProperties) GetPhysicalDeviceExternalImageFormatPropertiesNV() argument
60 terminator_GetPhysicalDeviceExternalImageFormatPropertiesNV( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkExternalMemoryHandleTypeFlagsNV externalHandleType, VkExternalImageFormatPropertiesNV *pExternalImageFormatProperties) terminator_GetPhysicalDeviceExternalImageFormatPropertiesNV() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp3926 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 Davision.c2072 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 Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp283 * @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...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp63 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 DGrVkGpu.cpp587 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/mesa3d/include/GL/
H A Dgl.h1143 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/vk-gl-cts/modules/egl/
H A DteglImageFormatTests.cpp251 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...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp73 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 Dnull_functions.h56 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...]
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc1643 // clang-format off
1649 // clang-format on
1664 // clang-format off
1674 // clang-format on
1688 // clang-format off
1694 // clang-format on
1719 // clang-format off
1746 // clang-format on
2926 Instr format, op = vop;
2929 format
[all...]

Completed in 70 milliseconds

1...<<121122123124125126127128129130>>...310