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

/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.cpp28 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
65 EGLint renderableType = 0;
72 EGLint contextClientVersion = 0;
82 EGLint contextAttributes[] = {
105 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE };
284 static status_t selectConfigForAttribute(EGLDisplay dpy, EGLint const* attrs,
285 EGLint attribute, EGLint wanted, EGLConfig* outConfig) {
287 EGLint numConfigs = -1, n = 0;
295 EGLint valu
[all...]

Completed in 72 milliseconds