Lines Matching defs:value
340 int value = output_data.elements[1]/100;
341 for (int i = 0; i < value; i++) {
342 for (int j = 0; j < output_data.elements[1]/value; j++) {
2087 valueType value)
2103 EGLBoolean result = (egl.*getSyncAttribFunc)(m_eglDisplay, NULL, attribute, &value);
2105 "(" << m_eglDisplay << ", " << 0x0 << ", " << attributeName << ", " << &value << ")" <<
2128 EGLAttrib value = 0;
2131 EGL_SYNC_TYPE, "EGL_SYNC_TYPE", value);
2135 EGLint value = 0;
2138 EGL_SYNC_TYPE_KHR, "EGL_SYNC_TYPE_KHR", value);