Home
last modified time | relevance | path

Searched defs:texCoords (Results 1 – 25 of 47) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DparserErrorRecoveryArrayLiteralExpression3.js2 var texCoords = [2, 2, 0.5000001192092895, 0.8749999 ; 403953552, 0.5000001192092895, 0.87499994039… variable
6 var texCoords = [2, 2, 0.5000001192092895, 0.8749999]; variable
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrayLiteralExpressions/
DparserErrorRecoveryArrayLiteralExpression3.ts1 var texCoords = [2, 2, 0.5000001192092895, 0.8749999 ; 403953552, 0.5000001192092895, 0.87499994039… variable
/third_party/skia/docs/examples/
DCanvas_drawPatch_2_b.cpp14 SkPoint texCoords[] = { { 0, 0 }, { 0, 62}, { 62, 62}, { 62, 0 } }; in draw() local
DCanvas_drawPatch.cpp15 SkPoint texCoords[] = { { -30, -30 }, { 162, -30}, { 162, 162}, { -30, 162} }; in draw() local
Ddraw_patch.cpp18 const SkPoint texCoords[] = { in draw() local
/third_party/skia/src/core/
DSkVerticesPriv.h33 const SkPoint* texCoords() const { return fVertices->fTexs; } in texCoords() function
DSkVertices.cpp179 SkPoint* SkVertices::Builder::texCoords() { in texCoords() function in SkVertices::Builder
DSkPicturePlayback.cpp510 const SkPoint* texCoords = nullptr; in handleOp() local
/third_party/vk-gl-cts/modules/gles3/functional/
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[4]; in shadeFragments() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboTestUtil.cpp219 tcu::Vec2 texCoords[4]; in shadeFragments() local
390 tcu::Vec4 texCoords[4]; in shadeFragments() local
Des31fTextureGatherTests.cpp504 static inline void computeTexCoordVecs (const vector<float>& texCoords, tcu::Vector<float, N> (&dst… in computeTexCoordVecs()
1726 Vec2 texCoords[4]; in verify() local
1859 Vec3 texCoords[4]; in verify() local
2000 Vec3 texCoords[4]; in verify() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp339 std::vector<tcu::Vec4> texCoords; in draw() local
DvktPipelineImageSamplingInstance.cpp990 const tcu::ConstPixelBufferAccess& texCoords, in validateResultImage()
1220 const tcu::ConstPixelBufferAccess& texCoords, in validateResultImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp339 std::vector<tcu::Vec4> texCoords; in draw() local
DvktPipelineImageSamplingInstance.cpp984 const tcu::ConstPixelBufferAccess& texCoords, in validateResultImage()
1214 const tcu::ConstPixelBufferAccess& texCoords, in validateResultImage()
/third_party/skia/bench/
DPatchBench.cpp66 const SkPoint texCoords[SkPatchUtils::kNumCorners] = { in setTexCoords() local
/third_party/skia/src/gpu/ops/
DDrawVerticesOp.cpp669 SkTArray<SkPoint>* texCoords, bool hasTexCoords, in randomize_params()
701 SkTArray<SkPoint> texCoords; in GR_DRAW_OP_TEST_DEFINE() local
DLatticeOp.cpp297 SkRect texCoords; in onPrepareDraws() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp322 const std::vector<float> texCoords = { minU, minV, minU, maxV, maxU, minV, maxU, maxV }; in renderQuad() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureConversionTests.cpp222 std::vector<float> texCoords (8); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureConversionTests.cpp222 std::vector<float> texCoords (8); in iterate() local
/third_party/skia/src/utils/
DSkPaintFilterCanvas.cpp159 const SkPoint texCoords[], SkBlendMode bmode, in onDrawPatch()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp170 std::vector<float> texCoords = getTexCoords(); in renderQuad() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp999 const std::vector<tcu::Vec2>& texCoords, in generateYCbCrImage()
1214 std::vector<tcu::Vec2> texCoords; in conversionTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp999 const std::vector<tcu::Vec2>& texCoords, in generateYCbCrImage()
1214 std::vector<tcu::Vec2> texCoords; in conversionTest() local

12