Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/egl/
DeglDisplay.h53 EGLBoolean getConfigGLPixelFormat(EGLConfig config, GLenum * format);
DeglDisplay.cpp459 EGLBoolean eglDisplay::getConfigGLPixelFormat(EGLConfig config, GLenum * format) in getConfigGLPixelFormat() function in eglDisplay
Degl.cpp689 if (s_display.getConfigGLPixelFormat(config, &pixelFormat) == EGL_FALSE) in eglCreatePbufferSurface()