Home
last modified time | relevance | path

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

12

/external/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
/external/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
DSkDraw_vertices.cpp332 const SkPoint* texCoords = info.texCoords(); in drawFixedVertices() local
DSkPicturePlayback.cpp541 const SkPoint* texCoords = nullptr; in handleOp() local
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c61 boolean texCoords[I915_TEX_UNITS], colors[2], fog, needW, face; in calculate_vertex_layout() local
/external/skia/src/gpu/graphite/render/
DVerticesRenderStep.cpp134 const SkPoint* texCoords = info.texCoords(); in writeVertices() local
/external/deqp/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
/external/deqp/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
/external/skia/bench/
DPatchBench.cpp67 const SkPoint texCoords[SkPatchUtils::kNumCorners] = { in setTexCoords() local
/external/deqp/external/vulkancts/modules/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()
/external/deqp/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp322 const std::vector<float> texCoords = { minU, minV, minU, maxV, maxU, minV, maxU, maxV }; in renderQuad() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureConversionTests.cpp222 std::vector<float> texCoords (8); in iterate() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp170 std::vector<float> texCoords = getTexCoords(); in renderQuad() local
/external/deqp/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
/external/skia/src/gpu/ganesh/ops/
DLatticeOp.cpp289 SkRect texCoords; in onPrepareDraws() local
DSmallPathRenderer.cpp520 auto texCoords = VertexWriter::TriStripFromUVs(shapeData->fAtlasLocator.getUVs()); in writePathVertices() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp535 static inline void computeTexCoordVecs (const vector<float>& texCoords, tcu::Vector<float, N> (&dst… in computeTexCoordVecs()
1958 Vec2 texCoords[4]; in verify() local
2186 Vec3 texCoords[4]; in verify() local
2417 Vec3 texCoords[4]; in verify() local
/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp481 const tcu::Vec2 texCoords[4] = in shadeFragments() local
Des2fClipControlTests.cpp1097 const GLfloat texCoords[] = { in readDepthPixels() local
/external/deqp/modules/egl/
DteglGLES2SharingTests.cpp557 static const GLfloat texCoords[] = { in renderResource() local

12