Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_memoryio.py20 buf = self.buftype("1234567890")
24 buf = self.buftype("1234567890")
33 buf = self.buftype("1234567890")
40 buf = self.buftype("1234567890")
52 buf = self.buftype("1234567890")
82 buf = self.buftype("hello world\n")
85 self.write_ops(memio, self.buftype)
88 self.write_ops(memio, self.buftype)
92 self.assertRaises(ValueError, memio.write, self.buftype(""))
95 buf = self.buftype("1234567890")
[all …]
/external/python/cpython3/Lib/test/
Dtest_memoryio.py24 buf = self.buftype("1234567890")
28 buf = self.buftype("1234567890")
37 buf = self.buftype("1234567890")
44 buf = self.buftype("1234567890")
56 buf = self.buftype("1234567890")
86 buf = self.buftype("hello world\n")
89 self.write_ops(memio, self.buftype)
92 self.write_ops(memio, self.buftype)
96 self.assertRaises(ValueError, memio.write, self.buftype(""))
99 buf = self.buftype("1234567890")
[all …]
/external/swiftshader/extensions/
DEGL_ANGLE_iosurface_client_buffer.txt49 Accepted in the <buftype> parameter of eglCreatePbufferFromClientBuffer:
65 "<buftype> specifies the type of buffer to be bound. The only allowed values
66 of <buftype> are EGL_OPENVG_IMAGE and EGL_IOSURFACE_ANGLE".
69 "When <buftype> is EGL_IOSURFACE_ANGLE, <buffer> must be a valid IOSurface
73 "When <buftype> is EGL_IOSURFACE_ANGLE, <attrib_list> must contain all the
113 eglCreatePbufferFromClientBuffer with <buftype> set to EGL_IOSURFACE_ANGLE,
/external/python/cpython3/Lib/ctypes/
D__init__.py55 buftype = c_char * size
56 buf = buftype()
60 buftype = c_char * init
61 buf = buftype()
283 buftype = c_wchar * size
284 buf = buftype()
288 buftype = c_wchar * init
289 buf = buftype()
/external/python/cpython2/Lib/ctypes/
D__init__.py57 buftype = c_char * size
58 buf = buftype()
62 buftype = c_char * init
63 buf = buftype()
302 buftype = c_wchar * size
303 buf = buftype()
307 buftype = c_wchar * init
308 buf = buftype()
/external/kernel-headers/original/uapi/linux/
Datm_nicstar.h42 int buftype; member
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.hpp45 …EGLSurface (*eglCreatePbufferFromClientBuffer)(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer bu…
Dmain.cpp354 EGLSurface CreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, E…
475 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGL… in eglCreatePbufferFromClientBuffer() argument
477 return egl::CreatePbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list); in eglCreatePbufferFromClientBuffer()
DlibEGL.cpp586 EGLSurface CreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, E… in CreatePbufferFromClientBuffer() argument
590 dpy, buftype, buffer, config, attrib_list); in CreatePbufferFromClientBuffer()
592 switch(buftype) in CreatePbufferFromClientBuffer()
/external/deqp/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl52 EGLSurface FuncPtrLibrary::createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClien… argument
54 return m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
DeglwImpl.inl63 EGLSurface eglwCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buff… argument
68 return egl->createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
DeglwFuncPtrLibraryDecl.inl15 EGLSurface createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer …
DeglwLibrary.inl15 virtual EGLSurface createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClien…
DeglwFunctionTypes.inl15 …APIENTRY* eglCreatePbufferFromClientBufferFunc) (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer …
DeglwApi.inl74 EGLSurface eglwCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuf…
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h286 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
/external/mesa3d/src/egl/main/
Deglapi.h127 EGLenum buftype,
Deglapi.c1599 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, in eglCreatePbufferFromClientBuffer() argument
1613 surf = drv->API.CreatePbufferFromClientBuffer(drv, disp, buftype, buffer, in eglCreatePbufferFromClientBuffer()
/external/mesa3d/include/EGL/
Degl.h204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EG…
/external/swiftshader/include/EGL/
Degl.h204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EG…
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl15 … eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientB…
DegluCallLogWrapper.inl102 …r::eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientB… argument
105 …m_log << TestLog::Message << "eglCreatePbufferFromClientBuffer(" << dpy << ", " << toHex(buftype) …
106 …eglw::EGLSurface returnValue = m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, a…
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp426 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGL… in eglCreatePbufferFromClientBuffer() argument
428 return libEGL->eglCreatePbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list); in eglCreatePbufferFromClientBuffer()