/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...] |
/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
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
GeometryBatchFactory.java | 184 for (int bufType = 0; bufType < compsForBuf.length; bufType++) { 185 VertexBuffer inBuf = inMesh.getBuffer(Type.values()[bufType]); 186 VertexBuffer outBuf = outMesh.getBuffer(Type.values()[bufType]); 192 if (Type.Index.ordinal() == bufType) { 193 int components = compsForBuf[bufType]; 204 } else if (Type.Position.ordinal() == bufType) { 208 } else if (Type.Normal.ordinal() == bufType) { 212 }else if(Type.Tangent.ordinal() == 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/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/jmonkeyengine/engine/src/core/com/jme3/scene/ |
BatchNode.java | 462 for (int bufType = 0; bufType < compsForBuf.length; bufType++) { 463 VertexBuffer inBuf = inMesh.getBuffer(VertexBuffer.Type.values()[bufType]); 465 VertexBuffer outBuf = outMesh.getBuffer(VertexBuffer.Type.values()[bufType]); 471 if (VertexBuffer.Type.Index.ordinal() == bufType) { 472 int components = compsForBuf[bufType]; 483 } else if (VertexBuffer.Type.Position.ordinal() == bufType) { 487 } else if (VertexBuffer.Type.Normal.ordinal() == bufType || VertexBuffer.Type.Tangent.ordinal() == bufType) { [all...] |
VertexBuffer.java | 312 protected Type bufType; 323 this.bufType = type; 476 return bufType; 935 +", type="+bufType.name() 961 oc.write(bufType, "buffer_type", null); 995 bufType = ic.readEnum("buffer_type", Type.class, null); [all...] |
/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);
|
/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);
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
LCML_DspCodec.c | 99 TMMCodecBufferType bufType, [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/ |
LCML_CodecInterface.h | 117 TMMCodecBufferType bufType,
|
LCML_DspCodec.h | 200 * @param bufType - type of buffer 213 bufType, \ 222 bufType, \ 235 * @param bufType - type of buffer
|
/external/chromium_org/third_party/angle/src/libEGL/ |
libEGL.cpp | 601 EGLSurface __stdcall eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) 603 EVENT("(EGLDisplay dpy = 0x%0.8p, EGLenum buftype = 0x%X, EGLClientBuffer buffer = 0x%0.8p, " 605 dpy, buftype, buffer, config, attrib_list); 616 if (buftype != EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE || !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/src/egl/main/ |
eglapi.h | 99 typedef _EGLSurface *(*CreatePbufferFromClientBuffer_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum buftype, EGLClientBuffer buffer, _EGLConfig *config, const EGLint *attrib_list);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
compile.c | [all...] |
sed.h | 192 size_t normalize_text P_((char *text, size_t len, enum text_types 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);
|
/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,
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
egl.cc | 266 EGLenum buftype,
|