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

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 109 static inline Vec2 safe2DTexCoords (const Vec2& raw, const IVec2& textureSize)
284 m_texCoords.push_back(useSafeTexCoords ? safe2DTexCoords(rawCoord, textureSize) : rawCoord);
306 const Vec2 safeFaceCoord = useSafeTexCoords ? safe2DTexCoords(rawFaceCoord, textureSize) : rawFaceCoord;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 126 static inline Vec2 safe2DTexCoords (const Vec2& raw, const IVec2& textureSize)
333 m_texCoords.push_back(useSafeTexCoords ? safe2DTexCoords(rawCoord, textureSize) : rawCoord);
355 const Vec2 safeFaceCoord = useSafeTexCoords ? safe2DTexCoords(rawFaceCoord, textureSize) : rawFaceCoord;
    [all...]

Completed in 69 milliseconds