Home
last modified time | relevance | path

Searched defs:format (Results 2901 - 2925 of 3062) sorted by relevance

1...<<111112113114115116117118119120>>...123

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp6590 getComponentDataForByteAlignedInternalformat(const unsigned char* data, const unsigned int n_components, const unsigned int* component_sizes, const _format format, void* result) getComponentDataForByteAlignedInternalformat() argument
7049 _format format = TextureViewUtilities::getFormatOfInternalformat(texture_internalformat); initTextureObject() local
[all...]
H A Dgl3cTextureSwizzleTests.cpp1306 const _texture_format& format = texture_formats[format_idx]; in calculate_values_from_source() local
1903 get_descriptor_for_channel(const _texture_format& format, const size_t channel) get_descriptor_for_channel() argument
1953 get_internal_format_for_channel(const _texture_format& format, const size_t channel) get_internal_format_for_channel() argument
2992 const _texture_format& format = texture_formats[format_idx]; isTargetSuppByFormat() local
3398 const _texture_format& format = texture_formats[format_idx]; prepareOutputTexture() local
3451 const glw::GLenum format = texture_format.m_format; prepareSourceTexture() local
4018 const _texture_format& format = texture_formats[format_idx]; iterate() local
4102 const _texture_format& format = texture_formats[format_idx]; iterate() local
[all...]
H A Dgl4cCopyImageTests.cpp273 bool filterFormats(GLenum format) in filterFormats() argument
612 GLenum format = 0; getFormat() local
1359 prepareTex16x16x6(deqp::Context& context, GLenum target, GLenum internal_format, GLenum format, GLenum type, GLuint& out_buf_id) prepareTex16x16x6() argument
1394 prepareTexture(deqp::Context& context, GLuint name, GLenum target, GLenum internal_format, GLenum format, GLenum type, GLuint level, GLuint width, GLuint height, GLuint depth, const GLvoid* pixels, GLuint& out_buf_id) prepareTexture() argument
2381 unpackPixel(GLenum format, GLenum type, const GLubyte* pixel, GLdouble& out_red, GLdouble& out_green, GLdouble& out_blue, GLdouble& out_alpha) unpackPixel() argument
3640 const GLenum format = Utils::getFormat(internal_format); SmokeTest() local
[all...]
H A Dgl4cDirectStateAccessTexturesTests.cpp1814 TextureSubImage(glw::GLenum target, glw::GLuint texture, glw::GLint level, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* data) TextureSubImage() argument
3182 InputTextureImage(const glw::GLenum internal_format, const glw::GLuint width, const glw::GLuint height, const glw::GLuint depth, const glw::GLenum format, const glw::GLenum type, const glw::GLvoid* data) InputTextureImage() argument
3195 gl.texImage2D(InputTextureTarget(), 0, internal_format, width, height, 0, format, type, data); InputTextureImage() local
3198 gl.texImage3D(InputTextureTarget(), 0, internal_format, width, height, depth, 0, format, type, data); InputTextureImage() local
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_beta.h147 VkFormat format; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp78 const auto &format = texture->getFormat(NonCubeTextureTypeToTarget(type), level); in ValidateFramebufferTextureMultiviewLevelAndFormat() local
269 ValidateTexImageFormatCombination(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalFormat, GLenum format, GLenum type) ValidateTexImageFormatCombination() argument
384 ValidateES3CompressedFormatForTexture2DArray(const Context *context, angle::EntryPoint entryPoint, GLenum format) ValidateES3CompressedFormatForTexture2DArray() argument
398 ValidateES3CompressedFormatForTexture3D(const Context *context, angle::EntryPoint entryPoint, GLenum format) ValidateES3CompressedFormatForTexture3D() argument
453 ValidateES3TexImageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES3TexImageParametersBase() argument
862 ValidateES3TexImage2DParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES3TexImage2DParameters() argument
892 ValidateES3TexImage3DParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateES3TexImage3DParameters() argument
1729 const auto &format = tex->getFormat(NonCubeTextureTypeToTarget(tex->getType()), level); ValidateFramebufferTextureLayer() local
2643 ValidateTexImage3D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage3D() argument
2667 ValidateTexImage3DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexImage3DRobustANGLE() argument
2697 ValidateTexSubImage3D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage3D() argument
2722 ValidateTexSubImage3DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexSubImage3DRobustANGLE() argument
2753 ValidateCompressedTexSubImage3D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage3D() argument
2809 ValidateCompressedTexSubImage3DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei dataSize, const void *data) ValidateCompressedTexSubImage3DRobustANGLE() argument
[all...]
H A DvalidationGL1.cpp322 ValidateDrawPixels(const Context *, angle::EntryPoint entryPoint, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) ValidateDrawPixels() argument
576 ValidateGetTexImage(const Context *, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum format, GLenum type, const void *pixels) ValidateGetTexImage() argument
1480 ValidateTexImage1D(const Context *, angle::EntryPoint entryPoint, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage1D() argument
1721 ValidateInterleavedArrays(const Context *context, angle::EntryPoint entryPoint, GLenum format, GLsizei stride, const void *pointer) ValidateInterleavedArrays() argument
1749 ValidateTexSubImage1D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage1D() argument
1775 ValidateCompressedTexSubImage1D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage1D() argument
H A DvalidationGL4.cpp758 ValidateClearBufferData(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) ValidateClearBufferData() argument
769 ValidateClearBufferSubData(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) ValidateClearBufferSubData() argument
964 ValidateClearTexImage(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLenum format, GLenum type, const void *data) ValidateClearTexImage() argument
975 ValidateClearTexSubImage(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) ValidateClearTexSubImage() argument
1026 ValidateClearNamedBufferData(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLenum internalformat, GLenum format, GLenum type, const void *data) ValidateClearNamedBufferData() argument
1037 ValidateClearNamedBufferSubData(const Context *context, angle::EntryPoint entryPoint, BufferID buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) ValidateClearNamedBufferSubData() argument
1099 ValidateCompressedTextureSubImage1D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTextureSubImage1D() argument
1112 ValidateCompressedTextureSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTextureSubImage2D() argument
1127 ValidateCompressedTextureSubImage3D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTextureSubImage3D() argument
1433 ValidateGetTextureImage(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateGetTextureImage() argument
1501 ValidateGetTextureSubImage(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateGetTextureSubImage() argument
1577 ValidateGetnColorTable(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei bufSize, const void *table) ValidateGetnColorTable() argument
1598 ValidateGetnConvolutionFilter(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei bufSize, const void *image) ValidateGetnConvolutionFilter() argument
1609 ValidateGetnHistogram(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, const void *values) ValidateGetnHistogram() argument
1651 ValidateGetnMinmax(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, const void *values) ValidateGetnMinmax() argument
1698 ValidateGetnSeparableFilter(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, const void *row, GLsizei columnBufSize, const void *column, const void *span) ValidateGetnSeparableFilter() argument
1712 ValidateGetnTexImage(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateGetnTexImage() argument
2027 ValidateTextureSubImage1D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) ValidateTextureSubImage1D() argument
2040 ValidateTextureSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) ValidateTextureSubImage2D() argument
2055 ValidateTextureSubImage3D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) ValidateTextureSubImage3D() argument
[all...]
H A DvalidationES2.cpp323 static inline bool Valid1to4ComponentFloatColorBufferFormat(const Context *context, GLenum format) in Valid1to4ComponentFloatColorBufferFormat() argument
333 static inline bool Valid2to4ComponentFloatColorBufferFormat(const Context *context, GLenum format) in Valid2to4ComponentFloatColorBufferFormat() argument
341 Valid3to4ComponentFloatColorBufferFormat(const Context *context, GLenum format) Valid3to4ComponentFloatColorBufferFormat() argument
349 Valid4ComponentFloatColorBufferFormat(const Context *context, GLenum format) Valid4ComponentFloatColorBufferFormat() argument
817 ValidateES2TexImageParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES2TexImageParameters() argument
847 ValidateES2TexImageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES2TexImageParametersBase() argument
2621 ValidateTexImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage2D() argument
2646 ValidateTexImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexImage2DRobustANGLE() argument
2677 ValidateTexSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage2D() argument
2703 ValidateTexSubImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexSubImage2DRobustANGLE() argument
2734 ValidateTexSubImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage3DOES() argument
2845 ValidateCompressedTexSubImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLsizei dataSize, const void *data) ValidateCompressedTexSubImage2DRobustANGLE() argument
2867 ValidateCompressedTexSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage2D() argument
2916 ValidateCompressedTexSubImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage3DOES() argument
5722 ValidateReadPixels(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) ValidateReadPixels() argument
6126 ValidateTexImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage3DOES() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp313 setImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImage() argument
328 setSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImage() argument
364 setCompressedSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument
1299 const vk::Format &format = renderer->getFormat(internalformat); setStorageMultisample() local
1333 const vk::Format &format = renderer->getFormat(internalFormat); setStorageExternalMemory() local
1401 const vk::Format &format = renderer->getFormat(image->getFormat().info->sizedInternalFormat); setEGLImageTarget() local
1528 ensureImageAllocated(ContextVk *contextVk, const vk::Format &format) ensureImageAllocated() argument
1550 setImageHelper(ContextVk *contextVk, vk::ImageHelper *imageHelper, gl::TextureType imageType, const vk::Format &format, uint32_t imageLevelOffset, uint32_t imageLayerOffset, bool selfOwned) setImageHelper() argument
1609 redefineLevel(const gl::Context *context, const gl::ImageIndex &index, const vk::Format &format, const gl::Extents &size) redefineLevel() argument
2103 reinitImageAsRenderable(ContextVk *contextVk, const vk::Format &format, gl::TexLevelMask skipLevelsMask) reinitImageAsRenderable() argument
2242 const vk::Format &format = getBaseLevelFormat(contextVk->getRenderer()); respecifyImageStorage() local
2267 const vk::Format &format = getBaseLevelFormat(contextVk->getRenderer()); respecifyImageStorage() local
2297 const vk::Format &format = renderer->getFormat(glInternalFormat.sizedInternalFormat); bindTexImage() local
2338 const vk::Format &format = getBaseLevelFormat(contextVk->getRenderer()); getAttachmentRenderTarget() local
2411 const vk::Format &format = getBaseLevelFormat(contextVk->getRenderer()); ensureImageInitialized() local
2752 const vk::Format &format = initializeContents() local
2776 const vk::Format &format = getBaseLevelFormat(contextVk->getRenderer()); shouldDecodeSRGB() local
2884 const vk::Format *format = &contextVk->getRenderer()->getFormat(formatID); getStorageImageView() local
3004 initImageViews(ContextVk *contextVk, const angle::Format &format, const bool sized, uint32_t levelCount, uint32_t layerCount) initImageViews() argument
3180 const vk::Format &format = getBaseLevelFormat(contextVk->getRenderer()); getImplementationSizedFormat() local
3199 getTexImage(const gl::Context *context, const gl::PixelPackState &packState, gl::Buffer *packBuffer, gl::TextureTarget target, GLint level, GLenum format, GLenum type, void *pixels) getTexImage() argument
3352 const vk::Format &format = getBaseLevelFormat(renderer); ensureRenderable() local
[all...]
H A DUtilsVk.cpp165 uint32_t GetImageClearFlags(const angle::Format &format, uint32_t attachmentIndex, bool clearDepth) in GetImageClearFlags() argument
199 uint32_t GetFormatFlags(const angle::Format &format, in GetFormatFlags() argument
321 const angle::Format &format = colorSrc[attachmentIndex]->getIntendedFormat(); in GetUnresolveFlags() local
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp788 const auto format = backendRT.getBackendFormat().asGLFormat(); in onWrapBackendRenderTarget() local
1080 uploadCompressedTexData(SkImage::CompressionType compressionType, GrGLFormat format, SkISize dimensions, GrMipmapped mipMapped, GrGLenum target, const void* data, size_t dataSize) uploadCompressedTexData() argument
1166 renderbufferStorageMSAA(const GrGLContext& ctx, int sampleCount, GrGLenum format, int width, int height) renderbufferStorageMSAA() argument
1350 onCreateTexture(SkISize dimensions, const GrBackendFormat& format, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, GrProtected isProtected, int mipLevelCount, uint32_t levelClearMask) onCreateTexture() argument
1455 onCreateCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, const void* data, size_t dataSize) onCreateCompressedTexture() argument
1501 onCreateCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, OH_NativeBuffer* nativeBuffer, size_t bufferSize) onCreateCompressedTexture() argument
1512 onCreateCompressedBackendTexture( SkISize dimensions, const GrBackendFormat& format, GrMipmapped mipMapped, GrProtected isProtected) onCreateCompressedBackendTexture() argument
1559 GrBackendFormat format = backendTexture.getBackendFormat(); onUpdateCompressedBackendTexture() local
1602 getCompatibleStencilIndex(GrGLFormat format) getCompatibleStencilIndex() argument
1685 createCompressedTexture2D( SkISize dimensions, SkImage::CompressionType compression, GrGLFormat format, GrMipmapped mipMapped, GrGLTextureParameters::SamplerOverriddenState* initialState) createCompressedTexture2D() argument
1709 createTexture(SkISize dimensions, GrGLFormat format, GrGLenum target, GrRenderable renderable, GrGLTextureParameters::SamplerOverriddenState* initialState, int mipLevelCount) createTexture() argument
1788 makeMSAAAttachment(SkISize dimensions, const GrBackendFormat& format, int numSamples, GrProtected isProtected, GrMemoryless isMemoryless) makeMSAAAttachment() argument
2151 auto format = surface->backendFormat().asGLFormat(); readOrTransferPixelsFrom() local
2317 GrGLint format; flushRenderTargetNoColorWrites() local
3477 GrGLFormat format = glTex->format(); onRegenerateMipMapLevels() local
3618 onCreateBackendTexture(SkISize dimensions, const GrBackendFormat& format, GrRenderable renderable, GrMipmapped mipMapped, GrProtected isProtected) onCreateBackendTexture() argument
3778 auto format = this->glCaps().getFormatFromColorType(colorType); createTestingOnlyBackendRenderTarget() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp587 VkFormat format = vkImage->imageFormat(); in onTransferPixelsTo() local
667 VkFormat format = srcImage->imageFormat(); in onTransferPixelsFrom() local
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/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp666 GL_APICALL void GL_APIENTRY glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) in glReadPixels() argument
154 glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) glCompressedTexSubImage2D() argument
660 glReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data) glReadnPixelsEXT() argument
756 glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels) glTexImage2D() argument
782 glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels) glTexSubImage2D() argument
954 glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels) glTexImage3DOES() argument
960 glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTexSubImage3DOES() argument
975 glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage3DOES() argument
1010 glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *data) glTexImage3D() argument
1015 glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) glTexSubImage3D() argument
1030 glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage3D() argument
[all...]
H A DlibGLESv2.cpp789 CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) CompressedTexSubImage2D() argument
4132 ReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data) ReadnPixelsEXT() argument
4152 ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) ReadPixels() argument
4526 TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* data) TexImage2D() argument
4881 TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* data) TexSubImage2D() argument
5695 TexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* data) TexImage3DOES() argument
5768 TexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) TexSubImage3DOES() argument
5921 CompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) CompressedTexSubImage3DOES() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DNameTable.java56 format(0), enum constant
547 public int format() { in format() method in NameTable
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp585 spv::ImageFormat format; member
H A Dspirv_cross.cpp4615 bool Compiler::is_desktop_only_format(spv::ImageFormat format) in is_desktop_only_format() argument
H A Dspirv_cross_c.h323 spvc_msl_vertex_format format; member
336 spvc_msl_vertex_format format; member
H A Dspirv_msl.hpp63 MSLShaderInputFormat format = MSL_SHADER_INPUT_FORMAT_OTHER; member
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp1909 int ImGui::DataTypeFormatString(char* buf, int buf_size, ImGuiDataType data_type, const void* p_data, const char* format) in DataTypeFormatString() argument
1984 DataTypeApplyOpFromText(const char* buf, const char* initial_value_buf, ImGuiDataType data_type, void* p_data, const char* format) DataTypeApplyOpFromText() argument
2181 RoundScalarWithFormatT(const char* format, ImGuiDataType data_type, TYPE v) RoundScalarWithFormatT() argument
2226 DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const TYPE v_max, const char* format, ImGuiSliderFlags flags) DragBehaviorT() argument
2341 DragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) DragBehavior() argument
2379 DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) DragScalar() argument
2465 DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed, const void* p_min, const void* p_max, const char* format, ImGuiSliderFlags flags) DragScalarN() argument
2500 DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) DragFloat() argument
2505 DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) DragFloat2() argument
2510 DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) DragFloat3() argument
2515 DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) DragFloat4() argument
2521 DragFloatRange2(const char* label, float* v_current_min, float* v_current_max, float v_speed, float v_min, float v_max, const char* format, const char* format_max, ImGuiSliderFlags flags) DragFloatRange2() argument
2554 DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) DragInt() argument
2559 DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) DragInt2() argument
2564 DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) DragInt3() argument
2569 DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) DragInt4() argument
2575 DragIntRange2(const char* label, int* v_current_min, int* v_current_max, float v_speed, int v_min, int v_max, const char* format, const char* format_max, ImGuiSliderFlags flags) DragIntRange2() argument
2610 DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, const void* p_min, const void* p_max, const char* format, float power) DragScalar() argument
2622 DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed, const void* p_min, const void* p_max, const char* format, float power) DragScalarN() argument
[all...]
H A Dimstb_truetype.h1466 stbtt_uint16 format = ttUSHORT(data + index_map + 0); in stbtt_FindGlyphIndex() local
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpng.h2678 png_uint_32 format; /* Image format as defined below */ global() member
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c1946 doabbr(char *const abbr, const char *const format, const char *const letters, in doabbr() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh1028 HBUINT16 format; /* Format number is set to 0. */ member
1846 unsigned int format; global() member
1856 HBUINT16 format; /* Format identifier */ global() member
2396 unsigned format = 2; serialize() local
2522 HBUINT16 format; /* Format identifier */ global() member
2977 HBUINT16 format; global() member
3055 HBUINT16 format; /* Format identifier */ global() member
3507 HBUINT16 format; /* Format identifier */ global() member
[all...]

Completed in 98 milliseconds

1...<<111112113114115116117118119120>>...123