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

  /external/mesa3d/src/egl/main/
eglconfig.h 76 EGLint ColorBufferType;
124 ATTRIB_MAP(EGL_COLOR_BUFFER_TYPE, ColorBufferType);
eglconfig.c 68 conf->ColorBufferType = EGL_RGB_BUFFER;
377 switch (conf->ColorBufferType) {
600 val1 = conf1->ColorBufferType - conf2->ColorBufferType;
606 if (conf1->ColorBufferType == EGL_RGB_BUFFER) {

Completed in 45 milliseconds