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

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 151 * \param fb_format Format of the framebuffer. Currently only \c GL_RGB,
153 * \param fb_type Type of the pixels in the framebuffer. Currently only
277 fprintf( stderr, "[%s:%u] Unknown framebuffer type 0x%04x.\n",
307 fprintf( stderr, "[%s:%u] Unknown framebuffer format 0x%04x.\n",
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffers.c 34 #include "main/framebuffer.h"
  /external/mesa3d/src/mesa/state_tracker/
st_atom_scissor.c 41 * Scissor depends on the scissor box, and the framebuffer dimensions.
  /external/mesa3d/src/mesa/swrast/
s_texrender.c 119 * \param fb the framebuffer object the texture is being bound to
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetVideoMode.3 63 The framebuffer surface, or \fBNULL\fR if it fails\&. The surface returned is freed by SDL_Quit() and should nt be freed by the caller\&.
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.h 101 unsigned long frameadr; /* Adress of framebuffer */
  /external/qemu/target-mips/
TODO 45 - No framebuffer support yet.
  /frameworks/av/include/private/media/
VideoFrame.h 87 // with bitmap pixels stored in FrameBuffer
  /frameworks/base/libs/hwui/font/
Font.h 104 FRAMEBUFFER,
  /frameworks/native/opengl/libs/GLES2/
gl2_api.in 13 void API_ENTRY(glBindFramebuffer)(GLenum target, GLuint framebuffer) {
14 CALL_GL_API(glBindFramebuffer, target, framebuffer);
250 GLboolean API_ENTRY(glIsFramebuffer)(GLuint framebuffer) {
251 CALL_GL_API_RETURN(glIsFramebuffer, framebuffer);
  /frameworks/native/opengl/libs/GLES_CM/
glext_api.in 175 GLboolean API_ENTRY(glIsFramebufferOES)(GLuint framebuffer) {
176 CALL_GL_API_RETURN(glIsFramebufferOES, framebuffer);
178 void API_ENTRY(glBindFramebufferOES)(GLenum target, GLuint framebuffer) {
179 CALL_GL_API(glBindFramebufferOES, target, framebuffer);
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 40 struct private_handle_t* framebuffer; member in struct:private_module_t
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 146 bool Renderer::SetupGraphics(FrameBuffer* buffer)
  /packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 146 bool Renderer::SetupGraphics(FrameBuffer* buffer)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 146 bool Renderer::SetupGraphics(FrameBuffer* buffer)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
plugin.xml 15 id="com.android.ide.eclipse.gltrace.views.FrameBuffer"
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
DummyGLfuncs.cpp 156 GLboolean GLAPIENTRY dummy_glIsFramebufferEXT(GLuint framebuffer){ return false;}
157 void GLAPIENTRY dummy_glBindFramebufferEXT(GLenum target, GLuint framebuffer){}
183 void GL_APIENTRY dummy_glBindFramebuffer(GLenum target, GLuint framebuffer){}
224 GLboolean GL_APIENTRY dummy_glIsFramebuffer(GLuint framebuffer){ return false;}
DummyGLfuncs.h 163 GLboolean GLAPIENTRY dummy_glIsFramebufferEXT(GLuint framebuffer);
164 void GLAPIENTRY dummy_glBindFramebufferEXT(GLenum target, GLuint framebuffer);
190 void GL_APIENTRY dummy_glBindFramebuffer(GLenum target, GLuint framebuffer);
231 GLboolean GL_APIENTRY dummy_glIsFramebuffer(GLuint framebuffer);
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac.cc 25 // Set viewport and model/projection matrices for drawing to a framebuffer of
45 // destination framebuffer of the given size. Specify |flip_y| is the src
  /external/chromium_org/third_party/angle/extensions/
ANGLE_texture_usage.txt 110 framebuffer object and used as a desination for rendering or blits."
124 Operations and the Framebuffer)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_init.c 265 p->framebuffer.width = w;
266 p->framebuffer.height = h;
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
resources.rst 50 They can be also be bound to the framebuffer as usual.
178 Surfaces are views of a resource that can be bound as a framebuffer to serve as the render target or depth buffer.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 212 struct pipe_framebuffer_state framebuffer; member in struct:svga_state
259 struct pipe_framebuffer_state framebuffer; member in struct:svga_hw_clear_state
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
drisw.c 178 * Allocate framebuffer attachments.
182 * framebuffer is resized or destroyed.
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
EXT_framebuffer_object.xml 116 <param name="framebuffer" type="GLuint"/>
123 <param name="framebuffer" type="GLuint"/>

Completed in 1260 milliseconds

<<11121314151617181920>>