/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_fbo.h | 100 * \brief Return the framebuffer attachment specified by attIndex. 102 * If the framebuffer lacks the specified attachment, then return null.
|
/external/swiftshader/src/Main/ |
FrameBufferGDI.cpp | 67 return framebuffer; 149 bitmap = CreateDIBSection(bitmapContext, &bitmapInfo, DIB_RGB_COLORS, &framebuffer, 0, 0);
|
BUILD.gn | 46 "FrameBuffer.cpp",
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
libGLES_CM.vcxproj.filters | 23 <ClCompile Include="Framebuffer.cpp">
70 <ClInclude Include="Framebuffer.h">
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
GLExtensions.cpp | 83 // both a 16-bit primary display framebuffer and a 32-bit virtual display 84 // framebuffer.
|
/frameworks/rs/driver/ |
rsdFrameBufferObj.cpp | 126 bool framebuffer = renderToFramebuffer(); local 135 if (!framebuffer) {
|
/hardware/libhardware/modules/camera/3_4/arc/ |
image_processor.cpp | 59 const FrameBuffer& in_frame, FrameBuffer* out_frame); 114 const FrameBuffer& in_frame, 115 FrameBuffer* out_frame) { 262 int ImageProcessor::Scale(const FrameBuffer& in_frame, FrameBuffer* out_frame) { 350 const FrameBuffer& in_frame, FrameBuffer* out_frame) {
|
/hardware/qcom/display/msm8084/libgralloc/ |
framebuffer.cpp | 92 const size_t offset = hnd->base - m->framebuffer->base; 95 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 117 if (module->framebuffer) { 325 * map the framebuffer 333 module->framebuffer = new private_handle_t(fd, fbSize, 339 ALOGE("Error mapping the framebuffer (%s)", strerror(errno)); 343 module->framebuffer->base = uintptr_t(vaddr); 347 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL,
|
Android.mk | 29 LOCAL_SRC_FILES := gpu.cpp gralloc.cpp framebuffer.cpp mapper.cpp
|
/hardware/qcom/display/msm8226/libgralloc/ |
framebuffer.cpp | 93 m->framebuffer->base); 96 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 118 if (module->framebuffer) { 326 * map the framebuffer 334 module->framebuffer = new private_handle_t(fd, fbSize, 340 ALOGE("Error mapping the framebuffer (%s)", strerror(errno)); 344 module->framebuffer->base = uint64_t(vaddr); 348 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL,
|
Android.mk | 29 LOCAL_SRC_FILES := gpu.cpp gralloc.cpp framebuffer.cpp mapper.cpp
|
/hardware/qcom/display/msm8960/libgralloc/ |
framebuffer.cpp | 92 const size_t offset = hnd->base - m->framebuffer->base; 95 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 114 if (module->framebuffer) { 310 * map the framebuffer 318 module->framebuffer = new private_handle_t(fd, fbSize, 324 ALOGE("Error mapping the framebuffer (%s)", strerror(errno)); 327 module->framebuffer->base = intptr_t(vaddr); 332 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL,
|
/build/make/target/board/ |
treble_common.mk | 47 # Set emulator framebuffer display device buffer count to 3
|
/device/google/cuttlefish_common/host/vsoc/lib/ |
gralloc_buffer_region_view.h | 33 // needs from the framebuffer region).
|
/external/deqp/external/openglcts/modules/gl/ |
gl4cContextFlushControlTests.hpp | 141 /** @brief Draw Setup class to encapsulate context with framebuffer and shader program. 143 * The context and within framebuffer, renderbuffer, vertex array object, 163 glw::GLuint m_fbo; //!< OpenGL framebuffer object identifier (in m_context). 168 static const glw::GLuint s_view_size; //!< Framebuffer size (default 256).
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineFramebufferAttachmentTests.cpp | 21 * \brief Render to a framebuffer with attachments of different sizes and with 506 // Tests rendering to a a framebuffer with color attachments larger than the 507 // framebuffer dimensions and verifies that rendering does not affect the areas 508 // of the attachment outside the framebuffer dimensions. Tests both single-sample 543 Move<VkFramebuffer> framebuffer; local 595 // create framebuffer 596 framebuffer = makeFramebuffer(vk, device, *renderPass, caseDef.numLayers, &attachmentHandles[0], 662 *framebuffer, // VkFramebuffer framebuffer; 973 Move<VkFramebuffer> framebuffer; local [all...] |
vktPipelineFramebufferAttachmentTests.hpp | 23 * \brief Render to a framebuffer with attachments of various sizes or no
|
/external/deqp/modules/gles2/functional/ |
es2fFboCompletenessTests.hpp | 23 * \brief Framebuffer completeness tests.
|
/external/deqp/modules/gles3/functional/ |
es3fFboCompletenessTests.hpp | 23 * \brief Framebuffer completeness tests.
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_context.c | 206 if (ctx->framebuffer.cbuf) 207 etna_resource(ctx->framebuffer.cbuf->texture)->seqno++; 208 if (ctx->framebuffer.zsbuf) 209 etna_resource(ctx->framebuffer.zsbuf->texture)->seqno++;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_st.c | 175 * Present an attachment of the framebuffer. 224 * Create a framebuffer interface. 247 * Destroy a framebuffer interface. 262 * Swap the buffers of the given framebuffer.
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_msaa.c | 30 #include "main/framebuffer.h"
|
/external/mesa3d/src/mesa/swrast/ |
NOTES | 52 pixel- level interfaces to a framebuffer, with a few additional hooks
|
/external/swiftshader/src/D3D9/ |
Direct3DSwapChain9.hpp | 69 sw::FrameBufferWin *frameBuffer;
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
NewLayersActivity.java | 71 canvas.drawText("This is a very long string to overlap between layers and framebuffer",
|