Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp136 static inline Vec3 safe3DTexCoords (const Vec3& raw, const IVec3& textureSize) in safe3DTexCoords() function
393 m_texCoords.push_back(useSafeTexCoords ? safe3DTexCoords(rawCoord, textureSize) : rawCoord); in initializeTexCoords()