Home
last modified time | relevance | path

Searched defs:texCoords (Results 26 - 50 of 55) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp450 const Drawing::Point texCoords[4] = { { 0.0f, 0.0f }, { width, 0.0f }, { width, height }, { 0.0f, height } }; in DrawImageRect() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp470 onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) onDrawPatch() argument
H A Dskia_canvas.cpp483 DrawPatch(const Point cubics[12], const ColorQuad colors[4], const Point texCoords[4], BlendMode mode, const Paint& paint) DrawPatch() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp227 DrawPatch(const Point cubics[12], const ColorQuad colors[4], const Point texCoords[4], BlendMode mode) DrawPatch() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp988 validateResultImage(const TextureViewType& texture, const tcu::Sampler& sampler, const tcu::ConstPixelBufferAccess& texCoords, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) validateResultImage() argument
1217 validateResultImage(const TextureViewType& texture, const tcu::Sampler& sampler, const vk::VkComponentMapping& swz, const tcu::ConstPixelBufferAccess& texCoords, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) validateResultImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp1214 std::vector<tcu::Vec2> texCoords; in conversionTest() local
996 generateYCbCrImage(ProtectedContext& ctx, const TestConfig& config, const tcu::UVec2 size, const std::vector<tcu::Vec2>& texCoords, ycbcr::MultiPlaneImageData& ycbcrSrc, std::vector<tcu::Vec4>& ycbcrMinBounds, std::vector<tcu::Vec4>& ycbcrMaxBounds) generateYCbCrImage() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DComputeShaderTest.cpp4045 GLfloat texCoords[] = {0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f}; in TEST_P() local
/third_party/skia/src/core/
H A DSkPictureRecord.cpp639 onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) onDrawPatch() argument
H A DSkRecorder.cpp258 onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) onDrawPatch() argument
H A DSkDevice.cpp161 drawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) drawPatch() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp982 validateResultImage(const TextureViewType& texture, const tcu::Sampler& sampler, const tcu::ConstPixelBufferAccess& texCoords, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) validateResultImage() argument
1211 validateResultImage(const TextureViewType& texture, const tcu::Sampler& sampler, const vk::VkComponentMapping& swz, const tcu::ConstPixelBufferAccess& texCoords, const tcu::Vec2& lodBounds, const tcu::LookupPrecision& lookupPrecision, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) validateResultImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp1214 std::vector<tcu::Vec2> texCoords; in conversionTest() local
996 generateYCbCrImage(ProtectedContext& ctx, const TestConfig& config, const tcu::UVec2 size, const std::vector<tcu::Vec2>& texCoords, ycbcr::MultiPlaneImageData& ycbcrSrc, std::vector<tcu::Vec4>& ycbcrMinBounds, std::vector<tcu::Vec4>& ycbcrMaxBounds) generateYCbCrImage() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp210 tcu::Vec2 texCoords[4]; in shadeFragments() local
292 tcu::Vec3 texCoords[4]; in shadeFragments() local
[all...]
H A Des2fTextureUnitTests.cpp481 const tcu::Vec2 texCoords[4] = in shadeFragments() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp330 DrawPatch(const Drawing::Point cubics[12], const Drawing::ColorQuad colors[4], const Drawing::Point texCoords[4], Drawing::BlendMode mode) DrawPatch() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp279 void CoreCanvas::DrawPatch(const Point cubics[12], const ColorQuad colors[4], const Point texCoords[4], BlendMode mode) in DrawPatch() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp194 void Texture3DBase::verifyTestResult(const float* texCoords, const tcu::Surface& rendered, const TextureType& reference, in verifyTestResult() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedDepthStencilTests.cpp740 static const GLfloat texCoords[] = { in drawQuad() local
H A DglcShaderRenderCase.cpp380 tcu::Vec4 ShaderEvalContext::texture2D(int unitNdx, const tcu::Vec2& texCoords) in texture2D() argument
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp1826 SkString texCoords; in emitCode() local
/third_party/skia/include/core/
H A DSkCanvas.h2055 drawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], const SkPaint& paint) drawPatch() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp637 const tcu::Vec2 texCoords[4] = in shadeFragments() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp504 static inline void computeTexCoordVecs (const vector<float>& texCoords, tcu::Vector<float, N> (&dst)[4]) in computeTexCoordVecs() argument
589 verifyGatherOffsets(TestLog& log, const ConstPixelBufferAccess& result, const TexViewT& texture, const TexCoordT (&texCoords)[4], const tcu::Sampler& sampler, const PrecType& lookupPrec, int componentNdx, const PixelOffsets& getPixelOffsets) verifyGatherOffsets() argument
669 verifyGatherOffsetsCompare(TestLog& log, const ConstPixelBufferAccess& result, const TexViewT& texture, const TexCoordT (&texCoords)[4], const tcu::Sampler& sampler, const tcu::TexComparePrecision& compPrec, const PixelCompareRefZ& getPixelRefZ, const PixelOffsets& getPixelOffsets) verifyGatherOffsetsCompare() argument
1475 verify(const ConstPixelBufferAccess& rendered, const TexViewT& texture, const TexCoordT (&texCoords)[4], const GatherArgs& gatherArgs) const verify() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.cpp314 tcu::Vec4 ShaderEvalContext::texture2D (int unitNdx, const tcu::Vec2& texCoords) in texture2D() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1606 const std::vector<Drawing::Point> texCoords = { { 0.0f, 0.0f }, { width, 0.0f }, { width, height }, in DrawSpherize() local
1651 DrawCustomPath(Drawing::Canvas& canvas, const float offsetSquare, const bool isWidthGreater, std::vector<Drawing::Point>& ctrlPoints, const std::vector<Drawing::Point>& texCoords) DrawCustomPath() argument

Completed in 59 milliseconds

123