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

/frameworks/native/opengl/include/EGL/
H A Deglplatform.h115 /* Define EGLint. This must be a signed integral type large enough to contain
119 * handles are 64 bit types, then EGLint should be defined as a signed 64-bit
122 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/RenderEngine/
H A DRenderEngine.cpp29 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
66 EGLint renderableType = 0;
73 EGLint contextClientVersion = 0;
82 std::vector<EGLint> contextAttributes;
109 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE };
286 static status_t selectConfigForAttribute(EGLDisplay dpy, EGLint const* attrs,
287 EGLint attribute, EGLint wanted, EGLConfig* outConfig) {
288 EGLint numConfigs = -1, n = 0;
296 EGLint valu
[all...]

Completed in 685 milliseconds