/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atm_nicstar.h | 41 int buftype; member in struct:pool_levels
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atm_nicstar.h | 41 int buftype; member in struct:pool_levels
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atm_nicstar.h | 41 int buftype; member in struct:pool_levels
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_memoryio.py | 19 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" 402 def buftype(s): member in class:PyBytesIOTest 586 buftype = unicode variable in class:PyStringIOTest 595 buftype = unicode variable in class:PyStringIOPickleTest [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_memoryio.py | 19 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" 402 def buftype(s): member in class:PyBytesIOTest 586 buftype = unicode variable in class:PyStringIOTest 595 buftype = unicode variable in class:PyStringIOPickleTest [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 60 buftype = c_char * size 61 buf = buftype() 65 buftype = c_char * init 66 buf = buftype() 305 buftype = c_wchar * size 306 buf = buftype() 310 buftype = c_wchar * init 311 buf = buftype()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 60 buftype = c_char * size 61 buf = buftype() 65 buftype = c_char * init 66 buf = buftype() 305 buftype = c_wchar * size 306 buf = buftype() 310 buftype = c_wchar * init 311 buf = buftype()
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
EGL14.spec | 18 EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
sed.h | 192 size_t normalize_text P_((char *text, size_t len, enum text_types buftype));
|
compile.c | [all...] |
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
egl.cpp | 149 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) 151 return getDispatch()->eglCreatePbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
|
/frameworks/base/opengl/java/android/opengl/ |
EGL14.java | 326 // C function EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list ) 330 int buftype,
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
egl.cpp | 436 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) 438 return getDispatch()->eglCreatePbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
|
/development/ndk/platforms/android-9/include/EGL/ |
egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/external/chromium_org/third_party/angle/include/EGL/ |
egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/external/chromium_org/third_party/khronos/EGL/ |
egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglapi.h | 99 typedef _EGLSurface *(*CreatePbufferFromClientBuffer_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum buftype, EGLClientBuffer buffer, _EGLConfig *config, const EGLint *attrib_list);
|
/external/mesa3d/include/EGL/ |
egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/external/mesa3d/src/egl/main/ |
eglapi.h | 99 typedef _EGLSurface *(*CreatePbufferFromClientBuffer_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum buftype, EGLClientBuffer buffer, _EGLConfig *config, const EGLint *attrib_list);
|
/frameworks/native/opengl/include/EGL/ |
egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/ |
egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/ |
egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/ |
egl.h | 285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
|