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

  /external/deqp/framework/delibs/decpp/
deThread.cpp 40 deMemset(&m_attribs, 0, sizeof(m_attribs));
67 m_attribs.priority = priority;
86 m_thread = deThread_create(threadFunc, this, &m_attribs);
deThread.hpp 62 deThreadAttributes m_attribs; member in class:de::Thread
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 63 m_attribs(DefaultKeyedVector<EGLint, EGLint>(ATTRIBUTE_NONE)),
187 m_attribs.add(tmp_buf[i], i);
424 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value);
457 EGLBoolean ret = setAttribValue(config, m_attribs.valueFor(attrib), value);
467 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) &&
468 getAttribValue(config, m_attribs.valueFor(EGL_BLUE_SIZE), &blueSize) &&
469 getAttribValue(config, m_attribs.valueFor(EGL_GREEN_SIZE), &greenSize) &&
470 getAttribValue(config, m_attribs.valueFor(EGL_ALPHA_SIZE), &alphaSize)) )
491 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) &&
492 getAttribValue(config, m_attribs.valueFor(EGL_BLUE_SIZE), &blueSize) &
    [all...]
eglDisplay.h 75 DefaultKeyedVector<EGLint, EGLint> m_attribs; member in class:eglDisplay

Completed in 1495 milliseconds