Searched refs:attrib (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | eglDisplay.h | 51 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value); 52 EGLBoolean setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value);
|
D | eglDisplay.cpp | 392 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) in getConfigAttrib() argument 396 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value); in getConfigAttrib() 425 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) in setConfigAttrib() argument 429 EGLBoolean ret = setAttribValue(config, m_attribs.valueFor(attrib), value); in setConfigAttrib()
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 476 EGLint *attrib = NULL; in eglCreateContext() local 478 attrib = new EGLint[nAttribs]; in eglCreateContext() 479 memcpy(attrib, attrib_list, nAttribs * sizeof(EGLint)); in eglCreateContext() 484 if (attrib[i] == EGL_CONTEXT_CLIENT_VERSION && in eglCreateContext() 485 attrib[i + 1] == 2) { in eglCreateContext() 487 attrib[i + 1] = 1; // replace to version 1 in eglCreateContext() 491 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib); in eglCreateContext() 492 delete attrib; in eglCreateContext()
|
/device/generic/goldfish/opengl/ |
D | README | 12 You should do this whenever you update one of the *.types, *.in and *.attrib
|
D | common.mk | 218 $$(GEN): $$(EMUGL_EMUGEN) $$(_emugl_src).attrib $$(_emugl_src).in $$(_emugl_src).types
|