Searched refs:safe2DArrayTexCoords (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp129 static inline Vec3 safe2DArrayTexCoords (const Vec3& raw, const IVec3& textureSize) function in namespace:deqp::gles3::Functional
374 m_texCoords.push_back(useSafeTexCoords ? safe2DArrayTexCoords(rawCoord, textureSize) : rawCoord);

Completed in 44 milliseconds