OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pixelcenterposition
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp
106
const tcu::Vec2
pixelCenterPosition
= tcu::Vec2((float)pixel.x() + 0.5f, (float)pixel.y() + 0.5f);
115
const tcu::Vec2 v =
pixelCenterPosition
- p0;
132
if (tcu::length(
pixelCenterPosition
- p0) > maxDistance)
134
if (tcu::length(
pixelCenterPosition
- p1) > maxDistance)
[
all
...]
Completed in 35 milliseconds