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

  /external/swiftshader/src/OpenGL/libEGL/
Surface.hpp 97 EGLenum clientBufferType; // Type of the client buffer
Display.cpp 349 EGLenum clientBufferType = EGL_NO_TEXTURE;
401 clientBufferType = attribList[1];
467 switch(clientBufferType)
551 Surface *surface = new PBufferSurface(this, configuration, width, height, textureFormat, textureTarget, clientBufferFormat, clientBufferType, largestPBuffer, clientBuffer, ioSurfacePlane);

Completed in 103 milliseconds