HomeSort by relevance Sort by last modified time
    Searched defs:largestPBuffer (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/libEGL/
Surface.hpp 87 EGLBoolean largestPBuffer; // If true, create largest pbuffer possible
132 EGLenum textureType, EGLBoolean largestPBuffer, EGLClientBuffer clientBuffer,
Display.cpp 350 EGLBoolean largestPBuffer = EGL_FALSE;
366 largestPBuffer = attribList[1];
551 Surface *surface = new PBufferSurface(this, configuration, width, height, textureFormat, textureTarget, clientBufferFormat, clientBufferType, largestPBuffer, clientBuffer, ioSurfacePlane);

Completed in 49 milliseconds