| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_btree.cc | 643 int height = this->height(); CopySuffix() local 703 int height = this->height(); CopyPrefix() local 754 int height = node->height(); SubTree() local 829 int height = this->height(); IsFlat() local [all...] |
| H A D | cord_rep_btree_test.cc | 238 int height() cons function in absl::cord_internal::__anon19356::CordRepBtreeHeightTest [all...] |
| /third_party/skia/experimental/wasm-skp-debugger/ |
| H A D | debugger_bindings.cpp | 55 int height; member 492 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> dContext, int width, int height) { in MakeOnScreenGLSurface() argument 517 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrDirectContext> dContext, int width, int height) { in MakeRenderTarget() argument [all...] |
| /third_party/skia/modules/skparagraph/src/ |
| H A D | OneLineShaper.cpp | 154 void OneLineShaper::finish(const Block& block, SkScalar height, SkScalar& advanceX) { in finish() argument
|
| H A D | TextLine.h | 100 SkScalar height() const { return fAdvance.fY; } in height() function in skia::textlayout::TextLine
|
| H A D | ParagraphImpl.h | 354 void setSize(SkScalar height, SkScalar width, SkScalar longestLine) { in setSize() argument 359 void getSize(SkScalar& height, SkScalar& width, SkScalar& longestLine) { in getSize() argument
|
| H A D | Run.cpp | 521 auto height = placeholderStyle->fHeight; in scaleFontWithCompressionConfig() local [all...] |
| /third_party/skia/modules/pathkit/ |
| H A D | pathkit_wasm_bindings.cpp | 307 void ApplyAddRect(SkPath& path, SkScalar x, SkScalar y, SkScalar width, SkScalar height) { in ApplyAddRect() argument
|
| /third_party/skia/bench/ |
| H A D | nanobench.cpp | 1019 int height = 0; in rawNext() variable 581 valid_brd_bench(sk_sp<SkData> encoded, SkColorType colorType, uint32_t sampleSize, uint32_t minOutputSize, int* width, int* height) valid_brd_bench() argument [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFboTestUtil.cpp | 891 void readPixels (sglr::Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument
|
| H A D | es3fPixelBufferObjectTests.cpp | 386 int height = m_context.getRenderTarget().getHeight(); in iterate() local
|
| H A D | es3fPolygonOffsetTests.cpp | 98 const int height = test.getHeight(); in compareImages() local 194 void checkCanvasSize (int width, int height, int minWidth, int minHeight) in checkCanvasSize() argument 285 const int height = m_context.getRenderTarget().getHeight(); in iterate() local
|
| H A D | es3fPrimitiveRestartTests.cpp | 475 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT); in iterate() local
|
| H A D | es3fStencilTests.cpp | 289 int height = deMin32(128, renderTarget.getHeight()); in iterate() local 345 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local
|
| H A D | es3fTextureFormatTests.cpp | 112 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) in Texture2DFormatCase() argument 125 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height) in Texture2DFormatCase() argument 278 TextureCubeFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) TextureCubeFormatCase() argument 293 TextureCubeFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height) TextureCubeFormatCase() argument 478 Texture2DArrayFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int numLayers) Texture2DArrayFormatCase() argument 493 Texture2DArrayFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int numLayers) Texture2DArrayFormatCase() argument 635 Texture3DFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int depth) Texture3DFormatCase() argument 650 Texture3DFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int depth) Texture3DFormatCase() argument 796 Compressed2DFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexFormat format, deUint32 randomSeed, int width, int height) Compressed2DFormatCase() argument 937 CompressedCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexFormat format, deUint32 randomSeed, int width, int height) CompressedCubeFormatCase() argument [all...] |
| H A D | es3fTextureWrapTests.cpp | 132 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase() argument 173 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase() argument 425 int height; in init() member 528 int height; init() member 584 int height; init() member [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboTestUtil.cpp | 445 void readPixels (sglr::Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument
|
| H A D | es31fShaderHelperInvocationTests.cpp | 220 FboHelper::FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, int numSamples) in FboHelper() argument 271 const int height = dst.getHeight(); in readPixels() local
|
| H A D | es31fStencilTexturingTests.cpp | 67 static void genTestRects (vector<IVec4>& rects, int width, int height) in genTestRects() argument 89 static void rectsToTriangles (const vector<IVec4>& rects, int width, int height, vector<Vec2>& positions, vector<deUint16>& indices) in rectsToTriangles() argument 123 static void drawTestPattern (const glu::RenderContext& renderCtx, int width, int height) in drawTestPattern() argument 199 static void blitStencilToColor2D (const glu::RenderContext& renderCtx, deUint32 srcTex, int width, int height) in blitStencilToColor2D() argument 264 blitStencilToColor2DArray(const glu::RenderContext& renderCtx, deUint32 srcTex, int width, int height, int level) blitStencilToColor2DArray() argument 329 blitStencilToColorCube(const glu::RenderContext& renderCtx, deUint32 srcTex, const float* texCoord, int width, int height) blitStencilToColorCube() argument 531 const int height = 113; iterate() local 535 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); iterate() local 536 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); iterate() local 537 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); iterate() local 586 const int height = 13; iterate() local 592 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels); iterate() local 619 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); iterate() local 632 TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); iterate() local 761 const int height = 193; iterate() local 765 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); iterate() local 766 TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); iterate() local 818 const int height = 117; iterate() local 823 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); iterate() local 824 TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); iterate() local 892 const int height = 64; iterate() local 896 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); iterate() local 897 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); iterate() local 898 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); iterate() local 951 const int height = 128; iterate() local [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLongStressCase.hpp | 137 int height; member
|
| H A D | glsMemoryStressCase.cpp | 579 int height = rnd.getInt(m_config.minTextureSize, m_config.maxTextureSize); in allocateTexture() local
|
| H A D | glsScissorTests.cpp | 563 const int height in render() local 658 const int height = 64; iterate() local [all...] |
| H A D | glsStateChangePerfTestCases.cpp | 149 void genTextureData (vector<deUint8>& data, int width, int height) in genTextureData() argument
|
| /third_party/vk-gl-cts/modules/internal/ |
| H A D | ditFrameworkTests.cpp | 704 const int height = subCase.rtSize.y(); in runCase() local 709 TextureLevel interpolated (TextureFormat(TextureFormat::RGBA, TextureFormat::FLOAT), numSamples, width, height); in runCase() local 710 TextureLevel depthStencil (TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV), numSamples, width, height); in runCase() local 802 TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height); in runCase() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingCallableShadersTests.cpp | 112 deUint32 height; member 136 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument [all...] |