Home
last modified time | relevance | path

Searched defs:height (Results 1826 - 1850 of 2736) sorted by relevance

1...<<71727374757677787980>>...110

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc643 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 Dcord_rep_btree_test.cc238 int height() cons function in absl::cord_internal::__anon19356::CordRepBtreeHeightTest
[all...]
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp55 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 DOneLineShaper.cpp154 void OneLineShaper::finish(const Block& block, SkScalar height, SkScalar& advanceX) { in finish() argument
H A DTextLine.h100 SkScalar height() const { return fAdvance.fY; } in height() function in skia::textlayout::TextLine
H A DParagraphImpl.h354 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 DRun.cpp521 auto height = placeholderStyle->fHeight; in scaleFontWithCompressionConfig() local
[all...]
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp307 void ApplyAddRect(SkPath& path, SkScalar x, SkScalar y, SkScalar width, SkScalar height) { in ApplyAddRect() argument
/third_party/skia/bench/
H A Dnanobench.cpp1019 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 Des3fFboTestUtil.cpp891 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 Des3fPixelBufferObjectTests.cpp386 int height = m_context.getRenderTarget().getHeight(); in iterate() local
H A Des3fPolygonOffsetTests.cpp98 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 Des3fPrimitiveRestartTests.cpp475 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT); in iterate() local
H A Des3fStencilTests.cpp289 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 Des3fTextureFormatTests.cpp112 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 Des3fTextureWrapTests.cpp132 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 Des31fFboTestUtil.cpp445 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 Des31fShaderHelperInvocationTests.cpp220 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 Des31fStencilTexturingTests.cpp67 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 DglsLongStressCase.hpp137 int height; member
H A DglsMemoryStressCase.cpp579 int height = rnd.getInt(m_config.minTextureSize, m_config.maxTextureSize); in allocateTexture() local
H A DglsScissorTests.cpp563 const int height in render() local
658 const int height = 64; iterate() local
[all...]
H A DglsStateChangePerfTestCases.cpp149 void genTextureData (vector<deUint8>& data, int width, int height) in genTextureData() argument
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp704 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 DvktRayTracingCallableShadersTests.cpp112 deUint32 height; member
136 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, VkFormat format) in makeImageCreateInfo() argument
[all...]

Completed in 34 milliseconds

1...<<71727374757677787980>>...110