Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp247 switch(clientBufferFormat) in getClientBufferFormat()
258 UNREACHABLE(clientBufferFormat); in getClientBufferFormat()
263 switch(clientBufferFormat) in getClientBufferFormat()
268 UNREACHABLE(clientBufferFormat); in getClientBufferFormat()
274 switch(clientBufferFormat) in getClientBufferFormat()
279 UNREACHABLE(clientBufferFormat); in getClientBufferFormat()
429 … EGLenum textureFormat, EGLenum textureTarget, EGLenum clientBufferFormat, in PBufferSurface() argument
439 this->clientBufferFormat = clientBufferFormat; in PBufferSurface()
DDisplay.cpp347 EGLenum clientBufferFormat = EGL_NO_TEXTURE; in createPBufferSurface() local
388 clientBufferFormat = attribList[1]; in createPBufferSurface()
471 switch(clientBufferFormat) in createPBufferSurface()
486 switch(clientBufferFormat) in createPBufferSurface()
501 switch(clientBufferFormat) in createPBufferSurface()
553 …(this, configuration, width, height, textureFormat, textureTarget, clientBufferFormat, clientBuffe… in createPBufferSurface()
DSurface.hpp110 EGLenum clientBufferFormat; // Format of the client buffer member in egl::Surface