Home
last modified time | relevance | path

Searched refs:surface (Results 1 – 19 of 19) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp325 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface() local
326 if (surface != EGL_NO_SURFACE) { in eglCreateWindowSurface()
329 server->utEnc()->createSurface(server->utEnc(), getpid(), (uint32_t)surface); in eglCreateWindowSurface()
332 return surface; in eglCreateWindowSurface()
337 EGLSurface surface = getDispatch()->eglCreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface() local
338 if (surface != EGL_NO_SURFACE) { in eglCreatePbufferSurface()
341 server->utEnc()->createSurface(server->utEnc(), getpid(), (uint32_t)surface); in eglCreatePbufferSurface()
344 return surface; in eglCreatePbufferSurface()
349 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface() local
350 if (surface != EGL_NO_SURFACE) { in eglCreatePixmapSurface()
[all …]
/device/generic/goldfish-opengl/system/egl/
Degl.cpp164 #define VALIDATE_SURFACE_RETURN(surface, ret) \ argument
165 if ((surface) != EGL_NO_SURFACE) { \
166 egl_surface_t* s( static_cast<egl_surface_t*>(surface) ); \
877 egl_surface_t* surface = egl_window_surface_t::create( in eglCreateWindowSurface() local
879 if (!surface) { in eglCreateWindowSurface()
883 return surface; in eglCreateWindowSurface()
939 egl_surface_t* surface = egl_pbuffer_surface_t::create(dpy, config, in eglCreatePbufferSurface() local
941 if (!surface) { in eglCreatePbufferSurface()
946 surface->setTextureFormat(texFormat); in eglCreatePbufferSurface()
947 surface->setTextureTarget(texTarget); in eglCreatePbufferSurface()
[all …]
DeglDisplay.h66 void onCreateSurface(EGLSurface surface);
69 void onDestroySurface(EGLSurface surface);
DeglDisplay.cpp554 void eglDisplay::onCreateSurface(EGLSurface surface) { in onCreateSurface() argument
556 m_surfaces.insert(surface); in onCreateSurface()
566 void eglDisplay::onDestroySurface(EGLSurface surface) { in onDestroySurface() argument
568 m_surfaces.erase(surface); in onDestroySurface()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
274 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
290 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
291 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
312 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface);
313 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, EGLSurface surface,
Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface,…
75 …edef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
182 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETDAMAGEREGIONKHRPROC) (EGLDisplay dpy, EGLSurface surface,…
184 EGLAPI EGLBoolean EGLAPIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *re…
299 EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGL…
301 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPOSTSUBBUFFERNVPROC) (EGLDisplay dpy, EGLSurface surface, EG…
307 EGLAPI EGLBoolean eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute,…
309 …PIENTRYP PFNEGLQUERYSURFACEPOINTERANGLEPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute…
[all …]
/device/generic/goldfish-opengl/tests/ut_rendercontrol_enc/
Dut_rendercontrol.in4 GL_ENTRY(void, swapBuffers, uint32_t pid, uint32_t surface)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
DSetup.sample54 surface src/surface.c src/alphablit.c src/surface_fill.c $(SDL) $(DEBUG)
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME67 This function creates a 'window' surface on the host which can be then
69 The function returns a handle to the created window surface.
72 This function destoys a window surface.
76 be specified as a render target for a window surface through
/device/linaro/bootloader/edk2/CorebootPayloadPkg/
DBuildAndIntegrationInstructions.txt61 2. Run "make menuconfig" in linux console to start Coreboot configuration surface.
79 5. Press ESC key to exit the Coreboot configuration surface. If there is a question prompted like "…
/device/google/atv/
Dinit.ranchu.rc61 # might read them (e.g. surface flinger), so define it in
Dinit.goldfish.rc75 # might read them (e.g. surface flinger), so define it in
/device/generic/car/common/
Dinit.car-emulator.rc63 # might read them (e.g. surface flinger), so define it in
/device/generic/mini-emulator-arm64/
Dinit.mini-emulator.rc67 # might read them (e.g. surface flinger), so define it in
/device/generic/mini-emulator-armv7-a-neon/
Dinit.mini-emulator.rc67 # might read them (e.g. surface flinger), so define it in
/device/generic/goldfish/
Dinit.ranchu.rc89 # might read them (e.g. surface flinger), so define it in
Dinit.goldfish.rc85 # might read them (e.g. surface flinger), so define it in
/device/google/marlin/camera/QCamera2/HAL/test/
Dqcamera_test.h339 sp<Surface> surface; member
Dqcamera_test.cpp3016 mTestContext->mViVVid.surface = new Surface(
3018 mTestContext->mViVVid.ANW = mTestContext->mViVVid.surface;
3071 mTestContext->mViVVid.surface.clear();