Searched refs:framebuffer (Results 101 - 123 of 123) sorted by relevance

12345

/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.c360 nv30->framebuffer = *fb;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c179 util_unreference_framebuffer_state(&rctx->framebuffer);
H A Dradeonsi_shader.c696 shader->shader.nr_cbufs = rctx->framebuffer.nr_cbufs;
/external/mesa3d/src/mesa/
H A Dsources.mak48 $(SRCDIR)main/framebuffer.c \
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp196 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindFramebuffer(GrGLenum target, GrGLuint framebuffer) {} argument
H A DSkNullGLContext.cpp190 GrGLvoid GR_GL_FUNCTION_TYPE nullGLBindFramebuffer(GrGLenum target, GrGLuint framebuffer) {} argument
/external/deqp/framework/opengl/
H A DgluStateReset.cpp368 // \note Actually spec explictly says 0 but on some platforms (iOS) no default framebuffer exists.
965 deUint32 framebuffer = renderCtx.getDefaultFramebuffer(); local
966 deUint32 drawReadBuffer = framebuffer == 0 ? GL_BACK : GL_COLOR_ATTACHMENT0;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp741 // Find or create framebuffer object.
787 void ReferenceContext::deleteFramebuffer (Framebuffer* framebuffer) argument
790 if (m_drawFramebufferBinding == framebuffer) bindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
791 if (m_readFramebufferBinding == framebuffer) bindFramebuffer(GL_READ_FRAMEBUFFER, 0);
793 DE_ASSERT(framebuffer->getRefCount() == 1);
794 m_framebuffers.releaseReference(framebuffer);
802 Framebuffer* framebuffer = name ? m_framebuffers.find(name) : DE_NULL; local
804 if (framebuffer)
805 deleteFramebuffer(framebuffer);
1458 // Copy from current framebuffer
[all...]
/external/mesa3d/include/GL/
H A Dglext.h7640 GLAPI GLboolean APIENTRY glIsFramebuffer (GLuint framebuffer);
7641 GLAPI void APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
7661 typedef GLboolean (APIENTRYP PFNGLISFRAMEBUFFERPROC) (GLuint framebuffer);
7662 typedef void (APIENTRYP PFNGLBINDFRAMEBUFFERPROC) (GLenum target, GLuint framebuffer);
8684 GLAPI void APIENTRY glNamedFramebufferParameteriEXT (GLuint framebuffer, GLenum pname, GLint param);
8685 GLAPI void APIENTRY glGetNamedFramebufferParameterivEXT (GLuint framebuffer, GLenum pname, GLint *params);
8689 typedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERPARAMETERIEXTPROC) (GLuint framebuffer, GLenum pname, GLint param);
8690 typedef void (APIENTRYP PFNGLGETNAMEDFRAMEBUFFERPARAMETERIVEXTPROC) (GLuint framebuffer, GLenum pname, GLint *params);
11082 GLAPI GLboolean APIENTRY glIsFramebufferEXT (GLuint framebuffer);
11083 GLAPI void APIENTRY glBindFramebufferEXT (GLenum target, GLuint framebuffer);
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c650 if (rctx->rasterizer && rctx->framebuffer.zsbuf) {
654 switch (rctx->framebuffer.zsbuf->format) {
1603 util_copy_framebuffer_state(&rctx->framebuffer, state);
H A Dr600_pipe.c177 util_unreference_framebuffer_state(&rctx->framebuffer);
H A Dr600_pipe.h339 struct pipe_framebuffer_state framebuffer; member in struct:r600_context
H A Dr600_hw_context.c675 /* Count in framebuffer cache flushes at the end of CS. */
902 (ctx->framebuffer.zsbuf ? S_0085F0_DB_ACTION_ENA(1) | S_0085F0_DB_DEST_BASE_ENA(1) : 0);
H A Devergreen_state.c690 /* XXX there is more then 8 framebuffer */
1710 util_copy_framebuffer_state(&rctx->framebuffer, state);
2923 if (rctx->rasterizer && rctx->framebuffer.zsbuf) {
2927 switch (rctx->framebuffer.zsbuf->format) {
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp548 const glu::Framebuffer framebuffer (gl);
567 gl.bindFramebuffer(GL_FRAMEBUFFER, *framebuffer);
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp713 glu::Framebuffer framebuffer (m_renderCtx);
763 // Construct framebuffer.
764 gl.bindFramebuffer(GL_FRAMEBUFFER, *framebuffer);
777 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to set up framebuffer object");
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp638 glu::Framebuffer framebuffer(gl);
648 gl.bindFramebuffer(GL_FRAMEBUFFER, *framebuffer);
650 GLU_EXPECT_NO_ERROR(gl.getError(), "Binding framebuffer and attaching renderbuffer failed.");
704 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to unbind renderbufer and framebuffer.");
1469 glu::Framebuffer framebuffer(gl);
1471 gl.bindFramebuffer(GL_FRAMEBUFFER, *framebuffer);
1472 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to create and bind framebuffer.");
1476 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to bind and attach renderbuffer to framebuffer.");
1482 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to unbind renderbuffer and framebuffer.");
/external/libvncserver/rfb/
H A Drfb.h158 * else find the window underneath x and y and set the framebuffer to the dimensions
230 * Per-screen (framebuffer) structure. There can be as many as you wish,
524 framebuffer from its present state to the current state of our
525 framebuffer.
552 in a subrectangle of the whole framebuffer. This is stored in the
554 framebuffer if the client is ready, empty if it's not. */
559 - when the framebuffer is modified and the client is ready, in most
561 milliseconds so that several changes to the framebuffer can be combined
571 and translate a rectangle from the framebuffer to an output buffer. */
579 * framebuffer
[all...]
/external/skia/include/gpu/gl/
H A DGrGLFunctions.h72 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLBindFramebufferProc)(GrGLenum target, GrGLuint framebuffer);
/external/libvncserver/x11vnc/misc/
H A DXdummy55 (RAM-only framebuffer) video driver such that it AVOIDS the Linux VT
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c586 (fsInfo->origin_lower_left ? setup->softpipe->framebuffer.height-1 : 0)
/external/libvncserver/x11vnc/
H A Dscreen.c757 * Presumably under -nofb the clients will never request the framebuffer.
767 rfbLog("framebuffer requested in -nofb mode by client %s\n", cl->host);
1083 static void rfb_new_framebuffer(rfbScreenInfoPtr rfbScreen, char *framebuffer, argument
1087 rfbNewFramebuffer(rfbScreen, framebuffer, width, height, bitsPerSample,
1622 rfbLog("the framebuffer device /dev/fb*; e.g.:\n");
2291 * The actual framebuffer (e.g. mapped addr) and
2698 * For -nofb we do not allocate the framebuffer, so we
2719 " framebuffer.\n");
3062 * initialize the rfb framebuffer/screen
3624 /* done for framebuffer chang
[all...]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl14545 instead of drawing it directly into the framebuffer. This

Completed in 1024 milliseconds

12345