/external/deqp/external/openglcts/modules/glesext/ |
esextcTestCaseBase.hpp | 204 void checkFramebufferStatus(glw::GLenum framebuffer) const;
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
esextcGeometryShaderInput.cpp | 957 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not create framebuffer"); 962 TCU_FAIL("Failed to setup framebuffer"); [all...] |
/external/deqp/framework/opengl/ |
gluObjectWrapper.hpp | 135 typedef TypedObjectWrapper<OBJECTTYPE_FRAMEBUFFER> Framebuffer;
|
/external/deqp/modules/gles2/functional/ |
es2fFunctionalTests.cpp | 211 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests")
|
/external/libvncserver/libvncserver/ |
rfbconfig.h | 4 /* Enable 24 bit per pixel in native framebuffer */
|
zlib.c | 92 char *fbptr = (cl->scaledScreen->frameBuffer + (cl->scaledScreen->paddedWidthInBytes * y)
|
zrle.c | 33 { char *fbptr = (cl->scaledScreen->frameBuffer \
|
/external/libvpx/libvpx/vpx/ |
vpx_image.h | 35 #define VPX_IMG_FMT_HIGHBITDEPTH 0x800 /**< Image uses 16bit framebuffer. */
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/ |
i16960.htm | 218 HREF="r10595.htm#V4L2-FRAMEBUFFER"
|
x2428.htm | 85 access the palette, this must be done with ioctls of the Linux framebuffer API.</P
|
/external/mesa3d/docs/relnotes/ |
17.0.2.html | 160 <li>st/mesa: inform the driver of framebuffer changes before compute dispatches</li>
|
9.1.7.html | 82 <li>meta: Fix blitting a framebuffer with renderbuffer attachment</li>
|
/external/mesa3d/docs/specs/ |
MESA_texture_signed_rgba.spec | 118 a framebuffer clamped to [0,1] all converted numbers will be in the range
|
/external/mesa3d/include/GLES2/ |
gl2.h | 385 typedef void (GL_APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer); 464 typedef GLboolean (GL_APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer); 527 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer); [all...] |
/external/mesa3d/src/gallium/docs/source/ |
context.rst | 224 the framebuffer to particular RGBA, depth, or stencil values. 233 include several layers), this surface need not be bound to the framebuffer. 241 this surface need not be bound to the framebuffer. 354 are written to the framebuffer without being culled by
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
fd2_draw.c | 129 struct pipe_framebuffer_state *fb = &ctx->batch->framebuffer;
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
freedreno_batch.h | 148 struct pipe_framebuffer_state framebuffer; member in struct:fd_batch
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.h | 246 struct pipe_framebuffer_state framebuffer; member in struct:i915_context
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_depth.c | 85 * \param stencilVals vector of stencil values from framebuffer 380 * Compute bitmask and bit shift to apply to the framebuffer pixel values 811 * \param zs_dst the depth/stencil values in framebuffer [all...] |
lp_rast.h | 56 * If the framebuffer is large we have to think about fixed-point
|
lp_rast_priv.h | 88 unsigned x, y; /**< Pos of this tile in framebuffer, in pixels */
|
lp_surface.c | 108 util_blitter_save_framebuffer(lp->blitter, &lp->framebuffer);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_context.h | 166 struct pipe_framebuffer_state framebuffer; member in struct:nv50_context
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state.h | 138 struct r600_atom *framebuffer; member in struct:si_state_atoms::__anon29758
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_depth_test.c | 796 if (qs->softpipe->framebuffer.zsbuf && 801 data.ps = qs->softpipe->framebuffer.zsbuf; 921 if(!qs->softpipe->framebuffer.zsbuf) 943 if (qs->softpipe->framebuffer.zsbuf->format == PIPE_FORMAT_Z16_UNORM) {
|