Home
last modified time | relevance | path

Searched defs:pixmap (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/tests/
DX11TestingSupport.cpp49 void freeNativePixmap(void* pixmap) { XFreePixmap(x11()->display, (Pixmap)pixmap); } in freeNativePixmap()
DFrameBuffer_unittest.cpp912 void* pixmap = createNativePixmap(kWidth, kHeight, kBytesPerPixel); in TEST_F() local
946 void* pixmap = createNativePixmap(mWidth, mHeight, 4); in TEST_F() local
/device/generic/vulkan-cereal/stream-servers/
DColorBuffer.cpp1060 bool ColorBuffer::importEglNativePixmap(void* pixmap) { in importEglNativePixmap()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp347 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_egl.cpp294 EGLNativePixmapType pixmap, in EGL_CreatePixmapSurface()
/device/generic/vulkan-cereal/third-party/angle/src/libEGL/
DlibEGL.cpp98 EGLNativePixmapType pixmap, in eglCreatePixmapSurface()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp1355 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()