/external/mesa3d/src/mesa/state_tracker/ |
st_context.c | 598 /* release framebuffer surfaces */ 600 pipe_surface_reference(&st->state.framebuffer.cbufs[i], NULL); 602 pipe_surface_reference(&st->state.framebuffer.zsbuf, NULL);
|
/external/python/cpython2/Modules/ |
clmodule.c | 104 char *frameBuffer; 109 &originalFormat, &compressionRatio, &frameBuffer, 121 compressionRatio, (void *) frameBuffer, 149 PyObject *frameBuffer; 158 frameBuffer = PyString_FromStringAndSize(NULL, frameBufferSize); 159 if (frameBuffer == NULL) 165 (void *) PyString_AsString(frameBuffer)) 167 Py_DECREF(frameBuffer); 173 return frameBuffer; 224 char *frameBuffer; [all...] |
/external/swiftshader/src/OpenGL/libGLES_CM/ |
Texture.cpp | 23 #include "Framebuffer.h" 496 void Texture2D::copyImage(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source) 529 void Texture2D::copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source)
|
/frameworks/base/libs/hwui/ |
BakedOpRenderer.cpp | 61 // create and bind framebuffer 72 "framebuffer incomplete, status %d, textureId %d, size %dx%d", status, 347 // Disable blending if this is the first draw to the main framebuffer, in case app has defined
|
/frameworks/rs/ |
rsDriverLoader.cpp | 146 ret &= fn(RS_HAL_GRAPHICS_FB_INIT, (void **)&rsc->mHal.funcs.framebuffer.init); 147 ret &= fn(RS_HAL_GRAPHICS_FB_SET_ACTIVE, (void **)&rsc->mHal.funcs.framebuffer.setActive); 148 ret &= fn(RS_HAL_GRAPHICS_FB_DESTROY, (void **)&rsc->mHal.funcs.framebuffer.destroy);
|
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/ |
img_gralloc_common_public.h | 64 * data will be compressed in memory with the Rogue framebuffer compressor. 214 /* Guarantee that GPU framebuffer compression is never used for buffers in 217 * the framebuffer compression encoding, and the existing HAL overrides are
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/ |
img_gralloc_common_public.h | 64 * data will be compressed in memory with the Rogue framebuffer compressor. 214 /* Guarantee that GPU framebuffer compression is never used for buffers in 217 * the framebuffer compression encoding, and the existing HAL overrides are
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
vktTessellationUtil.cpp | 290 const VkFramebuffer framebuffer, 300 framebuffer, // VkFramebuffer framebuffer; 312 const VkFramebuffer framebuffer) 320 framebuffer, // VkFramebuffer framebuffer; [all...] |
/external/deqp/modules/glshared/ |
glsScissorTests.cpp | 397 // Test effect of scissor on default framebuffer clears 483 typedef de::MovePtr<glu::Framebuffer> FramebufferP; 500 throw tcu::NotSupportedError("Cannot blit to multisampled framebuffer", "", __FILE__, __LINE__); 506 m_fbo = FramebufferP(new glu::Framebuffer(gl)); 533 // blit to default framebuffer 614 const glu::Framebuffer fbo (gl);
|
/external/mesa3d/docs/specs/ |
MESA_texture_array.spec | 238 TexImage2D, except that the image data are taken from the framebuffer 567 -- Section 4.4.2.3 "Attaching Texture Images to a Framebuffer" 588 the framebuffer attachment state corresponding to <attachment> is 592 -- Section 4.4.4.1 "Framebuffer Attachment Completeness" [all...] |
/external/mesa3d/src/amd/vulkan/ |
radv_meta_clear.c | 379 const struct radv_framebuffer *fb = cmd_buffer->state.framebuffer; 667 const struct radv_framebuffer *fb = cmd_buffer->state.framebuffer; 835 const struct radv_framebuffer *fb = cmd_buffer->state.framebuffer; 973 .layerCount = cmd_state->framebuffer->layers, [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_compute.c | 122 pipe->ctx->framebuffer.state.cbufs[id] = pipe->ctx->b.b.create_surface( 127 pipe->ctx->framebuffer.state.nr_cbufs = 128 MAX2(id + 1, pipe->ctx->framebuffer.state.nr_cbufs); 136 surf = (struct r600_surface*)pipe->ctx->framebuffer.state.cbufs[id]; 474 for (i = 0; i < 8 && i < rctx->framebuffer.state.nr_cbufs; i++) { 475 struct r600_surface *cb = (struct r600_surface*)rctx->framebuffer.state.cbufs[i]; [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/ |
Initialize.c | 264 // Fetch the available framebuffer size.
267 // drawable framebuffer. Up to and including qemu-2.1 however it used to
|
/device/linaro/hikey/gralloc960/ |
alloc_ion.cpp | 375 res = ioctl( m->framebuffer->shallow_fbdev_fd, FBIOGET_DMABUF, &fb_dma_buf ); 383 AINF("FBIOGET_DMABUF ioctl failed(%d). See gralloc_priv.h and the integration manual for vendor framebuffer integration", res);
|
/external/autotest/client/cros/multimedia/ |
display_facade_adapter.py | 222 """Captures the internal screen framebuffer. 232 """Captures the external screen framebuffer.
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
sampler.py | 211 self.frame_buffers[key] = FrameBuffer(pipe, fb) 215 class FrameBuffer():
|
/external/autotest/server/cros/multimedia/ |
display_facade_adapter.py | 234 """Captures the internal screen framebuffer. 244 """Captures the external screen framebuffer.
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
esextcGeometryShaderLayeredRenderingBoundaryCondition.hpp | 96 * 1. Only the smallest number of layers of layered framebuffer's attachments 234 * Consider a framebuffer object A with the following configuration:
|
esextcGeometryShaderTests.cpp | 94 new TestCaseGroupBase(m_context, m_extParams, "layered_framebuffer", "Layered framebuffer (Test Group 11)"); 193 /* Layered framebuffer (Test Group 11) */
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
esextcGPUShader5SamplerArrayIndexing.cpp | 186 /* Create and configure the framebuffer object */ 190 GLU_EXPECT_NO_ERROR(gl.getError(), "Error configuring framebuffer object!");
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiObjectManagementTests.cpp | 2815 CaseDescription<Framebuffer> framebuffer; member in struct:vkt::CaseDescriptions [all...] |
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
vktSynchronizationUtil.hpp | 243 void beginRenderPass (const vk::DeviceInterface& vk, const vk::VkCommandBuffer commandBuffer, const vk::VkRenderPass renderPass, const vk::VkFramebuffer framebuffer, const vk::VkRect2D& renderArea, const tcu::Vec4& clearColor); 244 void beginRenderPassWithRasterizationDisabled (const vk::DeviceInterface& vk, const vk::VkCommandBuffer commandBuffer, const vk::VkRenderPass renderPass, const vk::VkFramebuffer framebuffer);
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.cpp | 84 void ContextWrapper::glBindFramebuffer (deUint32 target, deUint32 framebuffer) 86 m_curCtx->bindFramebuffer(target, framebuffer);
|
/external/deqp/modules/gles31/functional/ |
es31fFboColorbufferTests.cpp | 176 log << TestLog::Message << "Creating a framebuffer object for each layer-face" << TestLog::EndMessage; 229 // Render to framebuffer
|
/external/libvncserver/client_examples/ |
vnc2mpg.c | 326 client->frameBuffer=tmp_picture->data[0]; 328 client->frameBuffer=picture->data[0];
|