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

<<11121314151617181920>>

  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessSamplersTests.cpp 535 /** @brief Function prepares framebuffer with RGBA8 color attachment.
536 * Viewport is set up. Content of the framebuffer is cleared.
545 /* Prepare framebuffer. */
572 /* Clear framebuffer's content. */
822 /** @brief Check content of the framebuffer and compare it with expected data.
833 /* Fetch framebuffer data. */
863 /* Release framebuffer. */
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_gmem.c 354 struct pipe_framebuffer_state *pfb = &batch->framebuffer;
536 struct pipe_framebuffer_state *pfb = &batch->framebuffer;
723 struct pipe_framebuffer_state *pfb = &batch->framebuffer;
797 struct pipe_framebuffer_state *pfb = &batch->framebuffer;
924 struct pipe_framebuffer_state *pfb = &batch->framebuffer;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 592 for (i = 0; i < svga->curr.framebuffer.nr_cbufs; i++) {
593 if (svga->curr.framebuffer.cbufs[i])
594 svga_mark_surface_dirty(svga->curr.framebuffer.cbufs[i]);
596 if (svga->curr.framebuffer.zsbuf)
597 svga_mark_surface_dirty(svga->curr.framebuffer.zsbuf);
670 /* Note that we examine the svga->state.hw_draw.framebuffer surfaces,
671 * not the svga->curr.framebuffer surfaces, because it's the former
svga_state_sampler.c 102 for (i = 0; i < svga->curr.framebuffer.nr_cbufs; i++) {
103 surf = svga_surface(svga->curr.framebuffer.cbufs[i]);
111 surf = svga_surface(svga->curr.framebuffer.zsbuf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 614 * Framebuffer information record. Used by libGL to communicate information
615 * about the framebuffer to the driver's \c __driCreateNewScreen function.
626 unsigned char *base; /**< Framebuffer base address in the CPU's
628 * calling \c drmMap on the framebuffer handle
632 int size; /**< Framebuffer size, in bytes. */
634 int width; /**< Pixel width of the framebuffer. */
635 int height; /**< Pixel height of the framebuffer. */
  /external/deqp/external/openglcts/modules/common/
glcViewportArrayTests.hpp 85 struct framebuffer struct in class:glcts::ViewportArray::Utils
87 framebuffer(deqp::Context& context);
88 ~framebuffer();
605 virtual void setupFramebuffer(Utils::framebuffer& framebuffer, Utils::texture& texture_0,
902 * - clear framebuffer to (0, 0, 0, 0);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 509 throw tcu::NotSupportedError("Unsupported framebuffer configuration");
511 throw tcu::TestError("Incomplete framebuffer: " + glu::getFramebufferStatusStr(status).toString());
529 glu::Framebuffer fbo (renderCtx);
586 glu::Framebuffer fbo (renderCtx);
672 glu::Framebuffer fbo (renderCtx);
759 glu::Framebuffer fbo (renderCtx);
817 glu::Framebuffer fbo (renderCtx);
890 glu::Framebuffer fbo (renderCtx);
952 glu::Framebuffer fbo (renderCtx);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 60 * indicates this layer is the framebuffer surface used as the target of
65 * This flag (and the framebuffer surface layer) will only be used if the
78 * that the layer will be drawn into the framebuffer using OpenGL ES.
190 * reads from them are complete before the framebuffer is ready for
368 * If prepare() sets all layers to FRAMEBUFFER, then GLES
375 * changed: if all layers are marked for FRAMEBUFFER, GLES
376 * composition will take place to a scratch framebuffer, and
382 * If some or all layers are marked OVERLAY, then the framebuffer
384 * the framebuffer handle will not change between frames if all
    [all...]
  /external/swiftshader/include/GL/
glcorearb.h     [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
BuildAndIntegrationInstructions.txt 74 Select the option of "Set framebuffer graphics resolution"
75 Choose a right display mode for the option of "framebuffer graphics resolution".
77 Select the option of "Keep VESA framebuffer"
  /device/linaro/bootloader/edk2/OptionRomPkg/Library/GopBltLib/
GopBltLib.c 32 @param[in] FrameBuffer Pointer to the start of the frame buffer
43 IN VOID *FrameBuffer,
68 (FrameBuffer == (VOID*)(UINTN) Gop->Mode->FrameBufferBase)) {
  /device/linaro/hikey/gralloc/
gralloc_module.cpp 100 AINF("Register framebuffer 0x%p is no-op", handle);
251 AERR("Can't unregister buffer 0x%p as it is a framebuffer", handle);
393 framebuffer = NULL;
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderUtil.cpp 407 const VkFramebuffer framebuffer)
415 framebuffer, //VkFramebuffer framebuffer;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 333 const VkFramebuffer framebuffer,
343 framebuffer, // VkFramebuffer framebuffer;
  /external/mesa3d/src/amd/vulkan/
radv_device.c 1848 struct radv_framebuffer *framebuffer; local
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 67 util_blitter_save_framebuffer(i915->blitter, &i915->framebuffer);
143 util_blitter_save_framebuffer(i915->blitter, &i915->framebuffer);
176 util_blitter_save_framebuffer(i915->blitter, &i915->framebuffer);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 138 /* Framebuffer mappings - valid only between begin_rasterization()
151 /** the framebuffer to render the scene into */
172 * This basically the framebuffer size divided by tile size
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_hw_context.c 210 ctx->framebuffer.dirty_cbufs = (1 << 8) - 1;
211 ctx->framebuffer.dirty_zsbuf = true;
212 si_mark_atom_dirty(ctx, &ctx->framebuffer.atom);
  /external/mesa3d/src/mapi/glapi/gen/
ARB_framebuffer_object.xml 9 <enum name="FRAMEBUFFER" value="0x8D40"/>
192 <param name="framebuffer" type="GLuint"/>
199 <param name="framebuffer" type="GLuint"/>
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 37 #include "main/framebuffer.h"
332 /* Clean up references to the old framebuffer objects. */
333 context_dirty(ctx, FRAMEBUFFER);
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 20 #include "Framebuffer.h"
133 TRACE("\t! Error generated: invalid framebuffer operation\n");
155 void BindFramebuffer(GLenum target, GLuint framebuffer);
156 void BindFramebufferOES(GLenum target, GLuint framebuffer);
244 GLboolean IsFramebufferOES(GLuint framebuffer);
337 sw::FrameBuffer *createFrameBuffer(void *nativeDisplay, EGLNativeWindowType window, int width, int height);
561 GL_API void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer)
563 return es1::BindFramebuffer(target, framebuffer);
566 GL_API void GL_APIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer)
568 return es1::BindFramebufferOES(target, framebuffer);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 145 * updates framebuffer z order if fb lies above source-split layer */
272 * updates framebuffer z order if fb lies above source-split layer */
314 * updates framebuffer z order if fb lies above source-split layer */
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 150 * updates framebuffer z order if fb lies above source-split layer */
277 * updates framebuffer z order if fb lies above source-split layer */
319 * updates framebuffer z order if fb lies above source-split layer */
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 73 ALOGE("%s: No pipes available to configure framebuffer",
177 ALOGE("%s: No pipes available to configure framebuffer",
184 ALOGE("%s: No pipes available to configure framebuffer",
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 150 * updates framebuffer z order if fb lies above source-split layer */
308 * updates framebuffer z order if fb lies above source-split layer */
354 * updates framebuffer z order if fb lies above source-split layer */

Completed in 934 milliseconds

<<11121314151617181920>>