Home
last modified time | relevance | path

Searched defs:redSize (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/egl/
DeglDisplay.cpp547 EGLint redSize, blueSize, greenSize, alphaSize; in getConfigNativePixelFormat() local
581 EGLint redSize, blueSize, greenSize, alphaSize; in getConfigGLPixelFormat() local
/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.cpp87 EGLint redSize = 0, greenSize = 0, blueSize = 0; in isCompatibleHostConfig() local
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_darwin.cpp109 MacPixelFormat(int handle, int redSize, int greenSize, int blueSize) : in MacPixelFormat()
120 int redSize() const { return mRedSize; } in redSize() function in __anonf20b16df0111::MacPixelFormat