HomeSort by relevance Sort by last modified time
    Searched full:framebuffer (Results 701 - 725 of 1595) sorted by null

<<21222324252627282930>>

  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 390 GLuint framebuffer; local
392 gl.genFramebuffers(1, &framebuffer);
395 gl.bindFramebuffer(GL_FRAMEBUFFER, framebuffer);
410 m_framebuffers.push_back(framebuffer);
  /external/kernel-headers/original/uapi/video/
sisfb.h 2 * sisfb.h - definitions for the SiS framebuffer driver
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 98 and the Framebuffer)
relnotes-6.5.1.html 64 <li>removed the test for duplicated framebuffer attachments, per
relnotes-6.5.2.html 71 <li>glDrawPixels into a user-created framebuffer object could crash Xlib driver
relnotes-6.5.3.html 69 <li>Fixed a number of framebuffer/renderbuffer reference counting bugs
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 138 p->framebuffer.nr_cbufs = 1;
  /external/mesa3d/src/gallium/docs/source/
context.rst 206 the framebuffer to particular RGBA, depth, or stencil values.
216 include several layers), this surface need not be bound to the framebuffer.
222 this surface need not be bound to the framebuffer.
310 are written to the framebuffer without being culled by
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 92 * \param stencilVals vector of stencil values from framebuffer
397 * Compute bitmask and bit shift to apply to the framebuffer pixel values
531 * \param zs_dst_ptr pointer to depth/stencil values in framebuffer
653 * Align the framebuffer Z 's LSB to the right.
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_clear.c 58 struct pipe_framebuffer_state *fb = &nv30->framebuffer;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.c 78 util_unreference_framebuffer_state(&nv50->framebuffer);
nv50_context.h 142 struct pipe_framebuffer_state framebuffer; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 64 util_unreference_framebuffer_state(&nvc0->framebuffer);
nvc0_context.h 146 struct pipe_framebuffer_state framebuffer; member in struct:nvc0_context
  /external/mesa3d/src/gallium/drivers/r300/
r300_debug.c 41 { "fb", DBG_FB, "Log framebuffer" },
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 122 struct pipe_framebuffer_state framebuffer; member in struct:r600_context
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 79 struct pipe_framebuffer_state framebuffer; member in struct:softpipe_context
sp_quad_depth_test.c 782 if (qs->softpipe->framebuffer.zsbuf &&
786 data.ps = qs->softpipe->framebuffer.zsbuf;
898 if(!qs->softpipe->framebuffer.zsbuf)
918 if (qs->softpipe->framebuffer.zsbuf->format == PIPE_FORMAT_Z16_UNORM) {
sp_quad_fs.c 90 for (cbuf = 0; cbuf < softpipe->framebuffer.nr_cbufs; cbuf++) {
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.c 54 * Force framebuffer validation on glViewport.
stw_ext_pbuffer.c 212 * create the framebuffer object before calling SetPixelFormat().
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 35 #include "main/framebuffer.h"
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 338 const GLfloat fb_width = (GLfloat)st->state.framebuffer.width;
339 const GLfloat fb_height = (GLfloat)st->state.framebuffer.height;
509 const GLfloat width = (GLfloat)st->state.framebuffer.width;
510 const GLfloat height = (GLfloat)st->state.framebuffer.height;
st_context.h 110 struct pipe_framebuffer_state framebuffer; member in struct:st_context::__anon11674
  /external/mesa3d/src/mesa/swrast/
s_clear.c 184 * the framebuffer can be complete with some attachments be missing. In

Completed in 923 milliseconds

<<21222324252627282930>>