Home
last modified time | relevance | path

Searched refs:m_coordTransform (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp72 , m_coordTransform (coordTransform) in Texture2DRenderCase()
112 Vec2 p00 = (m_coordTransform * Vec3(0.0f, 0.0f, 1.0f)).swizzle(0,1); in init()
113 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init()
114 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); in init()
115 Vec2 p11 = (m_coordTransform * Vec3(1.0f, 1.0f, 1.0f)).swizzle(0,1); in init()
Des2pTextureCases.hpp63 tcu::Mat3 m_coordTransform; member in deqp::gles2::Performance::Texture2DRenderCase
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp71 , m_coordTransform (coordTransform) in Texture2DRenderCase()
120 Vec2 p00 = (m_coordTransform * Vec3(0.0f, 0.0f, 1.0f)).swizzle(0,1); in init()
121 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init()
122 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); in init()
123 Vec2 p11 = (m_coordTransform * Vec3(1.0f, 1.0f, 1.0f)).swizzle(0,1); in init()
Des3pTextureCases.hpp67 const tcu::Mat3 m_coordTransform; member in deqp::gles3::Performance::Texture2DRenderCase