Home
last modified time | relevance | path

Searched defs:surfaceSize (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DOutputConfigurationTest.java85 Size surfaceSize = new Size(10, 10); in testSharedSurfaceOutputConfigurationBasic() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityManagerGetConfigTests.java114 int[] surfaceSize, in addExtensionsForConfig()
181 int[] surfaceSize = in getGlExtensionsFromDriver() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_VulkanPreTransformCtsActivity.cpp77 const VkExtent2D surfaceSize = swapchainInfo.surfaceSize(); in createNativeTest() local
DVulkanPreTransformTestHelpers.h60 VkExtent2D surfaceSize() const { return mSurfaceSize; } in surfaceSize() function
/cts/tests/tests/effect/src/android/effect/cts/
DGLEnv.java65 int[] surfaceSize = { EGL10.EGL_WIDTH, 1, EGL10.EGL_HEIGHT, 1, EGL10.EGL_NONE }; in GLEnv() local