Searched defs:EGLint (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/include/EGL/
H A Deglplatform.h110 /* Define EGLint. This must be a signed integral type large enough to contain
114 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
117 typedef khronos_int32_t EGLint; typedef
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degltypes.h5 typedef long EGLint; typedef
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp245 EGLint const* attrs,
246 EGLint attribute, EGLint wanted,
250 EGLint numConfigs = -1, n=0;
258 EGLint value = 0;
281 KeyedVector<Attribute, EGLint> mList;
284 Attribute(EGLint v) : v(v) { }
285 EGLint v;
288 EGLint lhs(v);
289 EGLint rh
[all...]

Completed in 441 milliseconds