/external/deqp/framework/platform/ios/ |
tcuIOSPlatform.hh | 83 //! EAGLContext-backed rendering context. Doesn't have default framebuffer. 93 virtual deUint32 getDefaultFramebuffer (void) const { DE_ASSERT(!"No framebuffer"); return 0; } 122 glu::Framebuffer m_framebuffer;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_framebuffer.c | 29 * Framebuffer utility functions. 77 * Copy framebuffer state from src to dst, updating refcounts. 116 /* Where multiple sizes are allowed for framebuffer surfaces, find the
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_flush.c | 63 for (i = 0; i < llvmpipe->framebuffer.nr_cbufs; i++) { 65 debug_dump_surface_bmp(&llvmpipe->pipe, filename, llvmpipe->framebuffer.cbufs[i]); 70 debug_dump_surface_bmp(&llvmpipe->pipe, filename, llvmpipe->framebuffer.zsbuf);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_clear.c | 48 struct pipe_framebuffer_state *fb = &svga->curr.framebuffer; 74 if ((svga->curr.framebuffer.zsbuf->format == PIPE_FORMAT_S8_UINT_Z24_UNORM) && 116 svga_surface(svga->curr.framebuffer.cbufs[0])->handle);
|
svga_context.c | 167 memset(&svga->state.hw_clear.framebuffer, 0x0, 168 sizeof(svga->state.hw_clear.framebuffer)); 288 if (svga->curr.framebuffer.cbufs[i]) 289 svga_propagate_surface(svga, svga->curr.framebuffer.cbufs[i]); 292 if (svga->curr.framebuffer.zsbuf) 293 svga_propagate_surface(svga, svga->curr.framebuffer.zsbuf);
|
/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
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
RenderServer.cpp | 24 #include "FrameBuffer.h" 155 // de-initialize the FrameBuffer object 157 FrameBuffer::finalize();
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_benchmark.cc | 138 WebGLId framebuffer = context_->createFramebuffer(); local 149 context_->bindFramebuffer(GL_FRAMEBUFFER, framebuffer); 204 context_->deleteFramebuffer(framebuffer); 246 WebGLId framebuffer = context_->createFramebuffer(); local 249 context_->bindFramebuffer(GL_FRAMEBUFFER, framebuffer); 291 context_->deleteFramebuffer(framebuffer);
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_readback_unittest.cc | 242 GLuint framebuffer = 0; local 243 glGenFramebuffers(1, &framebuffer); 244 glBindFramebuffer(GL_FRAMEBUFFER, framebuffer); 250 // Make sure this floating point framebuffer is supported 253 // framebuffer 314 glDeleteFramebuffers(1, &framebuffer);
|
/external/chromium_org/third_party/angle/extensions/ |
EXT_texture_rg.txt | 57 textures using capabilities such as framebuffer objects (FBO), but 64 both texturing and rendering into with framebuffer objects. 138 Operations and the Framebuffer) 141 Framebuffer", modify the last sentence to read: 143 "If the framebuffer does not support G, B, or A values then the G, B, and A 146 In section 4.4.5 "Framebuffer Completeness", modify the last sentence of
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_context.c | 167 memset(&svga->state.hw_clear.framebuffer, 0x0, 168 sizeof(svga->state.hw_clear.framebuffer)); 288 if (svga->curr.framebuffer.cbufs[i]) 289 svga_propagate_surface(svga, svga->curr.framebuffer.cbufs[i]); 292 if (svga->curr.framebuffer.zsbuf) 293 svga_propagate_surface(svga, svga->curr.framebuffer.zsbuf);
|
/hardware/intel/img/libdrm/libdrm/ |
xf86drmMode.h | 57 * need to create the memory object of the framebuffer yourself with the ttm 219 uint32_t x, y; /**< Position on the framebuffer */ 286 * FrameBuffer manipulation. 290 * Retrive information about framebuffer bufferId 295 * Creates a new framebuffer with an buffer object as its scanout buffer. 301 * Destroies the given framebuffer.
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.cc | 329 // true, the resolved framebuffer is not visible to the parent. 364 explicit ScopedRenderTo(Framebuffer* framebuffer); 368 const Framebuffer* framebuffer_; 371 ScopedRenderTo::ScopedRenderTo(Framebuffer* framebuffer) 372 : framebuffer_(framebuffer) { 373 if (framebuffer) 682 // Sets DEPTH_TEST, STENCIL_TEST and color mask for the current framebuffer. 685 // These check the state of the currently bound framebuffer or th 1543 Framebuffer* framebuffer = NULL; local 2951 Framebuffer* framebuffer = local 3229 Framebuffer* framebuffer = features().chromium_framebuffer_multisample ? local 3243 Framebuffer* framebuffer = local 3260 Framebuffer* framebuffer = local 3270 Framebuffer* framebuffer = local 3282 Framebuffer* framebuffer = local 3988 Framebuffer* framebuffer = local 3998 Framebuffer* framebuffer = local 4010 Framebuffer* framebuffer = local 4145 Framebuffer* framebuffer = NULL; local 4305 Framebuffer* framebuffer = local 4632 Framebuffer* framebuffer = local 4647 Framebuffer* framebuffer = local 4771 Framebuffer* framebuffer = local 5127 Framebuffer* framebuffer = GetFramebufferInfoForTarget(target); local 5257 Framebuffer* framebuffer = local 5294 Framebuffer* framebuffer = GetFramebufferInfoForTarget(target); local 5353 Framebuffer* framebuffer = GetFramebufferInfoForTarget(target); local 7035 const Framebuffer* framebuffer = local 8090 Framebuffer* framebuffer = local 10888 Framebuffer* framebuffer = GetFramebufferInfoForTarget(GL_FRAMEBUFFER); local [all...] |
/external/chromium_org/cc/output/ |
software_output_device.h | 28 // OutputSurface, such as to a platform-provided window framebuffer. 50 // Copies pixels inside |rect| from the current software framebuffer to
|
/external/chromium_org/media/cdm/ppapi/external_clear_key/ |
fake_cdm_video_decoder.cc | 70 decoded_frame->FrameBuffer()->SetSize(frame_size); 85 memset(reinterpret_cast<void*>(decoded_frame->FrameBuffer()->Data()),
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
Image9.h | 18 class Framebuffer; 57 virtual void copy(GLint xoffset, GLint yoffset, GLint zoffset,GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_clear.c | 67 for (i = 0; i < softpipe->framebuffer.nr_cbufs; i++) { 74 struct pipe_surface *ps = softpipe->framebuffer.zsbuf;
|
/external/deqp/doc/testspecs/GLES3/ |
stress.occlusion_query.txt | 29 + Occlusion query result verification based on framebuffer 42 by inspecting framebuffer contents.
|
/external/deqp/modules/glshared/ |
glsFboUtil.cpp | 21 * \brief Utilities for framebuffer objects. 317 // GLES2 4.4.5 / GLES3 4.4.4, "Framebuffer attachment completeness" 378 * \brief Return acceptable framebuffer status codes. 380 * This function examines the framebuffer configuration descriptor `fboConfig` 382 * allowed to return on a conforming implementation when given a framebuffer 389 * indicate that trying to create a framebuffer configuration like this could 394 StatusCodes FboVerifier::validStatusCodes (const Framebuffer& fboConfig) const 416 // "There is at least one image attached to the framebuffer." 433 void Framebuffer::attach (glw::GLenum attPoint, const Attachment* att) 441 const Image* Framebuffer::getImage (GLenum type, glw::GLuint imgName) cons [all...] |
glsFboUtil.hpp | 24 * \brief Utilities for framebuffer objects. 147 //! Configurations for framebuffer objects and their attachments. 309 //! Returns `true` iff this attachment is "framebuffer attachment 358 //! A framebuffer configuration. 359 struct Framebuffer 373 void logFramebufferConfig(const config::Framebuffer& cfg, tcu::TestLog& log); 375 class FboBuilder : public config::Framebuffer 441 StatusCodes validStatusCodes (const config::Framebuffer& cfg) const;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_clear.c | 67 for (i = 0; i < softpipe->framebuffer.nr_cbufs; i++) { 74 struct pipe_surface *ps = softpipe->framebuffer.zsbuf;
|
/external/qemu/android/skin/ |
file.h | 17 #include "android/framebuffer.h" 30 SkinRotation rotation; /* framebuffer rotation */
|
/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.
|