Lines Matching refs:eglCreateImageKHR
307 eglCreateImageKHR(window->getDisplay(), window->getContext(), EGL_GL_TEXTURE_2D_KHR, in createEGLImage2DTextureSource()
349 eglCreateImageKHR(window->getDisplay(), window->getContext(), imageTarget, in createEGLImageCubemapTextureSource()
387 eglCreateImageKHR(window->getDisplay(), window->getContext(), EGL_GL_TEXTURE_3D_KHR, in createEGLImage3DTextureSource()
428 eglCreateImageKHR(window->getDisplay(), window->getContext(), EGL_GL_RENDERBUFFER_KHR, in createEGLImageRenderbufferSource()
619 EGLImageKHR image = eglCreateImageKHR( in createEGLImageAndroidHardwareBufferSource()
655 eglCreateImageKHR(window->getDisplay(), EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in createEGLImageANWBClientBufferSource()
1059 image = eglCreateImageKHR(reinterpretHelper<EGLDisplay>(0xBAADF00D), context, in TEST_P()
1066 image = eglCreateImageKHR(display, reinterpretHelper<EGLContext>(0xBAADF00D), in TEST_P()
1072 image = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_GL_TEXTURE_2D_KHR, texture2D, nullptr); in TEST_P()
1084 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_2D_KHR, texture2D, badAttributes); in TEST_P()
1112 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_2D_KHR, texture2D, nullptr); in TEST_P()
1125 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_2D_KHR, texture2D, nullptr); in TEST_P()
1186 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_2D_KHR, in TEST_P()
1206 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_2D_KHR, in TEST_P()
1216 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_2D_KHR, in TEST_P()
1225 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_2D_KHR, 0, nullptr); in TEST_P()
1238 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_2D_KHR, in TEST_P()
1254 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_2D_KHR, in TEST_P()
1284 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR, in TEST_P()
1304 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR, in TEST_P()
1325 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_3D_KHR, in TEST_P()
1335 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_3D_KHR, in TEST_P()
1358 eglCreateImageKHR(display, context, EGL_GL_TEXTURE_2D_KHR, in TEST_P()
1374 image = eglCreateImageKHR(display, context, EGL_GL_TEXTURE_3D_KHR, in TEST_P()
1386 image = eglCreateImageKHR(display, context, EGL_GL_RENDERBUFFER_KHR, in TEST_P()
1399 image = eglCreateImageKHR(display, context, EGL_GL_RENDERBUFFER_KHR, in TEST_P()
1415 image = eglCreateImageKHR(display, context, EGL_GL_RENDERBUFFER_KHR, in TEST_P()
3791 eglCreateImageKHR(window->getDisplay(), window->getContext(), EGL_GL_TEXTURE_2D_KHR, in TEST_P()
4141 eglCreateImageKHR(window->getDisplay(), EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, in TEST_P()