Lines Matching refs:EGLint
86 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
323 EGLint const* attrs,
324 EGLint attribute, EGLint wanted,
328 EGLint numConfigs = -1, n=0;
336 EGLint value = 0;
359 KeyedVector<Attribute, EGLint> mList;
362 Attribute(EGLint v) : v(v) { }
363 EGLint v;
366 EGLint lhs(v);
367 EGLint rhs(other.v);
376 EGLint attribute;
377 Adder(EGLAttributeVector& v, EGLint attribute)
381 void operator = (EGLint value) {
386 operator EGLint () const { return v.mList[attribute]; }
392 void remove(EGLint attribute) {
397 Adder operator [] (EGLint attribute) {
400 EGLint operator [] (EGLint attribute) const {
403 // cast-operator to (EGLint const*)
404 operator EGLint const* () const { return &mList.keyAt(0).v; }
407 status_t SurfaceFlinger::selectEGLConfig(EGLDisplay display, EGLint nativeVisualId,
408 EGLint renderableType, EGLConfig* config) {
412 EGLint wantedAttribute;
413 EGLint wantedAttributeValue;
436 EGLint caveat;
547 EGLint r,g,b,a;
3032 EGLint result = eglClientWaitSyncKHR(mEGLDisplay, sync,
3034 EGLint eglErr = eglGetError();