Home
last modified time | relevance | path

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

123

/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.ts2 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/flutter/skia/docs/examples/
DCanvas_drawPatch_2_b.cpp15 SkPoint texCoords[] = { { 0, 0 }, { 0, 62}, { 62, 62}, { 62, 0 } }; in draw() local
DCanvas_drawPatch.cpp16 SkPoint texCoords[] = { { -30, -30 }, { 162, -30}, { 162, 162}, { -30, 162} }; 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
/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/flutter/skia/samplecode/
DPerlinPatch.cpp137 const SkPoint texCoords[SkPatchUtils::kNumCorners] = { in onDrawContent() local
/third_party/flutter/skia/include/core/
DSkVertices.h221 const SkPoint* texCoords() const { return fTexs; } in texCoords() function
/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
/third_party/flutter/skia/bench/
DPatchBench.cpp65 const SkPoint texCoords[SkPatchUtils::kNumCorners] = { in setTexCoords() local
/third_party/skia/bench/
DPatchBench.cpp66 const SkPoint texCoords[SkPatchUtils::kNumCorners] = { in setTexCoords() local
/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp639 SkTArray<SkPoint>* texCoords, bool hasTexCoords, in randomize_params()
668 SkTArray<SkPoint> texCoords; in GR_DRAW_OP_TEST_DEFINE() local
/third_party/skia/src/gpu/ops/
DDrawVerticesOp.cpp661 SkTArray<SkPoint>* texCoords, bool hasTexCoords, in randomize_params()
693 SkTArray<SkPoint> texCoords; in GR_DRAW_OP_TEST_DEFINE() 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.cpp206 std::vector<float> texCoords (8); in iterate() local
/third_party/flutter/skia/src/core/
DSkVertices.cpp185 SkPoint* SkVertices::Builder::texCoords() { in texCoords() function in SkVertices::Builder
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/
DSDL_render_gles.c936 GLfloat texCoords[8]; in GLES_RenderCopy() local
1007 GLfloat texCoords[8]; in GLES_RenderCopyEx() local
/third_party/skia/src/utils/
DSkPaintFilterCanvas.cpp154 const SkPoint texCoords[], SkBlendMode bmode, in onDrawPatch()
/third_party/flutter/skia/src/utils/
DSkPaintFilterCanvas.cpp193 const SkPoint texCoords[], SkBlendMode bmode, in onDrawPatch()

123