Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DGlRectDrawer.java145 drawRectangle(x, y, width, height); in drawOes()
158 drawRectangle(x, y, width, height); in drawRgb()
175 drawRectangle(x, y, width, height); in drawYuv()
183 private void drawRectangle(int x, int y, int width, int height) { in drawRectangle() method in GlRectDrawer
/external/deqp/modules/egl/
DteglResizeTests.cpp227 void drawRectangle (const glw::Functions& gl, IVec2 pos, IVec2 size, Vec3 color) in drawRectangle() function
244 drawRectangle(gl, IVec2(0, 0), oldSize, frameColor); in initSurface()
245 drawRectangle(gl, IVec2(2, 2), oldSize - IVec2(4, 4), fillColor); in initSurface()
247 drawRectangle(gl, IVec2(0, 0), IVec2(8, 4), markColor); in initSurface()
248 drawRectangle(gl, oldSize - IVec2(16, 16), IVec2(8, 4), markColor); in initSurface()
249 drawRectangle(gl, IVec2(0, oldSize.y() - 16), IVec2(8, 4), markColor); in initSurface()
250 drawRectangle(gl, IVec2(oldSize.x() - 16, 0), IVec2(8, 4), markColor); in initSurface()