Home
last modified time | relevance | path

Searched defs:dpy (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/base/libs/hwui/debug/
Dnullegl.cpp63 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) { in eglInitialize()
67 EGLBoolean eglTerminate(EGLDisplay dpy) { in eglTerminate()
71 const char * eglQueryString(EGLDisplay dpy, EGLint name) { in eglQueryString()
78 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig()
86 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
92 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
97 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) { in eglDestroySurface()
102 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, in eglQuerySurface()
112 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, in eglSurfaceAttrib()
117 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { in eglSwapInterval()
[all …]
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp290 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display); in eglGetDisplay() local
298 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
310 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
330 EGLBoolean eglGetConfigs( EGLDisplay dpy, in eglGetConfigs()
355 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig()
434 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib()
465 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface()
590 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface()
610 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePbufferSurface()
629 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
[all …]
Degl_display.h102 EGLDisplay dpy; member
138 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) {} in egl_display_ptr()
171 inline egl_display_ptr get_display(EGLDisplay dpy) { in get_display()
177 inline egl_display_t* get_display_nowake(EGLDisplay dpy) { in get_display_nowake()
Degl_object.cpp58 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, in egl_surface_t()
93 egl_context_t::egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, in egl_context_t()
Degl_display.cpp59 int egl_get_init_count(EGLDisplay dpy) { in egl_get_init_count()
75 egl_display_t* egl_display_t::get(EGLDisplay dpy) { in get()
121 EGLDisplay dpy = cnx->egl.eglGetDisplay(display); in getDisplay() local
/frameworks/base/opengl/java/android/opengl/
DEGL14.java173 EGLDisplay dpy, in eglInitialize()
183 EGLDisplay dpy in eglTerminate()
189 EGLDisplay dpy, in eglQueryString()
195 EGLDisplay dpy, in eglGetConfigs()
206 EGLDisplay dpy, in eglChooseConfig()
219 EGLDisplay dpy, in eglGetConfigAttrib()
229 EGLDisplay dpy, in _eglCreateWindowSurface()
237 EGLDisplay dpy, in _eglCreateWindowSurfaceTexture()
244 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface()
279 EGLDisplay dpy, in eglCreatePbufferSurface()
[all …]
DEGLExt.java41 EGLDisplay dpy, in eglPresentationTimeANDROID()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.java4 EGLDisplay dpy, in _eglCreateWindowSurface()
12 EGLDisplay dpy, in _eglCreateWindowSurfaceTexture()
19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface()
DeglCreatePbufferFromClientBuffer.java4 EGLDisplay dpy, in eglCreatePbufferFromClientBuffer()
16 EGLDisplay dpy, in eglCreatePbufferFromClientBuffer()
DeglQueryString.java4 EGLDisplay dpy, in eglQueryString()
DeglCreatePbufferFromClientBuffer.cpp4 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray a… in android_eglCreatePbufferFromClientBuffer()
63 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray at… in android_eglCreatePbufferFromClientBufferInt()
DeglCreatePixmapSurface.java5 EGLDisplay dpy, in eglCreatePixmapSurface()
DeglQueryString.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jint name) { in android_eglQueryString__Landroind_opengl_EGLDisplay_2I()
DeglCreatePixmapSurface.cpp4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface()
DeglCreateWindowSurface.cpp4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurface()
77 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurfaceTexture()
/frameworks/native/opengl/libagl/
Degl.cpp118 egl_display_t& egl_display_t::get_display(EGLDisplay dpy) { in get_display()
128 EGLDisplay dpy; member
149 EGLDisplay dpy; member
176 egl_surface_t::egl_surface_t(EGLDisplay dpy, in egl_surface_t()
341 egl_window_surface_v2_t::egl_window_surface_v2_t(EGLDisplay dpy, in egl_window_surface_v2_t()
663 egl_pixmap_surface_t::egl_pixmap_surface_t(EGLDisplay dpy, in egl_pixmap_surface_t()
733 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, in egl_pbuffer_surface_t()
1266 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, in createWindowSurface()
1315 static EGLSurface createPixmapSurface(EGLDisplay dpy, EGLConfig config, in createPixmapSurface()
1361 static EGLSurface createPbufferSurface(EGLDisplay dpy, EGLConfig config, in createPbufferSurface()
[all …]
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp127 EGLDisplay dpy = getDisplay(_env, display); in jni_eglInitialize() local
149 EGLDisplay dpy = getDisplay(_env, display); in jni_eglQueryContext() local
168 EGLDisplay dpy = getDisplay(_env, display); in jni_eglQuerySurface() local
182 EGLDisplay dpy = getDisplay(_env, display); in jni_getInitCount() local
199 EGLDisplay dpy = getDisplay(_env, display); in jni_eglChooseConfig() local
232 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateContext() local
248 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreatePbufferSurface() local
270 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateWindowSurface() local
297 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateWindowSurfaceTexture() local
325 EGLDisplay dpy = getDisplay(_env, display); in jni_eglGetConfigAttrib() local
[all …]
Dandroid_opengl_EGL14.cpp174 …(JNIEnv *_env, jobject _this, jobject dpy, jintArray major_ref, jint majorOffset, jintArray minor_… in android_eglInitialize()
249 (JNIEnv *_env, jobject _this, jobject dpy) { in android_eglTerminate()
262 (JNIEnv *_env, jobject _this, jobject dpy, jint name) { in android_eglQueryString__Landroind_opengl_EGLDisplay_2I()
272 …(JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint conf… in android_eglGetConfigs()
346 …(JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobj… in android_eglChooseConfig()
465 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, ji… in android_eglGetConfigAttrib()
520 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurface()
593 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurfaceTexture()
674 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jintArray attrib_list_ref, jint offset)… in android_eglCreatePbufferSurface()
732 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface()
[all …]
/frameworks/native/opengl/tests/include/
DEGLUtils.h77 EGLDisplay dpy, in selectConfigForPixelFormat()
122 EGLDisplay dpy, in selectConfigForNativeWindow()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp47 static void printEGLString(EGLDisplay dpy, const char *name, GLenum s) { in printEGLString()
183 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { in printEGLConfiguration()
234 int printEGLConfigurations(EGLDisplay dpy) { in printEGLConfigurations()
281 EGLDisplay dpy; in main() local
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLDisplayImpl.java24 public EGLDisplayImpl(long dpy) { in EGLDisplayImpl()
/frameworks/native/libs/gui/
DSyncFeatures.cpp40 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in SyncFeatures() local
DGLConsumer.cpp108 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in hasEglAndroidImageCropImpl() local
128 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in hasEglProtectedContentImpl() local
556 EGLDisplay dpy = eglGetCurrentDisplay(); in checkAndUpdateEglStateLocked() local
613 EGLDisplay dpy = eglGetCurrentDisplay(); in detachFromContext() local
658 EGLDisplay dpy = eglGetCurrentDisplay(); in attachToContext() local
695 status_t GLConsumer::syncForReleaseLocked(EGLDisplay dpy) { in syncForReleaseLocked()
1014 EGLDisplay dpy = eglGetCurrentDisplay(); in doGLFenceWaitLocked() local
1236 EGLImageKHR GLConsumer::EglImage::createImage(EGLDisplay dpy, in createImage()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp93 bool setupYuvTexSurface(EGLDisplay dpy, EGLContext context) { in setupYuvTexSurface()
173 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { in printEGLConfiguration()
239 EGLDisplay dpy; in main() local
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp282 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { in printEGLConfiguration()
333 int printEGLConfigurations(EGLDisplay dpy) { in printEGLConfigurations()
384 EGLDisplay dpy; in main() local

123