HomeSort by relevance Sort by last modified time
    Searched full:framebuffer (Results 876 - 900 of 1668) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/gallium/drivers/swr/
swr_draw.cpp 222 struct pipe_surface *cb = ctx->framebuffer.cbufs[0];
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_blit.c 178 util_blitter_save_framebuffer(vc4->blitter, &vc4->framebuffer);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 326 * Framebuffer information, derived from.
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 247 * create the framebuffer object before calling SetPixelFormat().
  /external/mesa3d/src/mapi/glapi/gen/
gl_genexec.py 83 #include "main/framebuffer.h"
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_multisample_state.c 29 #include "main/framebuffer.h"
gen6_viewport_state.c 33 #include "main/framebuffer.h"
gen6_wm_state.c 37 #include "main/framebuffer.h"
gen7_wm_state.c 33 #include "main/framebuffer.h"
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 38 #include "main/framebuffer.h"
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 43 #include "main/framebuffer.h"
76 struct gl_framebuffer *gl_buffer; /*< The framebuffer, containing user's rb */
1044 /* Set the framebuffer's size. This causes the
1062 /* update the framebuffer size */
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 34 #include "main/framebuffer.h"
st_atom_shader.c 40 #include "main/framebuffer.h"
st_cb_drawtex.c 19 #include "main/framebuffer.h"
st_context.h 123 struct pipe_framebuffer_state framebuffer; member in struct:st_context::__anon30614
  /external/skia/tests/
BlendTest.cpp 161 // BGRA forces a framebuffer blit on ES2.
  /external/skqp/tests/
BlendTest.cpp 161 // BGRA forces a framebuffer blit on ES2.
  /external/swiftshader/include/GLES/
glext.h 300 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFEROESPROC) (GLuint framebuffer);
301 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFEROESPROC) (GLenum target, GLuint framebuffer);
316 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
317 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
    [all...]
  /external/swiftshader/include/GLES2/
gl2.h 387 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
466 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer);
530 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
vga.h 10 * Based on VESA framebuffer (c) 1998 Gerd Knorr <kraxel@goldbach.in-berlin.de>
  /frameworks/base/libs/hwui/
Properties.h 37 // Defines the size in bits of the stencil buffer for the framebuffer
Snapshot.h 206 * into the framebuffer.
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java     [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 296 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFEROESPROC) (GLuint framebuffer);
297 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFEROESPROC) (GLenum target, GLuint framebuffer);
312 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
313 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 387 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
466 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer);
530 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
    [all...]

Completed in 911 milliseconds

<<31323334353637383940>>