Home
last modified time | relevance | path

Searched refs:buftype (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_memoryio.py19 buf = self.buftype("1234567890")
23 buf = self.buftype("1234567890")
32 buf = self.buftype("1234567890")
39 buf = self.buftype("1234567890")
51 buf = self.buftype("1234567890")
81 buf = self.buftype("hello world\n")
84 self.write_ops(memio, self.buftype)
87 self.write_ops(memio, self.buftype)
91 self.assertRaises(ValueError, memio.write, self.buftype(""))
94 buf = self.buftype("1234567890")
[all …]
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp400 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer… in eglCreatePbufferFromClientBuffer() argument
402 … return getDispatch()->eglCreatePbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list); in eglCreatePbufferFromClientBuffer()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp1161 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer… in eglCreatePbufferFromClientBuffer() argument
1165 (void)buftype; in eglCreatePbufferFromClientBuffer()