HomeSort by relevance Sort by last modified time
    Searched full:framebuffer (Results 576 - 600 of 1258) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_debug.c 41 { "fb", DBG_FB, "Log framebuffer" },
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 122 struct pipe_framebuffer_state framebuffer; member in struct:r600_context
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 35 #include "main/framebuffer.h"
  /external/chromium_org/third_party/mesa/src/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::__anon13401
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_clear.c 184 * the framebuffer can be complete with some attachments be missing. In
  /external/chromium_org/ui/gfx/ozone/
surface_factory_ozone.h 90 // Obtains an AcceleratedWidget backed by a native Linux framebuffer.
  /external/chromium_org/ui/surface/
accelerated_surface_mac.h 111 // AllocateRenderBuffers(). Returns |true| if the resulting framebuffer
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 458 WebGLId framebuffer) {
460 gl_->BindFramebuffer(target, framebuffer);
    [all...]
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoMainActivity.java 96 //listDemos.add(new DemoLaunchEntry("com.jme3.androiddemo.TestSimpleWater", "Post processors - not working correctly due to missing framebuffer support, looks interresting :)"));
  /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;

Completed in 1425 milliseconds

<<21222324252627282930>>