HomeSort by relevance Sort by last modified time
    Searched refs:pbuffer (Results 1 - 19 of 19) sorted by null

  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglCanvas.java 48 import org.lwjgl.opengl.Pbuffer;
78 private Pbuffer pbuffer; field in class:LwjglCanvas
298 // Use 0 samples for pbuffer format, prevents
325 * Makes sure the pbuffer is available and ready for use
328 if (pbuffer != null && pbuffer.isBufferLost()){
329 logger.log(Level.WARNING, "PBuffer was lost!");
330 pbuffer.destroy();
331 pbuffer = null;
459 Display.create(acquirePixelFormat(false), pbuffer); local
    [all...]
LwjglOffscreenBuffer.java 51 private Pbuffer pbuffer; field in class:LwjglOffscreenBuffer
58 if ((Pbuffer.getCapabilities() & Pbuffer.PBUFFER_SUPPORTED) == 0){
82 pbuffer = new Pbuffer(width, height, pixelFormat, null, null, createContextAttribs());
83 pbuffer.makeCurrent();
113 if (pbuffer.isBufferLost()){
114 pbuffer.destroy();
116 pbuffer = new Pbuffer(width, height, pixelFormat, null);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.h 44 void nsDestroyPBuffer(void* pbuffer);
MacNative.m 24 // if it was last bounded to a pbuffer or a window.
26 // a Pbuffer, before we bind it to a window we must
27 // release it form the pbuffer by calling the
33 // to a window and it was previously bound to a Pbuffer.
145 void nsDestroyPBuffer(void* pbuffer){
146 NSOpenGLPixelBuffer *pbuf = (NSOpenGLPixelBuffer*)pbuffer;
EglMacApi.cpp 39 EGLint window,pbuffer; local
48 getPixelFormatAttrib(*frmt,MAC_DRAW_TO_PBUFFER,&pbuffer);
51 if(pbuffer) supportedSurfaces |= EGL_PBUFFER_BIT;
180 case EglSurface::PBUFFER:
EglWindowsApi.cpp 100 PBUFFER = 1,
135 m_type(PBUFFER){
344 EGLint window,bitmap,pbuffer,transparent; local
366 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[2],&pbuffer));
369 if(pbuffer) supportedSurfaces |= EGL_PBUFFER_BIT;
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.cpp 142 // We will be rendering to a texture, so our pbuffer does not need to be large.
144 GLXPbuffer pbuffer = glXCreatePbuffer(sharedDisplay(), configs[0], pbufferAttributes); local
145 if (!pbuffer) {
154 return new GraphicsContext3DInternal(context, pbuffer);
195 GraphicsContext3DInternal::GraphicsContext3DInternal(GLXContext context, GLXPbuffer pbuffer)
197 , m_pbuffer(pbuffer)
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 447 munmap ( ptemp [i]->pbuffer,ptemp [i]->maped_size);
448 ptemp [i]->pbuffer = NULL;
471 munmap ( ptemp [i]->pbuffer,ptemp [i]->maped_size);
472 ptemp [i]->pbuffer = NULL;
582 ptemp [i]->pbuffer = mmap(NULL,clp2(buffersize),PROT_READ|PROT_WRITE,
585 ptemp [i]->pbuffer);
586 if (ptemp [i]->pbuffer == MAP_FAILED)
588 ptemp [i]->pbuffer = NULL;
656 enc_buffer.ptrbuffer = encoder_context->ptr_outputbuffer [i]->pbuffer;
684 enc_buffer.ptrbuffer = encoder_context->ptr_inputbuffer [i]->pbuffer;
    [all...]
  /external/harfbuzz/src/
harfbuzz-buffer.c 129 hb_buffer_new( HB_Buffer *pbuffer )
144 *pbuffer = buffer;
  /frameworks/native/opengl/libagl/
egl.cpp 703 virtual bool initCheck() const { return pbuffer.data != 0; }
706 virtual EGLint getWidth() const { return pbuffer.width; }
707 virtual EGLint getHeight() const { return pbuffer.height; }
709 GGLSurface pbuffer; member in struct:android::egl_pbuffer_surface_t
724 ALOGE("incompatible pixel format for pbuffer (format=%d)", f);
725 pbuffer.data = 0;
728 pbuffer.version = sizeof(GGLSurface);
729 pbuffer.width = w;
730 pbuffer.height = h;
731 pbuffer.stride = w
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 861 dev_buffer.pbuffer = (OMX_U8 *)pmem_tmp->buffer;
869 DEBUG_PRINT_LOW("\n venc_use_buf:pbuffer = %x,fd = %x, offset = %d, maped_size = %d", \
870 dev_buffer.pbuffer, \
883 dev_buffer.pbuffer = (OMX_U8 *)pmem_tmp->buffer;
891 DEBUG_PRINT_LOW("\n venc_use_buf:pbuffer = %x,fd = %x, offset = %d, maped_size = %d", \
892 dev_buffer.pbuffer, \
924 dev_buffer.pbuffer = (OMX_U8 *)pmem_tmp->buffer;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx.h 364 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
365 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
glxext.h 617 typedef Bool ( * PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 364 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
365 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
glxext.h 617 typedef Bool ( * PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 364 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
365 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
glxext.h 617 typedef Bool ( * PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
  /bionic/libc/kernel/common/linux/
msm_vidc_enc.h 260 unsigned char *pbuffer; member in struct:venc_bufferpayload
  /external/kernel-headers/original/linux/
msm_vidc_enc.h 467 unsigned char *pbuffer; member in struct:venc_bufferpayload

Completed in 469 milliseconds