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

1 2 3 45 6 7 8 91011>>

  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
r10595.htm 192 framebuffer parameters for a <A
251 >. Since the framebuffer is
258 and returns the framebuffer parameters as
282 overlay and returns the framebuffer parameters as
304 NAME="V4L2-FRAMEBUFFER"
341 HREF="r10595.htm#FRAMEBUFFER-CAP"
358 HREF="r10595.htm#FRAMEBUFFER-FLAGS"
374 >Physical base address of the framebuffer,
376 framebuffer.<SUP
396 framebuffer device (see <
    [all...]
  /external/mesa3d/src/mesa/main/
buffers.c 48 * This depends on the type of framebuffer. For window system framebuffers
49 * we look at the framebuffer's visual. But for user-create framebuffers we
51 * \param fb the framebuffer to draw to, or read from
65 /* A window system framebuffer */
254 * current ctx->DrawBuffer is a window-system framebuffer or a user-created
255 * framebuffer object.
323 _mesa_NamedFramebufferDrawBuffer(GLuint framebuffer, GLenum buf)
328 if (framebuffer) {
329 fb = _mesa_lookup_framebuffer_err(ctx, framebuffer,
384 * "If the GL is bound to the default framebuffer, then n must be
    [all...]
  /device/generic/goldfish/gralloc/
gralloc.cpp 93 .framebuffer = 0,
109 // allocate the framebuffer
110 if (m->framebuffer == NULL) {
111 // initialize the framebuffer, the framebuffer is mapped once
136 intptr_t vaddr = intptr_t(m->framebuffer->base);
137 private_handle_t* hnd = new private_handle_t(dup(m->framebuffer->fd), size,
150 hnd->offset = vaddr - intptr_t(m->framebuffer->base);
264 int index = (hnd->base - m->framebuffer->base) / bufferSize;
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 93 .framebuffer = 0,
109 // allocate the framebuffer
110 if (m->framebuffer == NULL) {
111 // initialize the framebuffer, the framebuffer is mapped once
136 intptr_t vaddr = intptr_t(m->framebuffer->base);
137 private_handle_t* hnd = new private_handle_t(dup(m->framebuffer->fd), size,
150 hnd->offset = vaddr - intptr_t(m->framebuffer->base);
264 int index = (hnd->base - m->framebuffer->base) / bufferSize;
  /external/deqp/external/openglcts/docs/specs/
CTS_ARB_indirect_parameters.txt 63 Polygons should cover whole framebuffer.
77 Verify result by reading pixels from framebuffer.
82 In both cases rendering result should be half framebuffer filled with
CTS_ARB_shader_viewport_layer_array.txt 55 * Create framebuffer with multiple layers
65 shader has no effect if the framebuffer is not layered.
  /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/webrtc/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
  /frameworks/rs/
rsFBOCache.cpp 39 rsc->mHal.funcs.framebuffer.init(rsc, this);
43 rsc->mHal.funcs.framebuffer.destroy(rsc, this);
89 rsc->mHal.funcs.framebuffer.setActive(rsc, this);
  /device/generic/goldfish-opengl/system/egl/
ClientAPIExts.in 135 (GLuint framebuffer),
136 (framebuffer))
139 (GLenum target, GLuint framebuffer),
140 (target, framebuffer))
  /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/deqp/external/openglcts/modules/gles31/
es31cFramebufferNoAttachmentsTests.cpp 145 // A freshly created framebuffer with no attachment is expected to be incomplete
148 "error setting up framebuffer with multisample attachment");
161 expect_fbo_status(target, GL_FRAMEBUFFER_COMPLETE, "framebuffer with an attachment should be complete");
185 GLU_EXPECT_NO_ERROR(gl.getError(), "error deleting framebuffer / renderbuffer / texture");
310 // Using default framebuffer - GL_INVALID_OPERATION
320 "Using glFramebufferParameteri() on default framebuffer "
334 "Using glGetFramebufferParameteriv() on default framebuffer "
356 // Check FBO status of default framebuffer
357 // TODO Check presence of default framebuffer - default framebuffer is complet
    [all...]
  /external/libdrm/tests/kms/
Makefile.am 15 libkms-test-framebuffer.c \
  /external/libvncserver/libvncserver/
scale.c 88 /* So, all of the encodings point to the ->screen->frameBuffer,
103 /* If it's the original framebuffer... */
164 srcptr = (unsigned char *)(screen->frameBuffer +
166 dstptr = (unsigned char *)(ptr->frameBuffer +
168 /* The area of the source framebuffer for each destination pixel */
186 * screen->width, screen->height, ptr->width, ptr->height, ptr->frameBuffer);
257 memcpy (&ptr->frameBuffer[(y *ptr->paddedWidthInBytes) + (x * bytesPerPixel)],
258 &screen->frameBuffer[(y * areaY * screen->paddedWidthInBytes) + (x *areaX * bytesPerPixel)], bytesPerPixel);
265 /* ok, now the task is to update each and every scaled version of the framebuffer
283 /* Create a new scaled version of the framebuffer */
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 231 * Add software-based color renderbuffers to the given framebuffer.
233 * window system framebuffer (not a user-created render/framebuffer).
285 * Add a software-based depth renderbuffer to the given framebuffer.
287 * window system framebuffer (not a user-created render/framebuffer).
330 * Add a software-based stencil renderbuffer to the given framebuffer.
332 * window system framebuffer (not a user-created render/framebuffer).
393 * Add a software-based accumulation renderbuffer to the given framebuffer
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
WarpRenderer.h 3 #include "FrameBuffer.h"
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/lib/pkgconfig/
sdl2.pc 9 Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/lib/pkgconfig/
sdl2.pc 9 Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 94 w = p->framebuffer.width;
95 h = p->framebuffer.height;
102 if (dimensions[0] != p->framebuffer.width ||
103 dimensions[1] != p->framebuffer.height) {
104 constants[0] = 1.0f / p->framebuffer.width;
105 constants[1] = 1.0f / p->framebuffer.height;
108 dimensions[0] = p->framebuffer.width;
109 dimensions[1] = p->framebuffer.height;
124 p->framebuffer.zsbuf = ppq->stencils;
195 w, h, 0, p->framebuffer.cbufs[0]
    [all...]
  /device/linaro/hikey/gralloc960/
Android.hikey960.mk 43 # When enabled, forces display framebuffer format to BGRA_8888
45 # Disables the framebuffer HAL device. When a hwc impl is available.
  /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
  /external/libvncserver/examples/
repeater.c 34 server->frameBuffer=(char*)malloc(400*300*2);
35 f=(uint16_t*)server->frameBuffer;
  /external/swiftshader/src/Main/
FrameBufferWin.cpp 19 FrameBufferWin::FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin) : FrameBuffer(width, height, fullscreen, topLeftOrigin), windowHandle(windowHandle)
75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height)
FrameBufferWin.hpp 18 #include "FrameBuffer.hpp"
29 class FrameBufferWin : public FrameBuffer
  /frameworks/native/opengl/tools/glgen/specs/jsr239/
glspec-1.1extpack 1 void glBindFramebufferOES ( GLint target, GLint framebuffer )
24 GLboolean glIsFramebufferOES ( GLint framebuffer )

Completed in 470 milliseconds

1 2 3 45 6 7 8 91011>>