| /third_party/skia/third_party/externals/dawn/src/tests/ |
| H A D | DawnTest.h | 458 ExpectAttachmentDepthTestData(wgpu::Texture texture, wgpu::TextureFormat format, uint32_t width, uint32_t height, uint32_t arrayLayer, uint32_t mipLevel, std::vector<float> expectedDepth) ExpectAttachmentDepthTestData() argument 469 ExpectAttachmentStencilTestData(wgpu::Texture texture, wgpu::TextureFormat format, uint32_t width, uint32_t height, uint32_t arrayLayer, uint32_t mipLevel, uint8_t expectedStencil) ExpectAttachmentStencilTestData() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttgload.c | 2335 FT_Pos height; in compute_glyph_metrics() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-color-cbdt-table.hh | 91 HBUINT8 height; member
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver_test.cc | 1019 auto* height = GlobalConst("height", ty.i32(), Expr(8), {Override(1)}); TEST_F() local 1045 auto* height = GlobalConst("height", ty.i32(), nullptr, {Override(1)}); TEST_F() local 1069 auto* height = GlobalConst("height", ty.i32(), Expr(2), {Override(0)}); TEST_F() local [all...] |
| /third_party/skia/tools/skpbench/ |
| H A D | skpbench.cpp | 543 height = std::min(SkScalarCeilToInt(skp->cullRect().height()), 2048); in main() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 243 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, unsigned height) ImutAVLTree() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | CopyCommandsValidationTests.cpp | 33 Create2DTexture(uint32_t width, uint32_t height, uint32_t mipLevelCount, uint32_t arrayLayerCount, wgpu::TextureFormat format, wgpu::TextureUsage usage, uint32_t sampleCount = 1) Create2DTexture() argument 53 Create3DTexture(uint32_t width, uint32_t height, uint32_t depth, uint32_t mipLevelCount, wgpu::TextureFormat format, wgpu::TextureUsage usage) Create3DTexture() argument 71 BufferSizeForTextureCopy( uint32_t width, uint32_t height, uint32_t depth, wgpu::TextureFormat format = wgpu::TextureFormat::RGBA8Unorm) BufferSizeForTextureCopy() argument 2085 Create2DTexture(wgpu::TextureFormat format, uint32_t mipmapLevels, uint32_t width, uint32_t height) Create2DTexture() argument 2100 uint32_t height = utils::GetTextureFormatBlockHeight(format) * 4; Create2DTexture() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| H A D | VulkanImageWrappingTestsOpaqueFD.cpp | 939 uint32_t width = 640, height = 480, pixelSize = 4; in TEST_P() local 47 CreateImage(dawn_native::vulkan::Device* deviceVk, uint32_t width, uint32_t height, VkFormat format, VkImage* image) CreateImage() argument 136 CreateBindExportImage(dawn_native::vulkan::Device* deviceVk, uint32_t width, uint32_t height, VkFormat format, VkImage* handle, VkDeviceMemory* allocation, VkDeviceSize* allocationSize, uint32_t* memoryTypeIndex, int* memoryFd) CreateBindExportImage() argument [all...] |
| /third_party/skia/third_party/etc1/ |
| H A D | etc1.cpp | 508 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height) { in etc1_get_encoded_data_size() argument 517 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height, in etc1_encode_image() argument 638 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height) { in etc1_pkm_format_header() argument 573 etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut, etc1_uint32 width, etc1_uint32 height, etc1_uint32 pixelSize, etc1_uint32 stride) etc1_decode_image() argument 659 etc1_uint32 height = readBEUint16(pHeader + ETC1_PKM_HEIGHT_OFFSET); etc1_pkm_is_valid() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFboColorbufferTests.cpp | 103 FboColorClearCase (Context& context, const char* name, const char* desc, deUint32 format, int width, int height) in FboColorClearCase() argument
|
| H A D | es3fFboRenderTest.cpp | 104 int height; member in deqp::gles3::Functional::FboConfig 251 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorBufferName, deUint32 depthStencilBufferName) in Framebuffer() argument 335 createTex2D(deUint32 name, GLenum format, int width, int height) createTex2D() argument 356 createRbo(deUint32 name, GLenum format, int width, int height) createRbo() argument 377 createMetaballsTex2D(sglr::Context& context, deUint32 name, GLenum format, GLenum dataType, int width, int height) createMetaballsTex2D() argument 389 createQuadsTex2D(sglr::Context& context, deUint32 name, GLenum format, GLenum dataType, int width, int height) createQuadsTex2D() argument 435 int height = deMin32(renderTarget.getHeight(), 128); iterate() local 472 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); iterate() local 547 int height = 128; render() local 628 int height = 128; render() local 755 int height = 128; render() local 866 int height = 128; render() local 1284 int height = 128; render() local [all...] |
| H A D | es3fInstancedRenderingTests.cpp | 437 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT); in iterate() local
|
| H A D | es3fShaderBuiltinVarTests.cpp | 298 const int height = m_context.getRenderTarget().getHeight(); in iterate() local 395 const int height = m_context.getRenderTarget().getHeight(); in iterate() local 485 const int height = de::min(256, m_context.getRenderTarget().getHeight()); in iterate() local 610 const int height = de::min(64, m_context.getRenderTarget().getHeight()); iterate() local 763 const int height = m_context.getRenderTarget().getHeight(); init() local 987 const int height = m_context.getRenderTarget().getHeight(); iterate() local [all...] |
| H A D | es3fTextureFilteringTests.cpp | 139 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height) in Texture2DFilteringCase() argument 418 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height) in TextureCubeFilteringCase() argument 733 Texture2DArrayFilteringCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height, int numLayers) Texture2DArrayFilteringCase() argument 999 Texture3DFilteringCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 internalFormat, int width, int height, int depth) Texture3DFilteringCase() argument 1237 int height; init() member 1251 int height; init() member 1264 int height; init() member 1278 int height; init() member 1331 int height = 64; init() local 1381 int height = sizes2D[sizeNdx].height; init() local 1410 int height = 57; init() local 1447 int height = 64; init() local 1503 int height = sizesCube[sizeNdx].height; init() local 1533 int height = 63; init() local 1589 int height = 128; init() local 1616 int height = sizes2DArray[sizeNdx].height; init() local 1646 int height = 107; init() local 1685 int height = 64; init() local 1713 int height = sizes3D[sizeNdx].height; init() local 1746 int height = 57; init() local [all...] |
| H A D | es3fTextureShadowTests.cpp | 209 Texture2DShadowCase::Texture2DShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, deUint32 compareFunc) in Texture2DShadowCase() argument 754 Texture2DArrayShadowCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, int numLayers, deUint32 compareFunc) Texture2DArrayShadowCase() argument 1046 const int height = 64; init() local 1105 const int height = 64; init() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fNegativeTextureApiTests.cpp | 52 static inline int etc2DataSize (int width, int height) in etc2DataSize() argument 57 static inline int etc2EacDataSize (int width, int height) in etc2EacDataSize() argument 3423 const int height = 6; compressedteximage3d_invalid_width_height() local [all...] |
| H A D | es31fShaderFramebufferFetchTests.cpp | 1050 int height = reference.getAccess().getHeight(); in genReferenceTexture() local 1239 const int height = reference.getAccess().getHeight(); in genReferenceMipmap() local
|
| H A D | es31fTextureLevelStateQueryTests.cpp | 127 int height; member [all...] |
| H A D | es31fTextureSpecificationTests.cpp | 149 int height = deMin32(renderTarget.getHeight(), VIEWPORT_HEIGHT); in iterate() local 186 void TextureSpecCase::renderTex (tcu::Surface& dst, deUint32 program, int width, int height) in renderTex() argument 200 void TextureSpecCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFboCompletenessTests.cpp | 721 makeImage(GLenum bufType, ImageFormat format, GLsizei width, GLsizei height, FboBuilder& builder) makeImage() argument 744 makeAttachment(GLenum bufType, ImageFormat format, GLsizei width, GLsizei height, FboBuilder& builder) makeAttachment() argument 772 attachTargetToNew(GLenum target, GLenum bufType, ImageFormat format, GLsizei width, GLsizei height, FboBuilder& builder) attachTargetToNew() argument
|
| H A D | glsFboUtil.hpp | 206 glw::GLsizei height; member
|
| H A D | glsLifetimeTests.hpp | 393 GLint height; member
|
| H A D | glsTextureBufferCase.cpp | 872 const int height = de::min<int>(renderTarget.getHeight(), MAX_VIEWPORT_HEIGHT); in runTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineBlendOperationAdvancedTests.cpp | 945 createImage2DAndBindMemory(Context& context, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkSampleCountFlagBits sampleCount, de::details::MovePtr<Allocation>* pAlloc) createImage2DAndBindMemory() argument
|
| H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 334 createImage2DAndBindMemory(Context& context, VkFormat format, deUint32 width, deUint32 height, VkImageUsageFlags usage, VkSampleCountFlagBits sampleCount, de::details::MovePtr<Allocation>* pAlloc) createImage2DAndBindMemory() argument
|