HomeSort by relevance Sort by last modified time
    Searched defs:bottomLeft (Results 1 - 19 of 19) sorted by null

  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 101 tcu::Vec2 bottomLeft;
105 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {}
327 computeQuadTexCoord2D(texCoord, m_cases[m_caseNdx].bottomLeft, m_cases[m_caseNdx].topRight);
347 log << TestLog::Message << "Note: lookup coordinates: bottom-left " << m_cases[m_caseNdx].bottomLeft << ", top-right " << m_cases[m_caseNdx].topRight << TestLog::EndMessage;
es3fTextureFilteringTests.cpp 391 tcu::Vec2 bottomLeft;
401 , bottomLeft(bottomLeft_)
611 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
619 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
es3fTextureShadowTests.cpp 431 tcu::Vec2 bottomLeft;
443 , bottomLeft(bottomLeft_)
632 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
641 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
es3fTextureMipmapTests.cpp 235 Vec2 bottomLeft;
262 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
265 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp 287 tcu::Vec2 bottomLeft;
297 , bottomLeft (bottomLeft_)
430 log << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
438 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
vktTextureShadowTests.cpp 408 tcu::Vec2 bottomLeft;
420 , bottomLeft (bottomLeft_)
548 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
557 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
    [all...]
vktTextureMipmapTests.cpp 202 const Vec2 bottomLeft;
229 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
232 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 131 IVec2 bottomLeft;
137 : bottomLeft(bottomLeft_)
265 float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width);
266 float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height);
316 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(),
317 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y());
349 if (coloredRect.bottomLeft.x() == coloredRect.topRight.x() || coloredRect.bottomLeft.y() == coloredRect.topRight.y()
    [all...]
teglPartialUpdateTests.cpp 119 IVec2 bottomLeft;
125 : bottomLeft (bottomLeft_)
254 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width);
255 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height);
305 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(),
306 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y());
338 if (coloredRect.bottomLeft.x() == coloredRect.topRight.x() || coloredRect.bottomLeft.y() == coloredRect.topRight.y()
    [all...]
teglSwapBuffersWithDamageTests.cpp 87 IVec2 bottomLeft;
93 : bottomLeft (bottomLeft_)
196 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width);
197 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height);
247 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(),
248 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y());
674 damageRegion.push_back(rect.bottomLeft.x());
675 damageRegion.push_back(rect.bottomLeft.y())
    [all...]
teglWideColorTests.cpp 128 IVec2 bottomLeft;
134 : bottomLeft (bottomLeft_)
212 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), m_bufWidth);
213 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), m_bufHeight);
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 188 Vec2 bottomLeft;
215 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
218 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 357 tcu::Vec2 bottomLeft;
367 , bottomLeft(bottomLeft_)
564 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
572 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
es2fTextureMipmapTests.cpp 191 Vec2 bottomLeft;
218 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
221 computeQuadTexCoord2D(dst, bottomLeft, topRight);
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 179 Vec2 bottomLeft;
206 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft;
209 computeQuadTexCoord2D(dst, bottomLeft, topRight);
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 139 tcu::Vec2 bottomLeft;
150 , bottomLeft (bottomLeft_)
357 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
365 computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, curCase.layerRange);
  /external/skia/src/effects/imagefilters/
SkLightingImageFilter.cpp 495 SkRect bottomLeft = SkRect::MakeXYWH(0, dstRect.height() - 1, 1, 1);
512 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, bottomLeft,
    [all...]
  /external/skqp/src/effects/imagefilters/
SkLightingImageFilter.cpp 493 SkRect bottomLeft = SkRect::MakeXYWH(0, dstRect.height() - 1, 1, 1);
510 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, bottomLeft,
    [all...]
  /external/zxing/core/
core.jar 

Completed in 499 milliseconds