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