HomeSort by relevance Sort by last modified time
    Searched full:framebuffer (Results 426 - 450 of 1595) sorted by null

<<11121314151617181920>>

  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 40 private_handle_t* framebuffer; member in struct:private_module_t
  /hardware/qcom/display/msm8084/libgralloc/
gralloc.cpp 88 framebuffer: 0,
  /hardware/qcom/display/msm8226/libgralloc/
gralloc.cpp 88 framebuffer: 0,
  /hardware/qcom/display/msm8960/libgralloc/
gralloc.cpp 87 framebuffer: 0,
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.h 31 //Framebuffer update Interface
  /hardware/qcom/display/msm8974/libgralloc/
gralloc.cpp 87 framebuffer: 0,
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.h 31 //Framebuffer update Interface
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
ProtoBufUtils.java 76 "Unexpected error while retrieving framebuffer image: " + e);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp 32 #include "libGLESv2/Framebuffer.h"
755 void Renderer9::setBlendState(gl::Framebuffer *framebuffer, const gl::BlendState &blendState, const gl::ColorF &blendColor,
810 gl::FramebufferAttachment *attachment = framebuffer->getFirstColorbuffer();
    [all...]
  /external/deqp/framework/opengl/
gluStateReset.cpp 281 // Framebuffer control.
291 GLU_EXPECT_NO_ERROR(gl.getError(), "Framebuffer control state reset failed");
294 // Framebuffer state.
296 // \note Actually spec explictly says 0 but on some platforms (iOS) no default framebuffer exists.
309 GLU_EXPECT_NO_ERROR(gl.getError(), "Framebuffer state reset failed");
827 // Framebuffer control.
837 GLU_EXPECT_NO_ERROR(gl.getError(), "Framebuffer control state reset failed");
840 // Framebuffer state.
843 deUint32 framebuffer = renderCtx.getDefaultFramebuffer() local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 21 * \brief Framebuffer Object Tests.
137 class Framebuffer
140 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorBuffer = 0, deUint32 depthStencilBuffer = 0);
141 ~Framebuffer (void);
249 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorBufferName, deUint32 depthStencilBufferName)
317 Framebuffer::~Framebuffer (void)
324 void Framebuffer::checkCompleteness (void)
333 deUint32 Framebuffer::createTex2D (deUint32 name, GLenum format, int width, int height
    [all...]
  /external/chromium_org/cc/output/
output_surface.h 76 // framebuffer or to an offscreen framebuffer.
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_texture_mailbox.txt 53 from all texture units and framebuffer attachments), the mailbox is
89 associated with the texture object, and detached it from all framebuffer
  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.h 133 virtual cdm::Buffer* FrameBuffer() OVERRIDE { return frame_buffer_; }
195 virtual cdm::Buffer* FrameBuffer() OVERRIDE {
  /external/chromium_org/third_party/angle/extensions/
ANGLE_pack_reverse_row_order.txt 152 /* Bind the framebuffer object to be read */
153 glBindFramebuffer(GL_READ_FRAMEBUFFER, framebuffer);
  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer_defs.h 61 * framebuffer with transparent pixels where this layer would be.
85 /* this layer is to be drawn into the framebuffer by SurfaceFlinger */
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCEAGLVideoView.m 117 // GLKView manages a framebuffer for us.
195 // The renderer will draw the frame to the framebuffer corresponding to the
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.h 110 class FrameBuffer;
111 typedef rtc::RefCountedObject<FrameBuffer> RefCountedBuffer;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_context.c 67 pipe_surface_reference(&llvmpipe->framebuffer.cbufs[i], NULL);
70 pipe_surface_reference(&llvmpipe->framebuffer.zsbuf, NULL);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.h 104 * \brief Return the framebuffer attachment specified by attIndex.
106 * If the framebuffer lacks the specified attachment, then return null.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.h 159 _mesa_IsFramebufferEXT(GLuint framebuffer);
162 _mesa_BindFramebufferEXT(GLenum target, GLuint framebuffer);
renderbuffer.c 91 * Attach a renderbuffer to a framebuffer.
125 * Remove the named renderbuffer from the given framebuffer.
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 95 //SkDebugf("Getting matching framebuffer configs.\n");
100 SkDebugf("Failed to retrieve a framebuffer config.\n");
  /external/chromium_org/ui/gl/
gl_surface.h 111 // main framebuffer located at index 0. For the case where there is no
112 // main framebuffer, overlays may be scheduled at 0, taking its place.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.c 67 pipe_surface_reference(&llvmpipe->framebuffer.cbufs[i], NULL);
70 pipe_surface_reference(&llvmpipe->framebuffer.zsbuf, NULL);

Completed in 603 milliseconds

<<11121314151617181920>>