HomeSort by relevance Sort by last modified time
    Searched refs:shearX (Results 1 - 11 of 11) sorted by null

  /external/vulkan-validation-layers/libs/glm/gtx/
matrix_transform_2d.hpp 87 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> shearX(
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
matrix_transform_2d.hpp 87 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> shearX(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 189 Status Shear(REAL shearX, REAL shearY,
193 nativeMatrix, shearX, shearY, order));
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 231 float shearX = de::inRange(cellNdx, 4, 11) ? (float)(15-cellNdx) / 16.0f : 0.0f;
232 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 222 float shearX = de::inRange(cellNdx, 4, 11) ? (float)(15-cellNdx) / 16.0f : 0.0f;
223 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 234 float shearX = de::inRange(cellNdx, 4, 11) ? (float)(15-cellNdx) / 16.0f : 0.0f;
235 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 245 const float shearX = de::inRange(cellNdx, 4, 11) ? (float)(15-cellNdx) / 16.0f : 0.0f;
246 const tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 278 float shearX = de::inRange(cellNdx, 4, 11) ? (float)(15-cellNdx) / 16.0f : 0.0f;
279 tcu::Mat2 shearMatrix = tcu::shearMatrix(tcu::Vec2(shearX, 0.0f));
    [all...]

Completed in 358 milliseconds