Home
last modified time | relevance | path

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

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