Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglColorClearCase.cpp172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts() local
173 const int width = surfaceSize.x(); in executeForContexts()
174 const int height = surfaceSize.y(); in executeForContexts()
335 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts() local
336 const int width = surfaceSize.x(); in executeForContexts()
337 const int height = surfaceSize.y(); in executeForContexts()
DteglNativeCoordMappingTests.cpp374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface); in testNativeWindow() local
386 clear(gl, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0, surfaceSize.x(), surfaceSize.y()); in testNativeWindow()
389 render(gl, program, surfaceSize.x(), surfaceSize.y(), rectX, rectY, rectW, rectH); in testNativeWindow()
/third_party/flutter/skia/samplecode/
DSampleImageFilterDAG.cpp455 const SkRect& rect, const SkISize& surfaceSize) { in draw_dag() argument
469 canvas->imageInfo().makeWH(surfaceSize.width(), surfaceSize.height())); in draw_dag()
/third_party/skia/samplecode/
DSampleImageFilterDAG.cpp286 const SkRect& rect, const SkISize& surfaceSize) { in draw_dag() argument
300 canvas->makeSurface(canvas->imageInfo().makeDimensions(surfaceSize)); in draw_dag()