Searched defs:pixmap (Results 1 – 7 of 7) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | X11TestingSupport.cpp | 49 void freeNativePixmap(void* pixmap) { XFreePixmap(x11()->display, (Pixmap)pixmap); } in freeNativePixmap()
|
D | FrameBuffer_unittest.cpp | 912 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/ |
D | ColorBuffer.cpp | 1060 bool ColorBuffer::importEglNativePixmap(void* pixmap) { in importEglNativePixmap()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 347 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_egl.cpp | 294 EGLNativePixmapType pixmap, in EGL_CreatePixmapSurface()
|
/device/generic/vulkan-cereal/third-party/angle/src/libEGL/ |
D | libEGL.cpp | 98 EGLNativePixmapType pixmap, in eglCreatePixmapSurface()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 1355 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
|