Searched refs:attrib (Results 1 - 4 of 4) sorted by relevance

/development/tools/emulator/opengl/system/egl/
H A DeglDisplay.h51 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value);
52 EGLBoolean setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value);
H A DeglDisplay.cpp408 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) argument
412 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value);
441 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) argument
445 EGLBoolean ret = setAttribValue(config, m_attribs.valueFor(attrib), value);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Degl.cpp476 EGLint *attrib = NULL; local
478 attrib = new EGLint[nAttribs];
479 memcpy(attrib, attrib_list, nAttribs * sizeof(EGLint));
484 if (attrib[i] == EGL_CONTEXT_CLIENT_VERSION &&
485 attrib[i + 1] == 2) {
487 attrib[i + 1] = 1; // replace to version 1
491 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib);
492 delete attrib;
/development/tools/emulator/opengl/
H A Dcommon.mk205 # <src-dir> is the source directory where to find <basename>.attrib, etc..
220 $$(GEN): $$(EMUGL_EMUGEN) $$(_emugl_src).attrib $$(_emugl_src).in $$(_emugl_src).types

Completed in 38 milliseconds