Searched refs:clientBufferFormat (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libEGL/ |
D | Surface.cpp | 247 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()
|
D | Display.cpp | 347 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()
|
D | Surface.hpp | 110 EGLenum clientBufferFormat; // Format of the client buffer member in egl::Surface
|