/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
FrameBufferBltLib.h | 2 Library for performing UEFI GOP Blt operations on a framebuffer
32 @param[in] FrameBuffer Pointer to the start of the frame buffer.
46 IN VOID *FrameBuffer,
|
/external/deqp/doc/testspecs/GLES3/ |
functional.frag_output.txt | 42 Each shader output is matched with a framebuffer. For floating-point targets 43 framebuffer can be either default framebuffer, renderbuffer with floating-point
|
stress.occlusion_query.txt | 29 + Occlusion query result verification based on framebuffer 42 by inspecting framebuffer contents.
|
/external/deqp/framework/platform/ios/ |
tcuIOSPlatform.hh | 83 //! EAGLContext-backed rendering context. Doesn't have default framebuffer. 93 virtual deUint32 getDefaultFramebuffer (void) const { DE_FATAL("No framebuffer"); return 0; } 122 glu::Framebuffer m_framebuffer;
|
/external/libdrm/man/ |
drmModeGetResources.xml | 79 allocated framebuffer objects (i.e., objects that can be attached to 85 framebuffer to a display sink, and contains mode timing and relative 105 framebuffer for this device (i.e., the scanout size limit).</para>
|
/external/libvncserver/client_examples/ |
ppmtest.c | 37 f=fopen("framebuffer.ppm","wb"); 39 rfbClientErr("Could not open framebuffer.ppm\n"); 46 unsigned char* p=client->frameBuffer+j+i;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_flush.c | 64 for (i = 0; i < llvmpipe->framebuffer.nr_cbufs; i++) { 66 debug_dump_surface_bmp(&llvmpipe->pipe, filename, llvmpipe->framebuffer.cbufs[i]); 71 debug_dump_surface_bmp(&llvmpipe->pipe, filename, llvmpipe->framebuffer.zsbuf);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_msaa.c | 44 struct pipe_framebuffer_state *framebuffer = &st->state.framebuffer; local 46 unsigned sample_count = util_framebuffer_get_num_samples(framebuffer);
|
st_copytex.c | 35 * Copy a colorbuffer from the window system framebuffer (a window or 40 * \param fbWidth width of the source framebuffer 41 * \param fbHeight height of the source framebuffer
|
/external/swiftshader/src/OpenGL/libEGL/ |
Surface.hpp | 25 #include "Main/FrameBuffer.hpp" 124 sw::FrameBuffer *frameBuffer;
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
utilities.h | 32 class Framebuffer; 52 bool IsValidReadPixelsFormatType(const Framebuffer *framebuffer, GLenum format, GLenum type, GLint clientVersion);
|
/frameworks/native/opengl/specs/ |
EGL_ANDROID_framebuffer_target.txt | 44 the HWComposer HAL as a framebuffer target layer. 68 framebuffer target layer is 83 which the buffers are to be passed to HWComposer as a framebuffer
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_misc.c | 88 struct pipe_framebuffer_state *curr = &svga->curr.framebuffer; 89 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; 112 struct pipe_framebuffer_state *dst = &svga->curr.framebuffer; 116 * the framebuffer state 174 if (svga->curr.framebuffer.zsbuf) { 175 switch (svga->curr.framebuffer.zsbuf->format) {
|
/external/swiftshader/src/OpenGL/libGL/ |
Texture.h | 38 class Framebuffer; 90 virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source) = 0; 135 void copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source); 136 void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source); 189 void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source); 190 virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source);
|
Context.cpp | 26 #include "Framebuffer.h" 290 Framebuffer *framebufferZero = new DefaultFramebuffer(colorbufferZero, depthStencilbufferZero); 803 // Returns an unused framebuffer name 860 void Context::deleteFramebuffer(GLuint framebuffer) 862 Framebuffer *framebufferObject = mFramebufferNameSpace.remove(framebuffer); 866 detachFramebuffer(framebuffer); 917 Framebuffer *Context::getReadFramebuffer() 922 Framebuffer *Context::getDrawFramebuffer() 955 void Context::bindReadFramebuffer(GLuint framebuffer) 1338 Framebuffer *framebuffer = getDrawFramebuffer(); local 1402 Framebuffer *framebuffer = getDrawFramebuffer(); local 1423 Framebuffer *framebuffer = getDrawFramebuffer(); local 1438 Framebuffer *framebuffer = getDrawFramebuffer(); local 1651 Framebuffer *framebuffer = getDrawFramebuffer(); local 1709 Framebuffer *framebuffer = getDrawFramebuffer(); local 2170 Framebuffer *framebuffer = getReadFramebuffer(); local 2379 Framebuffer *framebuffer = getDrawFramebuffer(); local [all...] |
/external/deqp/external/openglcts/modules/common/ |
glcWaiver.hpp | 31 the lower left corner of the framebuffer, if framebuffer's width
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
esextcGeometryShaderLayeredFramebuffer.hpp | 37 * Consider a layered framebuffer object A: 63 * framebuffer object A bound to both targets *and* with stencil test 105 * Consider a layered framebuffer object A with the following configuration: 130 * Consider a layered framebuffer object B. Texture object A's first layer 168 * Consider a layered framebuffer object A: 193 * framebuffer object A bound to both targets *and* with stencil test stage 239 * Consider a layered framebuffer object A: 266 * framebuffer object A bound to both targets *and* with stencil test stage
|
/external/deqp/modules/glshared/ |
glsFboUtil.hpp | 24 * \brief Utilities for framebuffer objects. 80 //! Configurations for framebuffer objects and their attachments. 262 //! Returns `true` iff this attachment is "framebuffer attachment 311 //! A framebuffer configuration. 312 struct Framebuffer 326 class FboBuilder : public config::Framebuffer 391 void logFramebufferConfig (const config::Framebuffer& cfg, tcu::TestLog& log); 433 ValidStatusCodes validStatusCodes (const config::Framebuffer& cfg) const;
|
/external/libvncserver/examples/ |
example.c | 79 /* switch to new framebuffer contents */ 87 oldfb = (unsigned char*)screen->frameBuffer; 133 drawline((unsigned char*)cl->screen->frameBuffer,cl->screen->paddedWidthInBytes,bpp, 148 cl->screen->frameBuffer[j*w+i]=(char)0xff; 181 initBuffer((unsigned char*)cl->screen->frameBuffer); 287 rfbScreen->frameBuffer = (char*)malloc(maxx*maxy*bpp); 295 initBuffer((unsigned char*)rfbScreen->frameBuffer); 334 free(rfbScreen->frameBuffer);
|
/external/libvncserver/libvncserver/ |
draw.c | 13 memcpy(s->frameBuffer+j*rowstride+i*bpp,colour,bpp); 18 memcpy(s->frameBuffer+(y)*rowstride+(x)*bpp,colour,bpp)
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_clear.c | 54 struct pipe_surface *zsbuf = softpipe->framebuffer.zsbuf; 70 for (i = 0; i < softpipe->framebuffer.nr_cbufs; i++) {
|
sp_context.c | 91 pipe_surface_reference(&softpipe->framebuffer.cbufs[i], NULL); 95 pipe_surface_reference(&softpipe->framebuffer.zsbuf, NULL); 129 * if (the texture is being used as a framebuffer surface) 149 for (i = 0; i < softpipe->framebuffer.nr_cbufs; i++) { 150 if (softpipe->framebuffer.cbufs[i] && 151 softpipe->framebuffer.cbufs[i]->texture == texture) { 155 if (softpipe->framebuffer.zsbuf && 156 softpipe->framebuffer.zsbuf->texture == texture) {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameBuffer1D.java | 86 throw new RuntimeException("Cannot access Frame of type " + type + " as a FrameBuffer " 91 throw new RuntimeException("Cannot access Frame with no dimensions as a FrameBuffer "
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTracePerspective.java | 37 // The third column contains the texture view and the top and the framebuffer at the bottom. 49 // Add the OpenGL Framebuffer view below the texture view (bottom of 3rd column)
|
/system/core/adb/ |
SERVICES.TXT | 201 framebuffer: 202 This service is used to send snapshots of the framebuffer to a client. 208 depth: uint32_t: framebuffer depth 209 size: uint32_t: framebuffer size in bytes 210 width: uint32_t: framebuffer width in pixels 211 height: uint32_t: framebuffer height in pixels 218 to send it 'size' bytes of framebuffer data. 221 the framebuffer device, the connection is simply closed immediately.
|