Searched defs:topRight (Results 1 - 25 of 29) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp407 tcu::Vec2 topRight; member in struct:vkt::texture::__anon4652::TextureCubeShadowTestInstance::FilterCase
419 , topRight (topRight_)
546 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
555 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
H A DvktTextureFilteringTests.cpp284 tcu::Vec2 topRight; member in struct:vkt::texture::__anon4631::TextureCubeFilteringTestInstance::FilterCase
294 , topRight (topRight_)
426 log << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
434 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
H A DvktTextureMipmapTests.cpp203 const Vec2 topRight; member in struct:vkt::texture::__anon4642::__anon4643
230 const Vec2& topRight = s_basicCoords[cellNdx].topRight; local
232 computeQuadTexCoord2D(dst, bottomLeft, topRight);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp478 const tcu::Vec2& topRight,
495 computeQuadTexCoordCube(texCoord, (tcu::CubeFace)face, bottomLeft, topRight);
467 renderFaces( const glw::Functions& gl, const tcu::SurfaceAccess& dstRef, const tcu::TextureCube& refTexture, const ReferenceParams& params, TextureRenderer& renderer, int x, int y, int width, int height, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& texCoordTopRightFactor) argument
H A Des2aTextureMipmapTests.cpp189 Vec2 topRight; member in struct:deqp::gles2::Accuracy::__anon4922
216 const Vec2& topRight = s_basicCoords[cellNdx].topRight; local
218 computeQuadTexCoord2D(dst, bottomLeft, topRight);
/external/deqp/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp358 tcu::Vec2 topRight; member in struct:deqp::gles2::Functional::TextureCubeFilteringCase::FilterCase
368 , topRight (topRight_)
564 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
572 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
H A Des2fTextureMipmapTests.cpp192 Vec2 topRight; member in struct:deqp::gles2::Functional::__anon4986
219 const Vec2& topRight = s_basicCoords[cellNdx].topRight; local
221 computeQuadTexCoord2D(dst, bottomLeft, topRight);
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp487 const tcu::Vec2& topRight,
504 computeQuadTexCoordCube(texCoord, (tcu::CubeFace)face, bottomLeft, topRight);
476 renderFaces( const glw::Functions& gl, const tcu::SurfaceAccess& dstRef, const tcu::TextureCube& refTexture, const ReferenceParams& params, TextureRenderer& renderer, int x, int y, int width, int height, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& texCoordTopRightFactor) argument
H A Des3aTextureMipmapTests.cpp180 Vec2 topRight; member in struct:deqp::gles3::Accuracy::__anon5048
207 const Vec2& topRight = s_basicCoords[cellNdx].topRight; local
209 computeQuadTexCoord2D(dst, bottomLeft, topRight);
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp102 tcu::Vec2 topRight; member in struct:deqp::gles3::Functional::TextureWrapCase::Case
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;
H A Des3fTextureFilteringTests.cpp392 tcu::Vec2 topRight; member in struct:deqp::gles3::Functional::TextureCubeFilteringCase::FilterCase
402 , topRight (topRight_)
611 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
619 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
H A Des3fTextureShadowTests.cpp432 tcu::Vec2 topRight; member in struct:deqp::gles3::Functional::TextureCubeShadowCase::FilterCase
444 , topRight (topRight_)
632 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight
641 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight);
H A Des3fTextureMipmapTests.cpp236 Vec2 topRight; member in struct:deqp::gles3::Functional::__anon5162
263 const Vec2& topRight = s_basicCoords[cellNdx].topRight; local
265 computeQuadTexCoord2D(dst, bottomLeft, topRight);
/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp140 tcu::Vec2 topRight; member in struct:deqp::gles31::Functional::TextureCubeArrayFilteringCase::FilterCase
151 , topRight (topRight_)
357 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
365 computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, curCase.layerRange);
/external/deqp/modules/egl/
H A DteglBufferAgeTests.cpp132 IVec2 topRight; member in struct:deqp::egl::__anon4869::ColoredRect
138 , topRight (topRight_)
267 float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width);
268 float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height);
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())
354 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight
[all...]
H A DteglPartialUpdateTests.cpp120 IVec2 topRight; member in struct:deqp::egl::__anon4898::ColoredRect
126 , topRight (topRight_)
256 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width);
257 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height);
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())
343 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight
[all...]
H A DteglSwapBuffersWithDamageTests.cpp88 IVec2 topRight; member in struct:deqp::egl::__anon4912::ColoredRect
94 , topRight (topRight_)
198 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width);
199 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height);
248 coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLeft.y());
676 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x());
677 damageRegion.push_back(rect.topRight.y() - rect.bottomLeft.y());
H A DteglWideColorTests.cpp127 IVec2 topRight; member in struct:deqp::egl::__anon4915::ColoredRect
133 , topRight (topRight_)
212 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), m_bufWidth);
213 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), m_bufHeight);
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp1019 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
1024 dst[2] = bottomLeft.x(); dst[3] = topRight.y();
1025 dst[4] = topRight.x(); dst[5] = bottomLeft.y();
1026 dst[6] = topRight.x(); dst[7] = topRight.y();
1029 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
1034 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx;
1035 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx;
1036 dst[9] = topRight.x(); dst[10] = topRight
1124 computeQuadTexCoordCube(std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
1164 computeQuadTexCoordCubeArray(std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& layerRange) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp99 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
104 dst[2] = bottomLeft.x(); dst[3] = topRight.y();
105 dst[4] = topRight.x(); dst[5] = bottomLeft.y();
106 dst[6] = topRight.x(); dst[7] = topRight.y();
109 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
114 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx;
115 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx;
116 dst[9] = topRight.x(); dst[10] = topRight
119 computeQuadTexCoordCube(std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) argument
[all...]
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp486 SkRect topRight = SkRect::MakeXYWH(dstRect.width() - 1, 0, 1, 1); local
499 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, topRight,
/external/skqp/src/effects/
H A DSkLightingImageFilter.cpp486 SkRect topRight = SkRect::MakeXYWH(dstRect.width() - 1, 0, 1, 1); local
499 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, topRight,
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 864 milliseconds

12