HomeSort by relevance Sort by last modified time
    Searched refs:buftype (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreatePbufferFromClientBuffer.java 1 // C function EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
5 int buftype,
17 int buftype,
eglCreatePbufferFromClientBuffer.cpp 1 /* EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list ) */
4 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) {
48 (EGLenum)buftype,
67 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) {
72 return android_eglCreatePbufferFromClientBuffer(_env, _this, dpy, buftype, buffer, config, attrib_list_ref, offset);
  /bionic/libc/kernel/uapi/linux/
atm_nicstar.h 37 int buftype; member in struct:pool_levels
  /development/ndk/platforms/android-L/include/linux/
atm_nicstar.h 37 int buftype; member in struct:pool_levels
  /external/kernel-headers/original/uapi/linux/
atm_nicstar.h 41 int buftype; member in struct:pool_levels
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/
atm_nicstar.h 41 int buftype; member in struct:pool_levels
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
atm_nicstar.h 37 int buftype; member in struct:pool_levels
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
atm_nicstar.h 37 int buftype; member in struct:pool_levels
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
atm_nicstar.h 37 int buftype; member in struct:pool_levels
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
atm_nicstar.h 37 int buftype; member in struct:pool_levels
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
atm_nicstar.h 37 int buftype; member in struct:pool_levels
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
atm_nicstar.h 37 int buftype; member in struct:pool_levels
  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestBuffer.py 59 buftype = vardef.base_type
60 self.assert_(isinstance(buftype, TemplatedTypeNode))
61 self.assert_(isinstance(buftype.base_type_node, CSimpleBaseTypeNode))
62 self.assertEqual(u"object", buftype.base_type_node.name)
63 return buftype
  /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...]
  /hardware/intel/common/libva/va/
va_fool.c 350 unsigned int magic, buftype; local
357 buftype = buf_id & 0xff;
358 *pbuf = fool_ctx->fool_buf[buftype];
361 if (*pbuf && (buftype == VAEncCodedBufferType))
  /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()
  /external/deqp/framework/egl/
egluApiPrototypes.inl 22 EGLSurface eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint* attrib_list);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 333 // C function EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
337 int buftype,
349 int 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);

Completed in 608 milliseconds

1 2 3 4