Searched defs:surfaceSize (Results 1 – 5 of 5) sorted by relevance
85 Size surfaceSize = new Size(10, 10); in testSharedSurfaceOutputConfigurationBasic() local
114 int[] surfaceSize, in addExtensionsForConfig()181 int[] surfaceSize = in getGlExtensionsFromDriver() local
77 const VkExtent2D surfaceSize = swapchainInfo.surfaceSize(); in createNativeTest() local
60 VkExtent2D surfaceSize() const { return mSurfaceSize; } in surfaceSize() function
65 int[] surfaceSize = { EGL10.EGL_WIDTH, 1, EGL10.EGL_HEIGHT, 1, EGL10.EGL_NONE }; in GLEnv() local