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 62 m_attribs(DefaultKeyedVector<EGLint, EGLint>(ATTRIBUTE_NONE)),
198 m_attribs.add(tmp_buf[i], i);
460 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value);
493 EGLBoolean ret = setAttribValue(config, m_attribs.valueFor(attrib), value);
503 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) &&
504 getAttribValue(config, m_attribs.valueFor(EGL_BLUE_SIZE), &blueSize) &&
505 getAttribValue(config, m_attribs.valueFor(EGL_GREEN_SIZE), &greenSize) &&
506 getAttribValue(config, m_attribs.valueFor(EGL_ALPHA_SIZE), &alphaSize)) )
527 if ( !(getAttribValue(config, m_attribs.valueFor(EGL_RED_SIZE), &redSize) &&
528 getAttribValue(config, m_attribs.valueFor(EGL_BLUE_SIZE), &blueSize) &
    [all...]
eglDisplay.h 88 DefaultKeyedVector<EGLint, EGLint> m_attribs; member in class:eglDisplay

Completed in 85 milliseconds