Home
last modified time | relevance | path

Searched refs:GET_NONNEGATIVE_VALUE (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1815 #define GET_NONNEGATIVE_VALUE(case_name, target) \ in eglCreateNativeClientBufferANDROID() macro
1829 GET_NONNEGATIVE_VALUE(EGL_WIDTH, width); in eglCreateNativeClientBufferANDROID()
1830 GET_NONNEGATIVE_VALUE(EGL_HEIGHT, height); in eglCreateNativeClientBufferANDROID()
1831 GET_NONNEGATIVE_VALUE(EGL_RED_SIZE, red_size); in eglCreateNativeClientBufferANDROID()
1832 GET_NONNEGATIVE_VALUE(EGL_GREEN_SIZE, green_size); in eglCreateNativeClientBufferANDROID()
1833 GET_NONNEGATIVE_VALUE(EGL_BLUE_SIZE, blue_size); in eglCreateNativeClientBufferANDROID()
1834 GET_NONNEGATIVE_VALUE(EGL_ALPHA_SIZE, alpha_size); in eglCreateNativeClientBufferANDROID()
1857 #undef GET_NONNEGATIVE_VALUE in eglCreateNativeClientBufferANDROID()