Searched refs:surface (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 361 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface() local 362 if (surface != EGL_NO_SURFACE) { in eglCreateWindowSurface() 365 server->utEnc()->createSurface(server->utEnc(), getpid(), (uint32_t)surface); in eglCreateWindowSurface() 368 return surface; in eglCreateWindowSurface() 373 EGLSurface surface = getDispatch()->eglCreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface() local 374 if (surface != EGL_NO_SURFACE) { in eglCreatePbufferSurface() 377 server->utEnc()->createSurface(server->utEnc(), getpid(), (uint32_t)surface); in eglCreatePbufferSurface() 380 return surface; in eglCreatePbufferSurface() 385 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface() local 386 if (surface != EGL_NO_SURFACE) { in eglCreatePixmapSurface() [all …]
|
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 125 #define VALIDATE_SURFACE_RETURN(surface, ret) \ argument 126 if (surface != EGL_NO_SURFACE) { \ 127 egl_surface_t* s( static_cast<egl_surface_t*>(surface) ); \ 631 egl_surface_t* surface = egl_window_surface_t::create( in eglCreateWindowSurface() local 633 if (!surface) { in eglCreateWindowSurface() 637 return surface; in eglCreateWindowSurface() 685 egl_surface_t* surface = egl_pbuffer_surface_t::create(dpy, config, in eglCreatePbufferSurface() local 687 if (!surface) { in eglCreatePbufferSurface() 692 surface->setTextureFormat(texFormat); in eglCreatePbufferSurface() 693 surface->setTextureTarget(texTarget); in eglCreatePbufferSurface() [all …]
|
/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/ |
D | ut_rendercontrol.in | 4 GL_ENTRY(void, swapBuffers, uint32_t pid, uint32_t surface)
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | README | 67 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/generic/goldfish/ |
D | init.goldfish.rc | 71 # might read them (e.g. surface flinger), so define it in
|
/device/generic/mini-emulator-armv7-a-neon/ |
D | init.mini-emulator.rc | 80 # might read them (e.g. surface flinger), so define it in
|
/device/generic/mini-emulator-arm64/ |
D | init.mini-emulator.rc | 80 # might read them (e.g. surface flinger), so define it in
|
/device/moto/shamu/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 331 sp<Surface> surface; member
|
D | qcamera_test.cpp | 2893 mTestContext->mViVVid.surface = new Surface( in configureViVCodec() 2895 mTestContext->mViVVid.ANW = mTestContext->mViVVid.surface; in configureViVCodec() 2946 mTestContext->mViVVid.surface.clear(); in unconfigureViVCodec()
|
/device/lge/mako/ |
D | init.mako.rc | 96 # Change owner and group for media server and surface flinger
|
/device/asus/flo/ |
D | init.flo.rc | 86 # Change owner and group for media server and surface flinger
|
/device/asus/deb/ |
D | init.deb.rc | 86 # Change owner and group for media server and surface flinger
|