Home
last modified time | relevance | path

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

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