Searched
full:framebuffer (Results
301 -
325 of
1595) sorted by null
<<11121314151617181920>>
/external/deqp/modules/gles2/functional/ |
es2fFboCompletenessTests.cpp | 21 * \brief Framebuffer completeness tests. 155 // formats of the images attached to a framebuffer object are not 156 // supported by the implementation, then the framebuffer is not complete 187 glu::Framebuffer fbo(m_ctx.getRenderContext());
|
es2fFboCompletenessTests.hpp | 23 * \brief Framebuffer completeness tests.
|
/external/deqp/modules/gles3/functional/ |
es3fFboCompletenessTests.hpp | 23 * \brief Framebuffer completeness tests.
|
/external/mesa3d/src/mesa/main/ |
descrip.mms | 53 framebuffer.c \ 128 framebuffer.obj,\ 212 framebuffer.obj : framebuffer.c
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_readpixels.c | 41 * framebuffer surfaces) and flush the bitmap cache prior to reading.
|
/external/mesa3d/src/mesa/swrast/ |
NOTES | 52 pixel- level interfaces to a framebuffer, with a few additional hooks
|
/external/qemu/android/ |
display-core.c | 22 * Its purpose is to ensure that hw framebuffer updates are properly
|
/external/qemu/distrib/sdl-1.2.15/ |
README | 13 and 2D framebuffer across multiple platforms.
|
/frameworks/av/include/private/media/ |
VideoFrame.h | 29 // with bitmap pixels stored in 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",
|
/hardware/intel/img/libdrm/shared-core/ |
drm_mode.h | 116 __u32 fb_id; /**< Id of framebuffer */ 245 * Mark a region of a framebuffer as dirty. 248 * as a hardware or software draw to a framebuffer. This ioctl 250 * regions of the framebuffer have changed.
|
/hardware/qcom/display/msm8084/libgralloc/ |
Android.mk | 28 LOCAL_SRC_FILES := gpu.cpp gralloc.cpp framebuffer.cpp mapper.cpp
|
/hardware/qcom/display/msm8226/libgralloc/ |
Android.mk | 28 LOCAL_SRC_FILES := gpu.cpp gralloc.cpp framebuffer.cpp mapper.cpp
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
s3c-fb.h | 8 * Samsung SoC Framebuffer driver
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/ |
drm_mode.h | 113 __u32 fb_id; /**< Id of framebuffer */ 236 * Mark a region of a framebuffer as dirty. 239 * as a hardware or software draw to a framebuffer. This ioctl 241 * regions of the framebuffer have changed.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
drm_mode.h | 113 __u32 fb_id; /**< Id of framebuffer */ 236 * Mark a region of a framebuffer as dirty. 239 * as a hardware or software draw to a framebuffer. This ioctl 241 * regions of the framebuffer have changed.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLProtoBuf.java | [all...] |
TraceFileReader.java | 28 * The message size is dominated by the size of the compressed framebuffer.
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
Android.mk | 26 FrameBuffer.cpp \
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmImp.cpp | [all...] |
/device/generic/goldfish/camera/ |
EmulatedFakeCameraDevice.h | 142 /* U pane inside the framebuffer. */ 145 /* V pane inside the framebuffer. */ 156 /* Total number of each, U, and V elements in the framebuffer. */
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_1.cc | 61 // Give it a valid framebuffer. 83 // We bind a framebuffer color the colormask test since the framebuffer
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
Renderer11.cpp | 13 #include "libGLESv2/Framebuffer.h" 603 void Renderer11::setBlendState(gl::Framebuffer *framebuffer, const gl::BlendState &blendState, const gl::ColorF &blendColor, 612 gl::Error error = mStateCache.getBlendState(framebuffer, blendState, &dxBlendState); 799 bool Renderer11::applyRenderTarget(gl::Framebuffer *framebuffer) 810 const gl::ColorbufferInfo &colorbuffers = framebuffer->getColorbuffersForRender(); 820 // check for zero-sized default framebuffer, which is a special case. 859 gl::FramebufferAttachment *depthStencil = framebuffer->getDepthbuffer(); 866 else if (framebuffer->getStencilbuffer() [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
GL3.txt | 24 Framebuffer objects (GL_ARB_framebuffer_object) DONE (i965, r300, r600, swrast) 26 Non-normalized Integer texture/framebuffer formats DONE (i965) 33 sRGB framebuffer format (GL_EXT_framebuffer_sRGB) DONE (i965, r600)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_context.c | 127 /* unbind framebuffer */ 129 pipe_surface_reference(&i915->framebuffer.cbufs[i], NULL); 131 pipe_surface_reference(&i915->framebuffer.zsbuf, NULL);
|
Completed in 1472 milliseconds
<<11121314151617181920>>