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

1 2 3 4 5

  /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);
  /external/chromium_org/third_party/angle/extensions/
EGL_ANGLE_d3d_share_handle_client_buffer.txt 55 Accepted in the <buftype> parameter of eglCreatePbufferFromClientBuffer:
68 "When <buftype> is EGL_OPENVG_IMAGE, the width and height of the pbuffer
69 are determined by the width and height of <buffer>. When <buftype> is
76 "<buftype> specifies the type of buffer to be bound. The only allowed values
77 of <buftype> are EGL_OPENVG_IMAGE and
81 "When <buftype> is EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE, <buffer> must be
  /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...]
  /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
  /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
  /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/deqp/framework/egl/
egluApiPrototypes.inl 22 EGLSurface eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint* attrib_list);
  /external/deqp/modules/glshared/
glsFboCompletenessTests.hpp 101 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const;
107 void attachTargetToNew (GLenum target, GLenum bufType,
115 Image* makeImage (GLenum bufType, ImageFormat format,
117 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
glsFboCompletenessTests.cpp 503 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const
505 if (bufType == GL_NONE)
513 formatFlag(bufType));
518 formatFlag(bufType));
527 Image* makeImage (GLenum bufType, ImageFormat format,
531 switch (bufType)
550 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
553 Image* const imgCfg = makeImage (bufType, format, width, height, builder);
578 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format,
583 imgFmt = getDefaultFormat(target, bufType);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 18 EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
  /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
  /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()
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 311 enum v4l2_buf_type bufType;
313 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
315 ret = ioctl (mCameraHandle, VIDIOC_STREAMON, &bufType);
339 enum v4l2_buf_type bufType;
350 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
352 ret = ioctl (mCameraHandle, VIDIOC_STREAMOFF, &bufType);
  /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))

Completed in 1350 milliseconds

1 2 3 4 5