Home
last modified time | relevance | path

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

123

/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
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_spherize_effect_filter.cpp78 const Drawing::Point texCoords[4] = { { 0.0f, 0.0f }, { width, 0.0f }, { width, height }, { 0.0f, height } }; in DrawImageRect() local
/third_party/skia/bench/
H A DPatchBench.cpp66 const SkPoint texCoords[SkPatchUtils::kNumCorners] = { in setTexCoords() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_test.cpp929 Point texCoords[4] = { in HWTEST_F() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp339 std::vector<tcu::Vec4> texCoords; in draw() local
/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
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp498 Drawing::Point texCoords[SET_POINT_SIZE2]; in HWTEST_F() 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

Completed in 21 milliseconds

123