Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp241 switch(clientBufferType) in getClientBufferFormat()
278 UNREACHABLE(clientBufferType); in getClientBufferFormat()
425 … EGLenum clientBufferType, EGLBoolean largestPBuffer, EGLClientBuffer clientBuffer, in PBufferSurface() argument
435 this->clientBufferType = clientBufferType; in PBufferSurface()
DDisplay.cpp347 EGLenum clientBufferType = EGL_NO_TEXTURE; in createPBufferSurface() local
399 clientBufferType = attribList[1]; in createPBufferSurface()
466 switch(clientBufferType) in createPBufferSurface()
550 …n, width, height, textureFormat, textureTarget, clientBufferFormat, clientBufferType, largestPBuff… in createPBufferSurface()
DSurface.hpp111 EGLenum clientBufferType; // Type of the client buffer member in egl::Surface