Searched
full:framebuffer (Results
951 -
975 of
1258) sorted by null
<<31323334353637383940>>
/prebuilts/sdk/renderscript/include/ |
rs_graphics.rsh | 60 * the framebuffer
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
glext.h | 654 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer); 655 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer); [all...] |
/system/core/include/pixelflinger/ |
pixelflinger.h | 301 // framebuffer operations
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_enc.h | 246 GLboolean glIsFramebufferOES_enc(void *self , GLuint framebuffer); 247 void glBindFramebufferOES_enc(void *self , GLenum target, GLuint framebuffer);
|
/external/chromium_org/cc/test/ |
fake_web_graphics_context_3d.h | 90 blink::WGC3Denum target, blink::WebGLId framebuffer); 311 virtual blink::WGC3Dboolean isFramebuffer(blink::WebGLId framebuffer);
|
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.h | 143 virtual void bindFramebuffer(WGC3Denum target, WebGLId framebuffer); 321 virtual WGC3Dboolean isFramebuffer(WebGLId framebuffer);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext3D.h | 486 // framebuffer into a buffer of a certain size with 4-byte pixels. 503 void paintFramebufferToCanvas(int framebuffer, int width, int height, bool premultiplyAlpha, ImageBuffer*);
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_depth_texture.txt | 251 Operations and the Framebuffer) 253 In section 4.4.5 "Framebuffer Completeness", replace the the 3rd
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
libGLESv2.vcxproj | 253 <ClCompile Include="Framebuffer.cpp" />
324 <ClInclude Include="Framebuffer.h" />
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Image9.cpp | 14 #include "libGLESv2/Framebuffer.h" 483 void Image9::copy(GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source)
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.10.3.html | 224 <li>st/wgl: Prevent spurious framebuffer sizes when the window is minimized.</li> 268 <li>mesa: invalidate framebuffer if internal format of renderbuffer is changed</li>
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 656 * \param x, y position of the bin's tile in the framebuffer 818 * - map the framebuffer surfaces
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_blit.c | 78 util_blitter_save_framebuffer(rctx->blitter, &rctx->framebuffer); 504 struct pipe_framebuffer_state *fb = &rctx->framebuffer;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_context.c | 33 #include "main/framebuffer.h" 906 * attached to the drawable's framebuffer. Then request the buffers with
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_common.c | 50 #include "main/framebuffer.h" 398 * A framebuffer will be incomplete if the GL_READ_BUFFER setting
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
readpix.c | 31 #include "framebuffer.h" 748 "glReadPixels(incomplete framebuffer)" );
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_stencil.c | 460 /* span is completely outside framebuffer */ 505 /* span is completely outside framebuffer */
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
read_rgba_span_x86.S | 27 * Optimized routines to transfer pixel data from the framebuffer to a 164 * instructions are only actually used to read data from the framebuffer.
|
/external/mesa3d/docs/ |
relnotes-7.10.3.html | 224 <li>st/wgl: Prevent spurious framebuffer sizes when the window is minimized.</li> 268 <li>mesa: invalidate framebuffer if internal format of renderbuffer is changed</li>
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 656 * \param x, y position of the bin's tile in the framebuffer 818 * - map the framebuffer surfaces
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 78 util_blitter_save_framebuffer(rctx->blitter, &rctx->framebuffer); 504 struct pipe_framebuffer_state *fb = &rctx->framebuffer;
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.c | 33 #include "main/framebuffer.h" 906 * attached to the drawable's framebuffer. Then request the buffers with
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common.c | 50 #include "main/framebuffer.h" 398 * A framebuffer will be incomplete if the GL_READ_BUFFER setting
|
/external/mesa3d/src/mesa/main/ |
readpix.c | 31 #include "framebuffer.h" 748 "glReadPixels(incomplete framebuffer)" );
|
/external/mesa3d/src/mesa/swrast/ |
s_stencil.c | 460 /* span is completely outside framebuffer */ 505 /* span is completely outside framebuffer */
|
Completed in 1973 milliseconds
<<31323334353637383940>>