/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_fbo.h | 104 * \brief Return the framebuffer attachment specified by attIndex. 106 * If the framebuffer lacks the specified attachment, then return null.
|
/external/mesa3d/src/mesa/main/ |
fbobject.h | 159 _mesa_IsFramebufferEXT(GLuint framebuffer); 162 _mesa_BindFramebufferEXT(GLenum target, GLuint framebuffer);
|
renderbuffer.c | 91 * Attach a renderbuffer to a framebuffer. 125 * Remove the named renderbuffer from the given framebuffer.
|
/external/qemu/android/utils/ |
jpeg-compress.c | 173 /* Decode framebuffer's pixel format. There can be only three: 178 /* This is RGB565 - most commonly used pixel format for framebuffer. */
|
/external/skia/src/gpu/gl/unix/ |
SkNativeGLContext_unix.cpp | 86 //SkDebugf("Getting matching framebuffer configs.\n"); 91 SkDebugf("Failed to retrieve a framebuffer config.\n");
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_context.cpp | 205 /** obtain a pointer to the compressed framebuffer image */ 214 // switch current framebuffer binding if necessary
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES11Ext.spec | 59 GLboolean glIsFramebufferOES ( GLuint framebuffer ) 60 void glBindFramebufferOES ( GLenum target, GLuint framebuffer )
|
/hardware/libhardware/include/hardware/ |
hwcomposer_defs.h | 62 * framebuffer with transparent pixels where this layer would be. 96 /* this layer is to be drawn into the framebuffer by SurfaceFlinger */
|
hwcomposer.h | 96 * indicates this layer is the framebuffer surface used as the target of 101 * This flag (and the framebuffer surface layer) will only be used if the 114 * that the layer will be drawn into the framebuffer using OpenGL ES. 226 * reads from them are complete before the framebuffer is ready for 383 * If prepare() sets all layers to FRAMEBUFFER, then GLES 390 * changed: if all layers are marked for FRAMEBUFFER, GLES 391 * composition will take place to a scratch framebuffer, and 397 * If some or all layers are marked OVERLAY, then the framebuffer 399 * the framebuffer handle will not change between frames if all [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
usbcamdi.h | 193 PVOID FrameBuffer, 205 PVOID FrameBuffer,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceCollectorDialog.java | 87 createLabel(controlGroup, "Collect Framebuffer contents on eglSwapBuffers()"); 91 createLabel(controlGroup, "Collect Framebuffer contents on glDraw*()");
|
/device/generic/goldfish/camera/ |
EmulatedCameraDevice.h | 172 /* Gets current framebuffer, converted into preview frame format. 250 * Current framebuffer's pixel format. Note that value returned from this 495 /* Framebuffer containing the current frame. */ 499 * Framebuffer properties. 502 /* Byte size of the framebuffer. */
|
/external/deqp/modules/gles2/functional/ |
es2fNegativeBufferApiTests.cpp | 177 m_log << TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete."); 218 // Framebuffer Objects 305 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the default framebuffer object name 0 is bound."); 366 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the default framebuffer object name 0 is bound.");
|
/external/qemu/android/camera/ |
camera-capture-mac.m | 97 /* Current framebuffer. */ 244 /* Release current framebuffer. */ 292 /* Get framebuffer pointer. */ 296 /* Convert framebuffer. */ 302 E("%s: Unable to obtain framebuffer", __FUNCTION__);
|
/external/deqp/modules/gles3/functional/ |
es3fNegativeBufferApiTests.cpp | 188 m_log << TestLog::Section("", "GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound framebuffer is not framebuffer complete."); 245 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if currently bound framebuffer format is incompatible with format and type."); 270 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_READ_FRAMEBUFFER_BINDING is non-zero, the read framebuffer is complete, and the value of GL_SAMPLE_BUFFERS for the read framebuffer is greater than zero."); 659 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the GL is bound to the default framebuffer and n is not 1."); 665 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the GL is bound to the default framebuffer and the value in bufs is one of the GL_COLOR_ATTACHMENTn tokens."); 671 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the GL is bound to a framebuffer object and the ith buffer listed in bufs is anything other than GL_NONE or GL_COLOR_ATTACHMENTSi."); [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/internal/ |
dri_interface.h | 614 * Framebuffer information record. Used by libGL to communicate information 615 * about the framebuffer to the driver's \c __driCreateNewScreen function. 626 unsigned char *base; /**< Framebuffer base address in the CPU's 628 * calling \c drmMap on the framebuffer handle 632 int size; /**< Framebuffer size, in bytes. */ 634 int width; /**< Pixel width of the framebuffer. */ 635 int height; /**< Pixel height of the framebuffer. */ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_state.c | 735 pipe_surface_reference(&nvc0->framebuffer.cbufs[i], fb->cbufs[i]); 736 for (; i < nvc0->framebuffer.nr_cbufs; ++i) 737 pipe_surface_reference(&nvc0->framebuffer.cbufs[i], NULL); 739 nvc0->framebuffer.nr_cbufs = fb->nr_cbufs; 741 nvc0->framebuffer.width = fb->width; 742 nvc0->framebuffer.height = fb->height; 744 pipe_surface_reference(&nvc0->framebuffer.zsbuf, fb->zsbuf);
|
/external/deqp/modules/glshared/ |
glsFboCompletenessTests.cpp | 21 * \brief Framebuffer completeness tests. 40 using glu::Framebuffer; 443 glu::Framebuffer fbo(m_ctx.getRenderContext()); 479 fail("Framebuffer checked as complete, expected incomplete"); 481 fail("Framebuffer checked is incomplete, expected complete"); 484 fail("Framebuffer checked as incomplete, but with wrong status"); 489 qualityWarning("Framebuffer object could have checked as complete but did not.");
|
/external/mesa3d/include/GL/internal/ |
dri_interface.h | 614 * Framebuffer information record. Used by libGL to communicate information 615 * about the framebuffer to the driver's \c __driCreateNewScreen function. 626 unsigned char *base; /**< Framebuffer base address in the CPU's 628 * calling \c drmMap on the framebuffer handle 632 int size; /**< Framebuffer size, in bytes. */ 634 int width; /**< Pixel width of the framebuffer. */ 635 int height; /**< Pixel height of the framebuffer. */ [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_state.c | 735 pipe_surface_reference(&nvc0->framebuffer.cbufs[i], fb->cbufs[i]); 736 for (; i < nvc0->framebuffer.nr_cbufs; ++i) 737 pipe_surface_reference(&nvc0->framebuffer.cbufs[i], NULL); 739 nvc0->framebuffer.nr_cbufs = fb->nr_cbufs; 741 nvc0->framebuffer.width = fb->width; 742 nvc0->framebuffer.height = fb->height; 744 pipe_surface_reference(&nvc0->framebuffer.zsbuf, fb->zsbuf);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/internal/ |
dri_interface.h | 557 * Framebuffer information record. Used by libGL to communicate information 558 * about the framebuffer to the driver's \c __driCreateNewScreen function. 569 unsigned char *base; /**< Framebuffer base address in the CPU's 571 * calling \c drmMap on the framebuffer handle 575 int size; /**< Framebuffer size, in bytes. */ 577 int width; /**< Pixel width of the framebuffer. */ 578 int height; /**< Pixel height of the framebuffer. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/ |
dri_interface.h | 557 * Framebuffer information record. Used by libGL to communicate information 558 * about the framebuffer to the driver's \c __driCreateNewScreen function. 569 unsigned char *base; /**< Framebuffer base address in the CPU's 571 * calling \c drmMap on the framebuffer handle 575 int size; /**< Framebuffer size, in bytes. */ 577 int width; /**< Pixel width of the framebuffer. */ 578 int height; /**< Pixel height of the framebuffer. */
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
validationES3.cpp | 13 #include "libGLESv2/Framebuffer.h" 873 gl::Framebuffer *framebuffer = context->getState().getReadFramebuffer(); local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fStencilTexturingTests.cpp | 507 throw tcu::NotSupportedError("Unsupported framebuffer configuration"); 509 throw tcu::TestError("Incomplete framebuffer: " + glu::getFramebufferStatusStr(status).toString()); 527 glu::Framebuffer fbo (renderCtx); 584 glu::Framebuffer fbo (renderCtx); 670 glu::Framebuffer fbo (renderCtx); 757 glu::Framebuffer fbo (renderCtx); 815 glu::Framebuffer fbo (renderCtx); 888 glu::Framebuffer fbo (renderCtx); 950 glu::Framebuffer fbo (renderCtx); [all...] |
/external/chromium_org/ash/touch/ |
touch_transformer_controller.cc | 75 // from framebuffer size to the display size. 250 // Mapping from framebuffer size to the source display's native 271 // Mapping from framebuffer size to each display's native resolution.
|