Home
last modified time | relevance | path

Searched defs:createOffscreenSurface (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DFramebufferTest.java351 public EGLSurface createOffscreenSurface(int width, int height) { in createOffscreenSurface() method in FramebufferTest.EglCore
503 public void createOffscreenSurface(int width, int height) { in createOffscreenSurface() method in FramebufferTest.EglSurfaceBase
/aosp_15_r20/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp104 void TestContext::createOffscreenSurface() { in createOffscreenSurface() function in android::uirenderer::test::TestContext