Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/tests/
DX11TestingSupport.cpp53 void freeNativePixmap(void* pixmap) { XFreePixmap(x11()->display, (Pixmap)pixmap); } in freeNativePixmap()
DFrameBuffer_unittest.cpp897 void* pixmap = createNativePixmap(kWidth, kHeight, kBytesPerPixel); in TEST_F() local
931 void* pixmap = createNativePixmap(mWidth, mHeight, 4); in TEST_F() local
/device/generic/vulkan-cereal/stream-servers/
DColorBuffer.cpp454 bool ColorBuffer::glOpImportEglNativePixmap(void* pixmap, bool preserveContent) { in glOpImportEglNativePixmap()
/device/generic/vulkan-cereal/stream-servers/gl/
DColorBufferGl.cpp1078 bool ColorBufferGl::importEglNativePixmap(void* pixmap, bool preserveContent) { 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/goldfish-opengl/system/egl/
Degl.cpp1378 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()