/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 388 SVGA3dSurfaceFormat format; member 403 * block size of the surface's format. For example, a 3x3x1 DXT1 416 SVGA3dSurfaceFormat format; member 433 * block size of the surface's format. For example, a 3x3x1 DXT1 699 * reinterpreted as a flat array of bytes in the same format used 701 * surface should be created with the SVGA3D_BUFFER format. 1403 SVGA3dSurfaceFormat format; member 1713 SVGA3dSurfaceFormat format; member 1733 SVGA3dSurfaceFormat format; member 1752 SVGA3dSurfaceFormat format; member [all...] |
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_texture.c | 30 * The functions starting rbug_send_* encodes a call to the write format and 285 uint32_t format, in rbug_send_texture_info_reply() 310 LEN(4); /* format */ in rbug_send_texture_info_reply() 337 WRITE(4, uint32_t, format); /* format */ in rbug_send_texture_info_reply() 365 uint32_t format, in rbug_send_texture_read_reply() 381 LEN(4); /* format */ in rbug_send_texture_read_reply() 398 WRITE(4, uint32_t, format); /* format */ in rbug_send_texture_read_reply() 588 READ(4, uint32_t, format); /* forma in rbug_demarshal_texture_info_reply() 282 rbug_send_texture_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t target, uint32_t format, uint32_t *width, uint32_t width_len, uint16_t *h16, uint32_t height_len, uint16_t *d16, uint32_t depth_len, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint32_t last_level, uint32_t nr_samples, uint32_t tex_usage, uint32_t *__serial) rbug_send_texture_info_reply() argument 363 rbug_send_texture_read_reply(struct rbug_connection *__con, uint32_t serial, uint32_t format, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint8_t *data, uint32_t data_len, uint32_t stride, uint32_t *__serial) rbug_send_texture_read_reply() argument [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-esound-sink.c | 82 "format=<sample format> " 116 esd_format_t format; member 140 "format", 484 *(p++) = u->format; in handle_response() 588 pa_log("invalid sample format specification"); in pa__init() 592 if ((ss.format != PA_SAMPLE_U8 && ss.format != PA_SAMPLE_S16NE) || in pa__init() 627 u->format = in pa__init() 628 (ss.format in pa__init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 136 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const tcu::IVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument 144 format, // VkFormat format; in makeImageCreateInfo() 160 const VkFormat format, in makeAttachment() 166 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in makeAttachment() 173 format, // VkFormat format; in makeAttachment() 188 const tcu::TextureFormat tcuFormat = mapVkFormat(attachmentDescriptions[0].format); in makeRenderPass() 159 makeAttachment( const VkFormat format, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout) makeAttachment() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageAstcDecodeModeTests.cpp | 117 m_parameters.testedFormat, // VkFormat format; in iterate() 137 m_parameters.resultFormat, // VkFormat format; in iterate() 176 m_parameters.testedFormat, // VkFormat format; in iterate() 414 TCU_THROW(NotSupportedError, "Operation not supported with this image format"); in checkSupport() 419 TCU_THROW(NotSupportedError, "Operation not supported with this image format"); in checkSupport() 478 VkFormat format; in createImageAstcDecodeModeTests() member 528 for (const FormatData& format : astcFormats) in createImageAstcDecodeModeTests() 536 format.format, in createImageAstcDecodeModeTests() 537 format in createImageAstcDecodeModeTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 136 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const tcu::IVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument 144 format, // VkFormat format; in makeImageCreateInfo() 160 const VkFormat format, in makeAttachment() 166 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in makeAttachment() 173 format, // VkFormat format; in makeAttachment() 188 const tcu::TextureFormat tcuFormat = mapVkFormat(attachmentDescriptions[0].format); in makeRenderPass() 159 makeAttachment( const VkFormat format, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout) makeAttachment() argument
|
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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageAstcDecodeModeTests.cpp | 117 m_parameters.testedFormat, // VkFormat format; in iterate() 137 m_parameters.resultFormat, // VkFormat format; in iterate() 176 m_parameters.testedFormat, // VkFormat format; in iterate() 416 TCU_THROW(NotSupportedError, "Operation not supported with this image format"); in checkSupport() 421 TCU_THROW(NotSupportedError, "Operation not supported with this image format"); in checkSupport() 480 VkFormat format; in createImageAstcDecodeModeTests() member 529 for (const FormatData& format : astcFormats) in createImageAstcDecodeModeTests() 537 format.format, in createImageAstcDecodeModeTests() 538 format in createImageAstcDecodeModeTests() [all...] |
/third_party/skia/src/image/ |
H A D | SkSurface_Gpu.cpp | 261 GrBackendFormat format = readSurfaceView.proxy()->backendFormat(); in onCharacterize() local 269 format, in onCharacterize() 365 GrBackendFormat format = targetView.asRenderTargetProxy()->backendFormat(); in onIsCompatible() local 373 characterization.backendFormat() == format && in onIsCompatible() 662 bufferDesc.format, in MakeFromAHardwareBuffer() 687 GrAHardwareBufferUtils::GetSkColorTypeFromBufferFormat(bufferDesc.format); in MakeFromAHardwareBuffer()
|
/third_party/skia/src/gpu/ops/ |
H A D | LatticeOp.cpp | 47 SkString format; variable 48 format.printf("ShaderDfx_LatticeGP_%d", GrColorSpaceXform::XformKey(fColorSpaceXform.get())); 49 return format; 474 const GrBackendFormat format = 478 auto proxy = context->priv().proxyProvider()->createProxy(format, 536 context->priv().caps()->getReadSwizzle(format, GrColorType::kRGBA_8888));
|
/third_party/skia/tests/ |
H A D | ResourceAllocatorTest.cpp | 64 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_deferred() local 65 return proxyProvider->createProxy(format, {p.fSize, p.fSize}, p.fRenderable, p.fSampleCnt, in make_deferred() 91 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_fully_lazy() local 100 return GrProxyProvider::MakeFullyLazyProxy(std::move(cb), format, p.fRenderable, p.fSampleCnt, in make_fully_lazy() 107 const GrBackendFormat format = caps->getDefaultBackendFormat(p.fColorType, p.fRenderable); in make_lazy() local 116 return proxyProvider->createLazyProxy(std::move(cb), format, {p.fSize, p.fSize}, in make_lazy()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff-common.hh | 58 /* format does not support size > 4; caller should handle it as an error */ in calcOffSize() 570 switch (format) in get_size() 572 case 0: return format.static_size + u.format0.get_size (num_glyphs); in get_size() 573 case 3: return format.static_size + u.format3.get_size (); in get_size() 582 switch (format) in get_fd() 596 switch (format) in sanitize() 604 HBUINT8 format; member
|
/third_party/toybox/toys/pending/ |
H A D | dhcp6.c | 129 static void (*dbg)(char *format, ...); 130 static void dummy(char *format, ...) in dummy() argument 135 static void logit(char *format, ...) in logit() argument 144 va_start(p, format); in logit() 146 used = vsnprintf(NULL, 0, format, t); in logit() 151 vsnprintf(msg, used, format, p); in logit()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 654 GLW_APICALL void GLW_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) in glReadPixels() argument 661 const tcu::TextureFormat transferFormat = glu::mapGLTransferFormat(format, type); in glReadPixels() 672 if (!(format == GL_RGBA && type == GL_UNSIGNED_BYTE) && in glReadPixels() 673 !(format == GL_RGBA_INTEGER && type == GL_INT) && in glReadPixels() 674 !(format == GL_RGBA_INTEGER && type == GL_UNSIGNED_INT) && in glReadPixels() 675 !(format == GL_RGBA && type == GL_FLOAT)) in glReadPixels()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 1940 CaptureVertexPointer(*replayState, true, attrib.format->channelCount, in CaptureVertexPointerES1() 1941 attrib.format->vertexAttribType, binding.getStride(), in CaptureVertexPointerES1() 1946 CaptureNormalPointer(*replayState, true, attrib.format->vertexAttribType, in CaptureVertexPointerES1() 1950 Capture(setupCalls, CaptureColorPointer(*replayState, true, attrib.format->channelCount, in CaptureVertexPointerES1() 1951 attrib.format->vertexAttribType, in CaptureVertexPointerES1() 1956 CapturePointSizePointerOES(*replayState, true, attrib.format->vertexAttribType, in CaptureVertexPointerES1() 1961 CaptureTexCoordPointer(*replayState, true, attrib.format->channelCount, in CaptureVertexPointerES1() 1962 attrib.format->vertexAttribType, binding.getStride(), in CaptureVertexPointerES1() 2015 if (attrib.format != defaultAttrib.format || attri in CaptureVertexArrayState() 2180 const gl::InternalFormat &format = *desc.format.info; CaptureTextureContents() local 2845 const gl::InternalFormat &format = *desc.format.info; CaptureShareGroupMidExecutionSetup() local 4539 const gl::InternalFormat &format = *texture->getFormat(targetPacked, level).info; captureCompressedTextureData() local 6614 const gl::InternalFormat &format = *texture->getFormat(target, textureLevel).info; getCachedTextureLevelData() 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...] |
/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/vk-gl-cts/modules/egl/ |
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...] |
/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...] |
/base/hiviewdfx/hiview/base/include/ |
H A D | i_logger.h | 28 virtual void Print(uint32_t level, uint32_t domain, const char* tag, const char* format, va_list args) {}; in Print() argument
|