Searched refs:surfaceSize (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
D | teglColorClearCase.cpp | 172 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()
|
D | teglNativeCoordMappingTests.cpp | 374 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/ |
D | SampleImageFilterDAG.cpp | 455 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/ |
D | SampleImageFilterDAG.cpp | 286 const SkRect& rect, const SkISize& surfaceSize) { in draw_dag() argument 300 canvas->makeSurface(canvas->imageInfo().makeDimensions(surfaceSize)); in draw_dag()
|