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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 84 unsigned int w = p->framebuffer.width;
85 unsigned int h = p->framebuffer.height;
92 if (dimensions[0] != p->framebuffer.width ||
93 dimensions[1] != p->framebuffer.height) {
94 constants[0] = 1.0 / p->framebuffer.width;
95 constants[1] = 1.0 / p->framebuffer.height;
98 dimensions[0] = p->framebuffer.width;
99 dimensions[1] = p->framebuffer.height;
112 p->framebuffer.zsbuf = ppq->stencils;
180 w, h, 0, p->framebuffer.cbufs[0]
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image9.h 18 class Framebuffer;
58 virtual void copy(GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
  /external/chromium_org/ui/compositor/test/
test_compositor_host_ozone.cc 44 // Ozone should rightly have a backing native framebuffer
46 // fascimile of a dumb framebuffer at present.
  /frameworks/native/opengl/tools/glgen/specs/jsr239/
glspec-1.1extpack 1 void glBindFramebufferOES ( GLint target, GLint framebuffer )
24 GLboolean glIsFramebufferOES ( GLint framebuffer )
  /external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc 155 DCHECK(!cdm_video_frame->FrameBuffer());
157 if (!cdm_video_frame->FrameBuffer()) {
161 cdm_video_frame->FrameBuffer()->SetSize(space_required);
163 memcpy(cdm_video_frame->FrameBuffer()->Data(),
166 memcpy(cdm_video_frame->FrameBuffer()->Data() + y_size,
169 memcpy(cdm_video_frame->FrameBuffer()->Data() + y_size + u_size,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_clear.c 62 struct pipe_surface *cbuf = i915->framebuffer.cbufs[0];
87 struct pipe_surface *zbuf = i915->framebuffer.zsbuf;
108 struct pipe_surface *zbuf = i915->framebuffer.zsbuf;
224 util_clear(pipe, &i915_context(pipe)->framebuffer, buffers, color, depth,
239 0, 0, i915->framebuffer.width, i915->framebuffer.height);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
framebuffer.c 42 #include "framebuffer.h"
49 * Compute/set the _DepthMax field for the given framebuffer.
80 * framebuffer objects ala GL_EXT_framebuffer_object.
265 * Resize the given framebuffer's renderbuffers to the new width and height.
284 /* Can only resize win-sys framebuffer objects */
298 _mesa_error(ctx, GL_OUT_OF_MEMORY, "Resizing framebuffer");
398 * Examine all the framebuffer's renderbuffers to update the Width/Height
399 * fields of the framebuffer. If we have renderbuffers with different
400 * sizes, set the framebuffer's width and height to the min size.
448 /* user-created framebuffer size depends on the renderbuffers *
    [all...]
  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface_unittest.cc 39 uint32_t framebuffer,
50 uint32_t* framebuffer) OVERRIDE {
51 *framebuffer = id_++;
54 virtual bool RemoveFramebuffer(uint32_t framebuffer) OVERRIDE { return true; }
56 uint32_t framebuffer,
161 // Check that the framebuffer ID is correct.
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 7 import com.jme3.texture.FrameBuffer;
29 private FrameBuffer fb;
210 fb = new FrameBuffer(width, height, 1);
237 // Main framebuffer should use RenderManager.notifyReshape().
260 public void postFrame(FrameBuffer out) {
262 throw new IllegalStateException("Why did you change the output framebuffer?");
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 62 struct pipe_surface *cbuf = i915->framebuffer.cbufs[0];
87 struct pipe_surface *zbuf = i915->framebuffer.zsbuf;
108 struct pipe_surface *zbuf = i915->framebuffer.zsbuf;
224 util_clear(pipe, &i915_context(pipe)->framebuffer, buffers, color, depth,
239 0, 0, i915->framebuffer.width, i915->framebuffer.height);
  /external/mesa3d/src/mesa/main/
framebuffer.c 42 #include "framebuffer.h"
49 * Compute/set the _DepthMax field for the given framebuffer.
80 * framebuffer objects ala GL_EXT_framebuffer_object.
265 * Resize the given framebuffer's renderbuffers to the new width and height.
284 /* Can only resize win-sys framebuffer objects */
298 _mesa_error(ctx, GL_OUT_OF_MEMORY, "Resizing framebuffer");
398 * Examine all the framebuffer's renderbuffers to update the Width/Height
399 * fields of the framebuffer. If we have renderbuffers with different
400 * sizes, set the framebuffer's width and height to the min size.
448 /* user-created framebuffer size depends on the renderbuffers *
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 171 FRAMEBUFFER_STATE("Framebuffer State"),
172 FRAMEBUFFER_BINDING("Framebuffer Binding"),
173 FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE("Framebuffer object type"),
174 FRAMEBUFFER_ATTACHMENT_OBJECT_NAME("Framebuffer object name"),
175 FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL("Framebuffer texture level"),
176 FRAMEBUFFER_ATTACHEMENT_TEXTURE_CUBE_MAP_FACE("Framebuffer texture cubemap face");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.c 64 for (i = 0; i < sp->framebuffer.nr_cbufs; i++) {
80 for (i = 0; i < sp->framebuffer.nr_cbufs; i++) {
119 pipe_surface_reference(&softpipe->framebuffer.cbufs[i], NULL);
123 pipe_surface_reference(&softpipe->framebuffer.zsbuf, NULL);
151 * if (the texture is being used as a framebuffer surface)
171 for (i = 0; i < softpipe->framebuffer.nr_cbufs; i++) {
172 if (softpipe->framebuffer.cbufs[i] &&
173 softpipe->framebuffer.cbufs[i]->texture == texture) {
177 if (softpipe->framebuffer.zsbuf &&
178 softpipe->framebuffer.zsbuf->texture == texture)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
quad-tex.c 75 struct pipe_framebuffer_state framebuffer; member in struct:program
223 memset(&p->framebuffer, 0, sizeof(p->framebuffer));
224 p->framebuffer.width = WIDTH;
225 p->framebuffer.height = HEIGHT;
226 p->framebuffer.nr_cbufs = 1;
227 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, p->target, &surf_tmpl);
293 pipe_surface_reference(&p->framebuffer.cbufs[0], NULL);
310 cso_set_framebuffer(p->cso, &p->framebuffer);
343 debug_dump_surface_bmp(p->pipe, "result.bmp", p->framebuffer.cbufs[0])
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 64 for (i = 0; i < sp->framebuffer.nr_cbufs; i++) {
80 for (i = 0; i < sp->framebuffer.nr_cbufs; i++) {
119 pipe_surface_reference(&softpipe->framebuffer.cbufs[i], NULL);
123 pipe_surface_reference(&softpipe->framebuffer.zsbuf, NULL);
151 * if (the texture is being used as a framebuffer surface)
171 for (i = 0; i < softpipe->framebuffer.nr_cbufs; i++) {
172 if (softpipe->framebuffer.cbufs[i] &&
173 softpipe->framebuffer.cbufs[i]->texture == texture) {
177 if (softpipe->framebuffer.zsbuf &&
178 softpipe->framebuffer.zsbuf->texture == texture)
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 75 struct pipe_framebuffer_state framebuffer; member in struct:program
223 memset(&p->framebuffer, 0, sizeof(p->framebuffer));
224 p->framebuffer.width = WIDTH;
225 p->framebuffer.height = HEIGHT;
226 p->framebuffer.nr_cbufs = 1;
227 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, p->target, &surf_tmpl);
293 pipe_surface_reference(&p->framebuffer.cbufs[0], NULL);
310 cso_set_framebuffer(p->cso, &p->framebuffer);
343 debug_dump_surface_bmp(p->pipe, "result.bmp", p->framebuffer.cbufs[0])
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderContext.java 39 import com.jme3.texture.FrameBuffer;
139 * @see Renderer#setFrameBuffer(com.jme3.texture.FrameBuffer)
146 * @see Renderer#setFrameBuffer(com.jme3.texture.FrameBuffer)
158 * @see Renderer#setFrameBuffer(com.jme3.texture.FrameBuffer)
159 * @see FrameBuffer#setTargetIndex(int)
167 * @see Renderer#setFrameBuffer(com.jme3.texture.FrameBuffer)
168 * @see FrameBuffer#setTargetIndex(int)
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 46 import com.jme3.texture.FrameBuffer;
96 protected FrameBuffer reflectionBuffer;
97 protected FrameBuffer refractionBuffer;
237 public void postFrame(FrameBuffer out) {
292 // create offscreen framebuffer
293 reflectionBuffer = new FrameBuffer(renderWidth, renderHeight, 1);
294 //setup framebuffer to use texture
298 //set viewport to render to offscreen framebuffer
308 // create offscreen framebuffer
309 refractionBuffer = new FrameBuffer(renderWidth, renderHeight, 1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 117 * Available attachments of framebuffer.
171 * the framebuffer in glViewport itself.
211 * Represent the visual of a framebuffer.
276 * The framebuffer is implemented by the state tracker manager and
281 * context, it calls into the framebuffer to get the textures.
287 * atomic flag used for notification of framebuffer dirty status.
289 * The thread synchronization is put inside the framebuffer
290 * and only called once the framebuffer has become dirty.
305 * The visual of a framebuffer.
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 117 * Available attachments of framebuffer.
171 * the framebuffer in glViewport itself.
211 * Represent the visual of a framebuffer.
276 * The framebuffer is implemented by the state tracker manager and
281 * context, it calls into the framebuffer to get the textures.
287 * atomic flag used for notification of framebuffer dirty status.
289 * The thread synchronization is put inside the framebuffer
290 * and only called once the framebuffer has become dirty.
305 * The visual of a framebuffer.
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 97 const size_t offset = hnd->base - m->framebuffer->base;
100 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) {
114 m->base.lock(&m->base, m->framebuffer,
127 m->base.unlock(&m->base, m->framebuffer);
138 if (module->framebuffer) {
271 * map the framebuffer
276 module->framebuffer = new private_handle_t(dup(fd), fbSize, 0);
283 ALOGE("Error mapping the framebuffer (%s)", strerror(errno));
286 module->framebuffer->base = intptr_t(vaddr);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.h 73 // If an object is attached to the currently bound framebuffer, remove it.
75 // If a given attachment point for the currently bound framebuffer is not null, remove the attached object.
84 // readPixels, copyTexImage2D, copyTexSubImage2D if this framebuffer is
86 // Return false if the framebuffer is incomplete; otherwise initialize
119 // Check if the framebuffer is currently bound.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_misc.c 53 struct pipe_framebuffer_state *curr = &svga->curr.framebuffer;
54 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer;
76 struct pipe_framebuffer_state *dst = &svga->curr.framebuffer;
117 if (svga->curr.framebuffer.zsbuf)
119 switch (svga->curr.framebuffer.zsbuf->format) {
  /external/chromium_org/third_party/mesa/src/src/glx/
dri_glx.c 328 __DRIframebuffer framebuffer; local
346 framebuffer.base = MAP_FAILED;
347 framebuffer.dev_priv = NULL;
348 framebuffer.size = 0;
407 &framebuffer.size, &framebuffer.stride,
408 &framebuffer.dev_priv_size,
409 &framebuffer.dev_priv)) {
414 framebuffer.width = DisplayWidth(dpy, scrn);
415 framebuffer.height = DisplayHeight(dpy, scrn)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 32 #include "main/framebuffer.h"
100 context_dirty(ctx, FRAMEBUFFER);
239 context_dirty(ctx, FRAMEBUFFER);
248 context_dirty(ctx, FRAMEBUFFER);
291 context_dirty(ctx, FRAMEBUFFER);

Completed in 2848 milliseconds

1 2 3 4 56 7 8 91011>>