Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
H A DteglBufferAgeTests.cpp186 const ColoredRect coloredRect (IVec2(x1, y1), IVec2(x2, y2), Color(r, g, b)); in generateRandomFrame()
187 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame()
262 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; in render() local
265 float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width); in render()
266 float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height); in render()
267 float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); in render()
268 float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height); in render()
283 coloredRect.color.x(), coloredRect.color.y(), coloredRect in render()
345 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; render() local
[all...]
H A DteglPartialUpdateTests.cpp173 const ColoredRect coloredRect (IVec2(x1, y1), IVec2(x2, y2), Color(r, g, b)); in generateRandomFrame()
174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame()
250 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; in render() local
254 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width); in render()
255 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height); in render()
256 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); in render()
257 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height); in render()
272 coloredRect.color.x(), coloredRect.color.y(), coloredRect in render()
334 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; render() local
[all...]
H A DteglSwapBuffersWithDamageTests.cpp192 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; in render() local
196 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width); in render()
197 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height); in render()
198 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), width); in render()
199 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), height); in render()
214 coloredRect.color.x(), coloredRect.color.y(), coloredRect.color.z(), 255, in render()
215 coloredRect.color.x(), coloredRect in render()
[all...]
H A DteglWideColorTests.cpp158 void render (const ColoredRect& coloredRect) const;
212 void GLES2Renderer::render (const struct ColoredRect &coloredRect) const in render()
214 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), m_bufWidth); in render()
215 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), m_bufHeight); in render()
216 const float x2 = windowToDeviceCoordinates(coloredRect.topRight.x(), m_bufWidth); in render()
217 const float y2 = windowToDeviceCoordinates(coloredRect.topRight.y(), m_bufHeight); in render()
232 coloredRect.color.x(), coloredRect.color.y(), coloredRect.color.z(), coloredRect in render()
[all...]

Completed in 4 milliseconds