Home
last modified time | relevance | path

Searched defs:texCoords (Results 1 - 25 of 45) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DparserErrorRecoveryArrayLiteralExpression3.js2 var texCoords = [2, 2, 0.5000001192092895, 0.8749999 ; 403953552, 0.5000001192092895, 0.8749999403953552]; variable
6 var texCoords = [2, 2, 0.5000001192092895, 0.8749999]; variable
/third_party/skia/docs/examples/
H A Ddraw_patch.cpp18 const SkPoint texCoords[] = { in REG_FIDDLE() local
H A DCanvas_drawPatch.cpp15 SkPoint texCoords[] = { { -30, -30 }, { 162, -30}, { 162, 162}, { -30, 162} }; in REG_FIDDLE() local
H A DCanvas_drawPatch_2_b.cpp14 SkPoint texCoords[] = { { 0, 0 }, { 0, 62}, { 62, 62}, { 62, 0 } }; in REG_FIDDLE() local
/third_party/skia/src/core/
H A DSkVerticesPriv.h33 const SkPoint* texCoords() const { return fVertices->fTexs; } in texCoords() function in SkVerticesPriv
H A DSkVertices.cpp179 SkPoint* SkVertices::Builder::texCoords() { in texCoords() function in SkVertices::Builder
H A DSkDraw_vertices.cpp317 const SkPoint* texCoords = info.texCoords(); in drawFixedVertices() local
[all...]
H A DSkPicturePlayback.cpp510 const SkPoint* texCoords = nullptr; in handleOp() local
H A DSkOverdrawCanvas.cpp94 onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode blendMode, const SkPaint&) onDrawPatch() argument
/third_party/skia/bench/
H A DPatchBench.cpp66 const SkPoint texCoords[SkPatchUtils::kNumCorners] = { in setTexCoords() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp339 std::vector<tcu::Vec4> texCoords; in draw() local
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/skia/src/gpu/ops/
H A DLatticeOp.cpp294 SkRect texCoords; variable
[all...]
H A DSmallPathRenderer.cpp526 auto texCoords = VertexWriter::TriStripFromUVs(shapeData->fAtlasLocator.getUVs()); in writePathVertices() local
531 texCoords); in writePathVertices() local
535 texCoords); in writePathVertices() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp339 std::vector<tcu::Vec4> texCoords; in draw() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.cpp170 std::vector<float> texCoords = getTexCoords(); in renderQuad() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcNearestEdgeTests.cpp322 const std::vector<float> texCoords = { minU, minV, minU, maxV, maxU, minV, maxU, maxV }; in renderQuad() local
/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp326 onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) onDrawPatch() argument
H A DSkPaintFilterCanvas.cpp158 onDrawPatch(const SkPoint cubics[], const SkColor colors[], const SkPoint texCoords[], SkBlendMode bmode, const SkPaint& paint) onDrawPatch() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestUtil.cpp376 tcu::Vec2 texCoords[4]; in shadeFragments() local
530 tcu::Vec3 texCoords[4]; in shadeFragments() local
638 tcu::Vec3 texCoords[4]; in shadeFragments() local
746 tcu::Vec3 texCoords[ in shadeFragments() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.cpp219 tcu::Vec2 texCoords[4]; in shadeFragments() local
390 tcu::Vec4 texCoords[4]; in shadeFragments() local
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingTests.cpp557 static const GLfloat texCoords[] = { in renderResource() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClipControlTests.cpp1097 const GLfloat texCoords[] = { in readDepthPixels() local
/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

Completed in 31 milliseconds

12