HomeSort by relevance Sort by last modified time
    Searched full:framebuffer (Results 701 - 725 of 1258) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_blend.c 257 * \param dest the destination/framebuffer quad colors
930 for (cbuf = 0; cbuf < softpipe->framebuffer.nr_cbufs; cbuf++)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 257 * \param dest the destination/framebuffer quad colors
930 for (cbuf = 0; cbuf < softpipe->framebuffer.nr_cbufs; cbuf++)
    [all...]
  /external/qemu/android/camera/
camera-service.c 594 * also contains preview framebuffer. */
883 /* Make sure that pixel format is known, and calculate video framebuffer size
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 866 ALOGV("\tlayer %u: framebuffer target", i);
901 // into the framebuffer and try again. (Revisiting the entire list is
902 // necessary because adding a layer to the framebuffer can cause other
938 // we've already accounted for the framebuffer above
1004 ALOGV("assigning framebuffer to window %u\n",
1051 ALOGV("\tlayer %u: framebuffer target", i);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 231 GLboolean glIsFramebufferOES(GLuint framebuffer);
232 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_enc.h 29 void glBindFramebuffer_enc(void *self , GLenum target, GLuint framebuffer);
108 GLboolean glIsFramebuffer_enc(void *self , GLuint framebuffer);
  /device/lge/mako/camera/
QualcommCamera.cpp 167 camera_memory_t * framebuffer,
190 data_cb(msgType, framebuffer, counter, NULL, user);
  /external/chromium_org/chromeos/display/
output_configurator.h 118 // Output's origin on the framebuffer.
492 // |width| and |height| are the width and height of the combined framebuffer.
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_autogen.h 23 virtual void BindFramebuffer(GLenum target, GLuint framebuffer) OVERRIDE;
217 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
gles2_interface_autogen.h 19 virtual void BindFramebuffer(GLenum target, GLuint framebuffer) = 0;
133 virtual GLboolean IsFramebuffer(GLuint framebuffer) = 0;
gles2_interface_stub_autogen.h 18 virtual void BindFramebuffer(GLenum target, GLuint framebuffer) OVERRIDE;
143 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
gles2_interface_stub_impl_autogen.h 24 GLenum /* target */, GLuint /* framebuffer */) {
266 GLboolean GLES2InterfaceStub::IsFramebuffer(GLuint /* framebuffer */) {
gles2_trace_implementation_autogen.h 18 virtual void BindFramebuffer(GLenum target, GLuint framebuffer) OVERRIDE;
143 virtual GLboolean IsFramebuffer(GLuint framebuffer) OVERRIDE;
  /external/chromium_org/gpu/command_buffer/
cmd_buffer_functions.txt 11 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenumFrameBufferTarget target, GLidBindFramebuffer framebuffer);
90 GL_APICALL GLboolean GL_APIENTRY glIsFramebuffer (GLidFramebuffer framebuffer);
  /external/chromium_org/gpu/command_buffer/tests/
gl_copy_texture_CHROMIUM_unittest.cc 370 // Test that we can write to the bound framebuffer
382 // Ensure that reading from the framebuffer produces correct pixels.
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.cc 588 uint8_t* data = audio_frames->FrameBuffer()->Data();
598 audio_frames->FrameBuffer()->SetSize(kHeaderSize + frame_size);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 418 *reason = "unknown framebuffer attachment point";
563 *reason = "framebuffer has a 0 dimension";
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.vcxproj.filters 62 <ClCompile Include="Framebuffer.cpp">
244 <ClInclude Include="Framebuffer.h">
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.cpp 14 #include "libGLESv2/Framebuffer.h"
279 void Image11::copy(GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source)
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
api_exec_es1.c 47 extern void GL_APIENTRY _mesa_BindFramebufferEXT(GLenum target, GLuint framebuffer);
280 extern GLboolean GL_APIENTRY _mesa_IsFramebufferEXT(GLuint framebuffer);
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-8.0.3.html 64 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45558">Bug 45558</a> - cannot render on a drawable of size equal the max framebuffer size</li>
193 <li>mesa: Check for framebuffer completeness before looking at the rb.</li>

Completed in 1112 milliseconds

<<21222324252627282930>>