Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/egl/
DeglDisplay.h54 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format);
DeglDisplay.cpp208 if (getConfigNativePixelFormat(config, &format)) { in processConfigs()
463 EGLBoolean eglDisplay::getConfigNativePixelFormat(EGLConfig config, PixelFormat * format) in getConfigNativePixelFormat() function in eglDisplay