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

<<31323334353637383940>>

  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 282 // default framebuffer
297 // framebuffer object
517 log << TestLog::Message << "Framebuffer cleared, clear color = Black." << TestLog::EndMessage;
569 log << TestLog::Message << "Expecting black framebuffer." << TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 285 // default framebuffer
300 // framebuffer object
520 log << TestLog::Message << "Framebuffer cleared, clear color = Black." << TestLog::EndMessage;
572 log << TestLog::Message << "Expecting black framebuffer." << TestLog::EndMessage;
    [all...]
es3fFboCompletenessTests.cpp 21 * \brief Framebuffer completeness tests.
222 // reporting the framebuffer as complete is also legal.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 387 setup->framebuffer.x0 = 0;
388 setup->framebuffer.y0 = 0;
389 setup->framebuffer.x1 = fb->width-1;
390 setup->framebuffer.y1 = fb->height-1;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 318 *m_frameBuffer, // VkFramebuffer framebuffer;
350 *m_frameBuffer, // VkFramebuffer framebuffer;
    [all...]
vktApiGranularityTests.cpp 277 { // Create Framebuffer
332 *m_frameBuffer, // VkFramebuffer framebuffer;
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 736 !rctx->framebuffer.cb0_is_integer;
737 key.ps.nr_cbufs = rctx->framebuffer.state.nr_cbufs;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_shaders.c 885 unsigned ps_colormask = sctx->framebuffer.colorbuf_enabled_4bit &
    [all...]
  /external/deqp/doc/
GLES2 Negative API Functions.txt 92 o glBindFramebuffer (GLenum target, GLuint framebuffer);
213 o glIsFramebuffer (GLuint framebuffer);
  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSizePromotion.cpp 388 /* Create framebuffer object. */
395 /* Create framebuffer's destination texture. */
452 /* Check framebuffer completness. */
837 /* Fetch results from destination texture (attached to current framebuffer). */
867 /* Fetch results from destination texture (attached to current framebuffer). */
898 /* Fetch results from destination texture (attached to current framebuffer). */
940 /* Fetch results from destination texture (attached to current framebuffer). */
971 /* Fetch results from destination texture (attached to current framebuffer). */
    [all...]
gl4cDirectStateAccessQueriesTests.cpp     [all...]
gl4cIncompleteTextureAccessTests.cpp 340 /* Framebuffer creation. */
459 /* Framebuffer cleanup. */
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderOutput.cpp 355 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not create framebuffer");
360 TCU_FAIL("Failed to setup framebuffer");
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessUtil.cpp 374 // Create framebuffer
612 *m_framebuffer, // VkFramebuffer framebuffer;
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPointSizeTests.cpp 331 const Unique<VkFramebuffer> framebuffer (makeFramebuffer (vk, device, *renderPass, *colorAttachmentView, renderSize.x(), renderSize.y(), 1u));
378 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, renderArea, clearColor);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 52 void glBindFramebuffer (deUint32 target, deUint32 framebuffer);
133 deBool glIsFramebuffer (deUint32 framebuffer);
  /external/deqp/modules/egl/
teglImageUtil.cpp 59 using glu::Framebuffer;
480 Framebuffer fbo (gl);
  /external/libvncserver/client_examples/
gtkvncviewer.c 50 cl->frameBuffer= image->mem;
66 * of putting the framebuffer on the screen when
  /external/mesa3d/docs/
features.txt 46 GL_ARB_framebuffer_object (Framebuffer objects) DONE ()
56 GL_EXT_framebuffer_sRGB (sRGB framebuffer format) DONE ()
  /external/mesa3d/docs/relnotes/
8.0.3.html 71 <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>
200 <li>mesa: Check for framebuffer completeness before looking at the rb.</li>
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_gmem.c 112 struct pipe_framebuffer_state *pfb = &batch->framebuffer;
384 struct pipe_framebuffer_state *pfb = &batch->framebuffer;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_draw.c 312 * Without a better tracking mechanism, when the framebuffer changes, we
313 * have to assume that the old framebuffer may be sampled from. If that
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 358 PUSH_DATA (push, nv30->framebuffer.width << 16);
359 PUSH_DATA (push, nv30->framebuffer.height << 16);
nv30_state.c 370 nv30->framebuffer = *fb;
385 nv30->framebuffer.zsbuf = NULL;

Completed in 816 milliseconds

<<31323334353637383940>>