Searched defs:attribs (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 163 EGLint attribs[] = {EGL_RENDERABLE_TYPE, in load8BitsConfig() local 194 EGLint attribs[] = {EGL_RENDERABLE_TYPE, in load1010102Config() local 223 EGLint attribs[] = {EGL_RENDERABLE_TYPE, in loadFP16Config() local 253 EGLint attribs[] = {EGL_RENDERABLE_TYPE, in loadA8Config() local 379 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in createPBufferSurface() local 423 EGLint attribs[] = {EGL_NONE, EGL_NONE, EGL_NONE}; in createSurface() local 684 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE}; in fenceWait() local
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | RenderTarget.java | 392 int[] attribs = { EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE }; in createSurface() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_EGL15.cpp | 180 EGLAttrib *attribs; member
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 461 const EGLint attribs[] = { in getEglConfig() local
|