Home
last modified time | relevance | path

Searched defs:width (Results 3101 - 3125 of 3240) sorted by relevance

1...<<121122123124125126127128129130

/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1166 renderbufferStorageMSAA(const GrGLContext& ctx, int sampleCount, GrGLenum format, int width, int height) renderbufferStorageMSAA() argument
3490 int width = texture->width(); onRegenerateMipMapLevels() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp1562 int width = tex->width(); onRegenerateMipMapLevels() local
2698 int width = 0; GetHpsDimension() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp148 GL_APICALL void GL_APIENTRY glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, in glCompressedTexImage2D() argument
154 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, in glCompressedTexSubImage2D() argument
160 GL_APICALL void GL_APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) in glCopyTexImage2D() argument
165 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) in glCopyTexSubImage2D() argument
640 GL_APICALL void GL_APIENTRY glLineWidth(GLfloat width) in glLineWidth() argument
660 glReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data) glReadnPixelsEXT() argument
666 glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) glReadPixels() argument
676 glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageMultisample() argument
681 glRenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageMultisampleANGLE() argument
686 glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorage() argument
691 glRenderbufferStorageOES(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageOES() argument
706 glScissor(GLint x, GLint y, GLsizei width, GLsizei height) glScissor() 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
938 glViewport(GLint x, GLint y, GLsizei width, GLsizei height) glViewport() 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
965 glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage3DOES() argument
970 glCompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage3DOES() 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
1020 glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage3D() argument
1025 glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage3D() 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
1515 glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) glInvalidateSubFramebuffer() argument
1520 glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) glTexStorage2D() argument
1525 glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) glTexStorage3D() argument
[all...]
H A DlibGLESv2.cpp43 static bool validImageSize(GLint level, GLsizei width, GLsizei height) in validImageSize() argument
690 void GL_APIENTRY CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, in CompressedTexImage2D() argument
789 CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) CompressedTexSubImage2D() argument
866 CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) CopyTexImage2D() argument
1014 CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) CopyTexSubImage2D() argument
3982 LineWidth(GLfloat width) LineWidth() 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
4178 RenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) RenderbufferStorageMultisample() argument
4234 RenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) RenderbufferStorageMultisampleANGLE() argument
4239 RenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) RenderbufferStorage() argument
4280 Scissor(GLint x, GLint y, GLsizei width, GLsizei height) Scissor() 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
5627 Viewport(GLint x, GLint y, GLsizei width, GLsizei height) Viewport() 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
5815 CopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) CopyTexSubImage3DOES() argument
5864 CompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) CompressedTexImage3DOES() 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
6129 RenderbufferStorageOES(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) RenderbufferStorageOES() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DOS2Table.java780 public void setXAvgCharWidth(int width) { in setXAvgCharWidth() argument
796 public void setUsWidthClass(int width) { in setUsWidthClass() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp549 uint32_t width = 0; member
1700 static inline SPIRType::BaseType to_signed_basetype(uint32_t width) in to_signed_basetype() argument
1717 static inline SPIRType::BaseType to_unsigned_basetype(uint32_t width) in to_unsigned_basetype() argument
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h682 int width; member
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpng.h756 png_uint_32 width; /* width of row */ member
2676 png_uint_32 width; /* Image width in pixels (columns) */ global() member
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c528 static int GetHistoBits(int method, int use_palette, int width, int height) { in GetHistoBits() argument
571 const int width in EncoderAnalyze() local
381 AnalyzeEntropy(const uint32_t* argb, int width, int height, int argb_stride, int use_palette, int palette_size, int transform_bits, EntropyIx* const min_entropy_ix, int* const red_and_blue_always_zero) AnalyzeEntropy() argument
675 const int width = pic->width; EncoderInit() local
952 StoreImageToBitMask( VP8LBitWriter* const bw, int width, int histo_bits, const VP8LBackwardRefs* const refs, const uint16_t* histogram_symbols, const HuffmanTreeCode* const huffman_codes) StoreImageToBitMask() argument
1013 EncodeImageNoHuffman( VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs_array, int width, int height, int quality, int low_effort) EncodeImageNoHuffman() argument
1097 EncodeImageInternal( VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[4], int width, int height, int quality, int low_effort, int use_cache, const CrunchConfig* const config, int* cache_bits, int histogram_bits, size_t init_byte_position, int* const hdr_size, int* const data_size) EncodeImageInternal() argument
1301 ApplySubtractGreen(VP8LEncoder* const enc, int width, int height, VP8LBitWriter* const bw) ApplySubtractGreen() argument
1308 ApplyPredictFilter(const VP8LEncoder* const enc, int width, int height, int quality, int low_effort, int used_subtract_green, VP8LBitWriter* const bw) ApplyPredictFilter() argument
1334 ApplyCrossColorFilter(const VP8LEncoder* const enc, int width, int height, int quality, int low_effort, VP8LBitWriter* const bw) ApplyCrossColorFilter() argument
1372 const int width = pic->width - 1; WriteImageSize() local
1432 AllocateTransformBuffer(VP8LEncoder* const enc, int width, int height) AllocateTransformBuffer() argument
1481 const int width = picture->width; MakeInputImageCopy() local
1562 ApplyPalette(const uint32_t* src, uint32_t src_stride, uint32_t* dst, uint32_t dst_stride, const uint32_t* palette, int palette_size, int width, int height, int xbits) ApplyPalette() argument
1628 const int width = pic->width; MapImageFromPalette() local
1736 const int width = picture->width; EncodeStreamHook() local
2044 int width, height; VP8LEncodeImage() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp2820 int width = (int) str.size(); in output_scalar() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1398 const int width = 32; in setupTexture() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp3526 const int width = reference.getWidth(); in edgeRelaxedImageCompare() local
3528 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), width, height); in edgeRelaxedImageCompare() local
3621 const int width = reference.getWidth(); in intersectionRelaxedLineImageCompare() local
3623 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), width, height); in intersectionRelaxedLineImageCompare() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp295 const deUint32 width = 2 * height; // works well with a fixed-size font in logPixelGrid() local
382 int width = reference.getWidth(); in intThresholdCompare() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp196 deUint32 width; member
220 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument
[all...]
H A DvktRayQueryBuiltinTests.cpp220 deUint32 width; member
738 const deUint32 width in initVertexBuffer() local
257 makeImageCreateInfo(VkFormat format, deUint32 width, deUint32 height, deUint32 depth, VkImageType imageType = VK_IMAGE_TYPE_3D, VkImageUsageFlags usageFlags = VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT) makeImageCreateInfo() argument
1592 const deUint32 width = testParams.width; verify() local
1645 const deUint32 width = testParams.width; verify() local
1704 const deUint32 width = testParams.width; verify() local
1826 const deUint32 width = testParams.width; verify() local
1908 const deUint32 width = testParams.width; initAccelerationStructures() local
2065 const deUint32 width = testParams.width; initAccelerationStructures() local
2225 const deUint32 width = testParams.width; initAccelerationStructures() local
2349 const deUint32 width = testParams.width; initAccelerationStructures() local
2502 const deUint32 width = testParams.width; initAccelerationStructures() local
2661 const deUint32 width = testParams.width; initAccelerationStructures() local
2822 const deUint32 width = testParams.width; initAccelerationStructures() local
2983 const deUint32 width = testParams.width; initAccelerationStructures() local
3149 const deUint32 width = testParams.width; initAccelerationStructures() local
3329 const deUint32 width = testParams.width; initAccelerationStructures() local
3509 const deUint32 width = testParams.width; initAccelerationStructures() local
3725 const deUint32 width = testParams.width; initAccelerationStructures() local
4145 const deUint32 width = testParams.width; initAccelerationStructures() local
4273 const deUint32 width = testParams.width; initAccelerationStructures() local
4438 const deUint32 width = testParams.width; initAccelerationStructures() local
4608 const deUint32 width = testParams.width; initAccelerationStructures() local
4802 const deUint32 width = testParams.width; initAccelerationStructures() local
4968 const deUint32 width = testParams.width; initAccelerationStructures() local
5143 const deUint32 width = testParams.width; initAccelerationStructures() local
5328 const deUint32 width = testParams.width; initAccelerationStructures() local
5664 const deUint32 width = m_data.width; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp53 deUint32 getNextWidth (const deUint32 width) in getNextWidth() argument
2850 check(std::vector<const void*> datas, deUint32 width, deUint32 ref) check() argument
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp805 CreatePBufferSurface::CreatePBufferSurface (EGLDisplay display, EGLConfig config, EGLint width, EGLint height, SharedPtr<Surface>& surface) in CreatePBufferSurface() argument
961 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) in TexImage2D() argument
1013 TexSubImage2D::TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) in TexSubImage2D() argument
1065 CopyTexImage2D(SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync) CopyTexImage2D() argument
1117 CopyTexSubImage2D(SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, bool useSync, bool serverSync) CopyTexSubImage2D() argument
1848 ReadPixels(int x, int y, int width, int height, GLenum format, GLenum type, SharedPtr<tcu::ThreadUtil::DataBlock>& data, bool useSync, bool serverSync) ReadPixels() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_parser_autogen.cpp282 void ParseTypeFloat(const uint32_t *_instruction, IdResult *idResult, LiteralInteger *width) in ParseTypeFloat() argument
268 ParseTypeInt(const uint32_t *_instruction, IdResult *idResult, LiteralInteger *width, LiteralInteger *signedness) ParseTypeInt() argument
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Dnative_type.h1607 float width; member
1619 int32_t width; member
[all...]
/third_party/ffmpeg/libavcodec/
H A Davcodec.h562 int width, height; member
2928 int width; global() member
[all...]
/third_party/ffmpeg/fftools/
H A Dffplay.c161 int width; member
292 int width, height, xleft, ytop; member
854 int64_t width, height, x, y; in calculate_display_rect() local
1313 set_default_window_size(int width, int height, AVRational sar) set_default_window_size() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dmxfdec.c195 int width; member
H A Dmovenc.c3565 int32_t width = av_rescale(track->par->sample_aspect_ratio.num, track->par->width, global() local
7296 int i, width = 720, height = 480; global() local
[all...]
/third_party/glfw/src/
H A Dinternal.h403 int width; member
519 int width; member
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp7365 int width = 32; in createIntWidthConversion() local
8798 int width = builder.getScalarTypeWidth(typeId1); createMiscOperation() local
[all...]

Completed in 116 milliseconds

1...<<121122123124125126127128129130