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

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ivtvfb.h 2 On Screen Display cx23415 Framebuffer driver
27 /* Framebuffer external API */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceOptions.java 34 /** Flag indicating whether Framebuffer should be captured on eglSwap() */
37 /** Flag indicating whether Framebuffer should be captured on glDraw*() */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryView.java 27 public static final String ID = "com.android.ide.eclipse.gltrace.views.FrameBuffer"; //$NON-NLS-1$
30 super("Open a GL Trace file to view the framebuffer contents.");
  /external/qemu/docs/
DISPLAY-STATE.TXT 28 dpy_resize: the hardware decided to resize the framebuffer.
32 dpy_setdata: the hardware decided to change the framebuffer address.
57 hardware framebuffer emulator (e.g. hw/vga-pic.c) will call the
73 by the hardware framebuffer emulation, and will be called under various
76 'update' is called periodically to check for any hw framebuffer
81 should send the content of _all_ the framebuffer, instead of only
85 content of the framebuffer to a ppm file, which name is passed as
154 framebuffer content should be resent as an update. This can happen when a
180 consoles, or when the framebuffer's size is modified by the guest kernel.
194 to see if there are hardware framebuffer updates
    [all...]
  /external/deqp/doc/testspecs/GL3/
functional.texture_buffers.txt 47 framebuffer using the texture buffer as different data sources. The texture
53 default framebuffer using it as fragment texture.
56 to the default framebuffer.
59 framebuffer, modify it and render it again to default framebuffer as fragment
  /external/deqp/doc/testspecs/GLES31/
functional.texture_buffers.txt 50 framebuffer using the texture buffer as different data sources. The texture
56 default framebuffer using it as fragment texture.
59 to the default framebuffer.
62 framebuffer, modify it and render it again to default framebuffer as fragment
  /external/qemu/android/
multitouch-screen.h 65 /* A callback set to monitor OpenGLES framebuffer updates.
67 * displayed, providing a copy of the framebuffer contents.
84 * pixels The framebuffer image.
98 /* Pushes the entire framebuffer to the device. This will force the device to
103 /* Framebuffer update has been handled by the device. */
android.h 69 /* framebuffer dimensions in pixels, note these can change dynamically */
72 /* framebuffer dimensions in mm */
76 /* framebuffer rotation, relative to device */
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 47 class FrameBuffer
56 static FrameBuffer *getFB() { return s_theFrameBuffer; }
102 FrameBuffer(int p_width, int p_height);
103 ~FrameBuffer();
109 static FrameBuffer *s_theFrameBuffer;
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 21 * \brief Framebuffer without attachments (GL_ARB_framebuffer_no_attachments) tests.
66 bool checkFramebufferSize (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, const IVec2& size)
100 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, framebuffer);
173 bool checkFramebufferRenderable (TestLog& log, const glu::RenderContext& renderCtx, GLuint framebuffer, const IVec2& size)
202 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, framebuffer);
207 log << TestLog::Message << "Rendering full framebuffer quad with color ouput, verifying output presence with occlusion query" << TestLog::EndMessage;
291 GLuint framebuffer = 0; local
293 gl.genFramebuffers(1, &framebuffer);
294 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, framebuffer);
296 m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE, "Framebuffer was incorrectly reported as complete when it had no width, height or attachments")
363 GLuint framebuffer = 0; local
467 GLuint framebuffer = 0; local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
State.cpp 15 #include "libGLESv2/Framebuffer.h"
245 const Framebuffer *framebufferObject = getDrawFramebuffer();
655 // If a texture object is deleted while its image is attached to the currently bound framebuffer, then it is
657 // image was attached in the currently bound framebuffer.
729 // If a renderbuffer object is deleted while its image is attached to the currently bound framebuffer,
731 // point to which this image was attached in the currently bound framebuffer.
733 Framebuffer *readFramebuffer = mReadFramebuffer;
734 Framebuffer *drawFramebuffer = mDrawFramebuffer;
748 void State::setReadFramebufferBinding(Framebuffer *framebuffer)
1240 gl::Framebuffer *framebuffer = mDrawFramebuffer; local
1285 gl::Framebuffer *framebuffer = getDrawFramebuffer(); local
1306 gl::Framebuffer *framebuffer = getDrawFramebuffer(); local
1321 gl::Framebuffer *framebuffer = getDrawFramebuffer(); local
    [all...]
Context.h 51 class Framebuffer;
102 void deleteFramebuffer(GLuint framebuffer);
119 void bindReadFramebuffer(GLuint framebuffer);
120 void bindDrawFramebuffer(GLuint framebuffer);
140 void setFramebufferZero(Framebuffer *framebuffer);
157 Framebuffer *getFramebuffer(GLuint handle) const;
246 void detachFramebuffer(GLuint framebuffer);
280 typedef std::unordered_map<GLuint, Framebuffer*> FramebufferMap;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
tri.c 72 struct pipe_framebuffer_state framebuffer; member in struct:program
164 memset(&p->framebuffer, 0, sizeof(p->framebuffer));
165 p->framebuffer.width = WIDTH;
166 p->framebuffer.height = HEIGHT;
167 p->framebuffer.nr_cbufs = 1;
168 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, p->target, &surf_tmpl);
231 pipe_surface_reference(&p->framebuffer.cbufs[0], NULL);
246 cso_set_framebuffer(p->cso, &p->framebuffer);
272 debug_dump_surface_bmp(p->pipe, "result.bmp", p->framebuffer.cbufs[0])
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 72 struct pipe_framebuffer_state framebuffer; member in struct:program
164 memset(&p->framebuffer, 0, sizeof(p->framebuffer));
165 p->framebuffer.width = WIDTH;
166 p->framebuffer.height = HEIGHT;
167 p->framebuffer.nr_cbufs = 1;
168 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, p->target, &surf_tmpl);
231 pipe_surface_reference(&p->framebuffer.cbufs[0], NULL);
246 cso_set_framebuffer(p->cso, &p->framebuffer);
272 debug_dump_surface_bmp(p->pipe, "result.bmp", p->framebuffer.cbufs[0])
    [all...]
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 94 .framebuffer = 0,
110 // allocate the framebuffer
111 if (m->framebuffer == NULL) {
112 // initialize the framebuffer, the framebuffer is mapped once
137 intptr_t vaddr = intptr_t(m->framebuffer->base);
138 private_handle_t* hnd = new private_handle_t(dup(m->framebuffer->fd), size,
151 hnd->offset = vaddr - intptr_t(m->framebuffer->base);
257 int index = (hnd->base - m->framebuffer->base) / bufferSize;
  /external/chromium_org/media/cast/net/rtp/
framer.h 23 typedef std::map<uint32, linked_ptr<FrameBuffer> > FrameList;
80 bool ContinuousFrame(FrameBuffer* frame) const;
81 bool DecodableFrame(FrameBuffer* frame) const;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
TextureImpl.h 25 class Framebuffer;
58 virtual void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;
59 virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCOpenGLVideoRenderer.h 38 // the currently bound framebuffer. Supports OpenGL 3.2 and OpenGLES 2.0. OpenGL
39 // framebuffer creation and management should be handled elsewhere using the
53 // Draws |frame| onto the currently bound OpenGL framebuffer. |setupGL| must be
  /external/deqp/modules/gles2/functional/
es2fNegativeVertexArrayApiTests.cpp 141 m_log << tcu::TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
168 m_log << tcu::TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
194 m_log << tcu::TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
228 m_log << tcu::TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.");
261 m_log << tcu::TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete.")
    [all...]
  /external/qemu/android/camera/
camera-format-converters.h 40 * When camera service replies to a framebuffer request from the client, it
48 * pixel_format - Defines pixel format for the converting framebuffer.
49 * framebuffer_size, width, height - Converting framebuffer byte size, width,
camera-format-converters.c 36 * been read from the typecasted framebuffer:
38 * const uint32_t rgb = *reinterpret_cast<const uint32_t*>(framebuffer);
453 * given line in a YUV framebuffer.
460 * here is relative to the beginning of the YUV framebuffer.
465 * given line in a YUV framebuffer.
472 * here is relative to the beginning of the YUV framebuffer.
488 /* Offset of the first Y value in a fully interleaved YUV framebuffer. */
491 * interleaved YUV framebuffer. */
494 * interleaved YUV framebuffer. */
496 /* Increment between adjacent U/V values in a YUV framebuffer. *
    [all...]
  /frameworks/rs/
rsFBOCache.cpp 40 rsc->mHal.funcs.framebuffer.init(rsc, this);
44 rsc->mHal.funcs.framebuffer.destroy(rsc, this);
90 rsc->mHal.funcs.framebuffer.setActive(rsc, this);
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
WarpRenderer.h 3 #include "FrameBuffer.h"
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.in 135 (GLuint framebuffer),
136 (framebuffer))
139 (GLenum target, GLuint framebuffer),
140 (target, framebuffer))
  /external/chromium_org/content/test/data/gpu/
mem_webgl.html 58 gl.bindFramebuffer(gl.FRAMEBUFFER, fbo);
59 gl.framebufferTexture2D(gl.FRAMEBUFFER,
102 gl.bindFramebuffer(gl.FRAMEBUFFER, fbos[i]);
109 gl.bindFramebuffer(gl.FRAMEBUFFER, null);

Completed in 1249 milliseconds

1 2 3 45 6 7 8 91011>>