Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp244 switch(clientBufferType) in getClientBufferFormat()
283 UNREACHABLE(clientBufferType); in getClientBufferFormat()
430 … EGLenum clientBufferType, EGLBoolean largestPBuffer, EGLClientBuffer clientBuffer, in PBufferSurface() argument
440 this->clientBufferType = clientBufferType; in PBufferSurface()
DDisplay.cpp348 EGLenum clientBufferType = EGL_NO_TEXTURE; in createPBufferSurface() local
401 clientBufferType = attribList[1]; in createPBufferSurface()
468 switch(clientBufferType) in createPBufferSurface()
553 …n, width, height, textureFormat, textureTarget, clientBufferFormat, clientBufferType, largestPBuff… in createPBufferSurface()
DSurface.hpp111 EGLenum clientBufferType; // Type of the client buffer member in egl::Surface