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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.c 233 * Add software-based color renderbuffers to the given framebuffer.
235 * window system framebuffer (not a user-created render/framebuffer).
287 * Add a software-based depth renderbuffer to the given framebuffer.
289 * window system framebuffer (not a user-created render/framebuffer).
332 * Add a software-based stencil renderbuffer to the given framebuffer.
334 * window system framebuffer (not a user-created render/framebuffer).
395 * Add a software-based accumulation renderbuffer to the given framebuffer
    [all...]
  /external/deqp/doc/testspecs/GLES3/
functional.occlusion_query.txt 42 color appears in the framebuffer, the occlusion query should return true.
44 framebuffer, the occlusion query should return false. If these conditions
49 red color is not present in the framebuffer. The converse is not allowed:
50 if red color is present in the framebuffer, the query must return true.
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 233 * Add software-based color renderbuffers to the given framebuffer.
235 * window system framebuffer (not a user-created render/framebuffer).
287 * Add a software-based depth renderbuffer to the given framebuffer.
289 * window system framebuffer (not a user-created render/framebuffer).
332 * Add a software-based stencil renderbuffer to the given framebuffer.
334 * window system framebuffer (not a user-created render/framebuffer).
395 * Add a software-based accumulation renderbuffer to the given framebuffer
    [all...]
  /external/qemu/android/
multitouch-screen.c 76 /* Header collecting framebuffer information and updates. */
78 /* Boolean value indicating if framebuffer updates are currently being
81 /* Indicates direction in which lines are arranged in the framebuffer. If
85 /* Current framebuffer pointer. */
245 /* Callback that is invoked when framebuffer update has been transmitted to the
270 /* Common handler for framebuffer updates invoked by both, software, and OpenGLES
284 * Accumulate framebuffer changes in the header.
324 /* A callback invoked on framebuffer updates by software renderer.
327 * x, y, w, h - Defines an updated rectangle inside the framebuffer.
335 T("Multi-touch: Software renderer framebuffer update: %d:%d -> %dx%d"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_DisplayFormat.3 11 This function takes a surface and copies it to a new surface of the pixel format and colors of the video framebuffer, suitable for fast blitting onto the display surface\&. It calls \fISDL_ConvertSurface\fR
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
WarpRenderer.h 3 #include "FrameBuffer.h"
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
WarpRenderer.h 3 #include "FrameBuffer.h"
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.in 135 (GLuint framebuffer),
136 (framebuffer))
139 (GLenum target, GLuint framebuffer),
140 (target, framebuffer))
  /external/chromium_org/third_party/mesa/src/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/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/
Image.h 20 class Framebuffer;
53 virtual void copy(GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Image11.h 19 class Framebuffer;
54 virtual void copy(GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
  /external/chromium_org/ui/compositor/test/
test_compositor_host_ozone.cc 50 // Ozone should rightly have a backing native framebuffer
52 // fascimile of a dumb framebuffer at present.
  /external/deqp/doc/testspecs/GLES2/
functional.fbo.completeness.txt 19 Framebuffer completeness tests.
43 These tests check that the implementation reports framebuffer completeness
44 status correctly. Most test cases create a single framebuffer object, create
67 GL_FRAMEBUFFER_UNSUPPORTED for practically any framebuffer configurations. See
96 renderbuffers with suitable formats to none, some or all of the framebuffer's
119 combination of attachments and formats such that the framebuffer checks as
125 The "size.zero" test case creates a framebuffer object with a single
130 The "size.distinct" test case creates a framebuffer object with two
  /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/external_clear_key/
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/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");
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 18 #include "FrameBuffer.h"
44 s_egl.eglDestroySurface(FrameBuffer::getFB()->getDisplay(), m_eglSurface);
158 FrameBuffer *fb = FrameBuffer::getFB();
186 FrameBuffer *fb = FrameBuffer::getFB();
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 278 m_log << tcu::TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
305 m_log << tcu::TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
331 m_log << tcu::TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
369 m_log << tcu::TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
436 m_log << tcu::TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.")
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeVertexArrayApiTests.cpp 281 ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
309 ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
336 ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
375 ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
443 ctx.beginSection("GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.")
    [all...]
  /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...]

Completed in 881 milliseconds

1 2 3 4 56 7 8 91011>>