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

  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 63 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias)
71 tcu::Vec3 triW[2] = { wCoord.swizzle(0, 1, 2), wCoord.swizzle(3, 2, 1) };
201 Vec4 wCoord = m_projective ? Vec4(1.3f, 0.8f, 0.6f, 2.0f) : Vec4(1.0f, 1.0f, 1.0f, 1.0f);
204 -1.0f*wCoord.x(), -1.0f*wCoord.x(), 0.0f, wCoord.x(),
205 -1.0f*wCoord.y(), +1.0f*wCoord.y(), 0.0f, wCoord.y()
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 66 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord, const Vec3& scale, const Vec3& bias)
74 tcu::Vec3 triW[2] = { wCoord.swizzle(0, 1, 2), wCoord.swizzle(3, 2, 1) };
208 Vec4 wCoord = m_projective ? Vec4(1.3f, 0.8f, 0.6f, 2.0f) : Vec4(1.0f, 1.0f, 1.0f, 1.0f);
211 -1.0f*wCoord.x(), -1.0f*wCoord.x(), 0.0f, wCoord.x(),
212 -1.0f*wCoord.y(), +1.0f*wCoord.y(), 0.0f, wCoord.y()
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]

Completed in 56 milliseconds