Searched refs:glCtx (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c150 shareCtx = &((radeonContextPtr)sharedContextPrivate)->glCtx;
154 if (!_mesa_initialize_context(&radeon->glCtx, api,
159 ctx = &radeon->glCtx;
199 radeon->glCtx.Const.QueryCounterBits.SamplesPassed = 32;
201 radeon->glCtx.Const.QueryCounterBits.TimeElapsed = 0;
202 radeon->glCtx.Const.QueryCounterBits.Timestamp = 0;
203 radeon->glCtx.Const.QueryCounterBits.PrimitivesGenerated = 0;
204 radeon->glCtx.Const.QueryCounterBits.PrimitivesWritten = 0;
205 radeon->glCtx.Const.QueryCounterBits.VerticesSubmitted = 0;
206 radeon->glCtx
[all...]
H A Dradeon_state.h60 radeonFallback( &rmesa->radeon.glCtx, bit, mode ); \
H A Dradeon_cmdbuf.h104 radeon->glCtx.Driver.Flush(&radeon->glCtx); /* +r6/r7 */
H A Dradeon_common.c86 _mesa_resize_framebuffer(&radeon->glCtx, &draw_rfb->base,
93 _mesa_resize_framebuffer(&radeon->glCtx, &read_rfb->base,
99 radeonUpdateScissor(&radeon->glCtx);
383 radeon_draw_buffer(ctx, radeon->glCtx.DrawBuffer);
395 dwords = state->check(&radeon->glCtx, state);
433 const GLuint atom_size = atom->check(&radeon->glCtx, atom);
442 const GLuint atom_size = atom->check(&radeon->glCtx, atom);
460 dwords = atom->check(&radeon->glCtx, atom);
466 atom->emit(&radeon->glCtx, atom);
607 radeonEmitQueryEnd(&rmesa->glCtx);
[all...]
H A Dradeon_fbo.c598 rb->_BaseFormat = _mesa_base_fbo_format(&radeon->glCtx,
870 radeon->glCtx.Driver.NewRenderbuffer = radeon_new_renderbuffer;
871 radeon->glCtx.Driver.MapRenderbuffer = radeon_map_renderbuffer;
872 radeon->glCtx.Driver.UnmapRenderbuffer = radeon_unmap_renderbuffer;
873 radeon->glCtx.Driver.BindFramebuffer = radeon_bind_framebuffer;
874 radeon->glCtx.Driver.FramebufferRenderbuffer = radeon_framebuffer_renderbuffer;
875 radeon->glCtx.Driver.RenderTexture = radeon_render_texture;
876 radeon->glCtx.Driver.FinishRenderTexture = radeon_finish_render_texture;
877 radeon->glCtx.Driver.ValidateFramebuffer = radeon_validate_framebuffer;
878 radeon->glCtx
[all...]
H A Dradeon_ioctl.h94 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
H A Dradeon_queryobj.c113 radeon->dma.flush(&radeon->glCtx);
153 radeon->dma.flush(&radeon->glCtx);
H A Dradeon_ioctl.c65 int i, mtu = rmesa->radeon.glCtx.Const.MaxTextureUnits;
209 radeonFinish( &rmesa->radeon.glCtx );
268 rmesa->radeon.glCtx.Driver.NeedFlush |= FLUSH_STORED_VERTICES;
H A Dradeon_tcl.c152 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
319 state_size += rmesa->hw.tcl.check( &rmesa->radeon.glCtx, &rmesa->hw.tcl );
505 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c151 shareCtx = &((radeonContextPtr)sharedContextPrivate)->glCtx;
155 if (!_mesa_initialize_context(&radeon->glCtx, api,
160 ctx = &radeon->glCtx;
200 radeon->glCtx.Const.QueryCounterBits.SamplesPassed = 32;
202 radeon->glCtx.Const.QueryCounterBits.TimeElapsed = 0;
203 radeon->glCtx.Const.QueryCounterBits.Timestamp = 0;
204 radeon->glCtx.Const.QueryCounterBits.PrimitivesGenerated = 0;
205 radeon->glCtx.Const.QueryCounterBits.PrimitivesWritten = 0;
206 radeon->glCtx.Const.QueryCounterBits.VerticesSubmitted = 0;
207 radeon->glCtx
[all...]
H A Dradeon_state.h60 radeonFallback( &rmesa->radeon.glCtx, bit, mode ); \
H A Dradeon_cmdbuf.h104 radeon->glCtx.Driver.Flush(&radeon->glCtx, 0); /* +r6/r7 */
H A Dradeon_common.c85 _mesa_resize_framebuffer(&radeon->glCtx, &draw_rfb->base,
92 _mesa_resize_framebuffer(&radeon->glCtx, &read_rfb->base,
98 radeonUpdateScissor(&radeon->glCtx);
382 radeon_draw_buffer(ctx, radeon->glCtx.DrawBuffer);
394 dwords = state->check(&radeon->glCtx, state);
432 const GLuint atom_size = atom->check(&radeon->glCtx, atom);
441 const GLuint atom_size = atom->check(&radeon->glCtx, atom);
459 dwords = atom->check(&radeon->glCtx, atom);
465 atom->emit(&radeon->glCtx, atom);
607 radeonEmitQueryEnd(&rmesa->glCtx);
[all...]
H A Dradeon_fbo.c598 rb->_BaseFormat = _mesa_base_fbo_format(&radeon->glCtx,
870 radeon->glCtx.Driver.NewRenderbuffer = radeon_new_renderbuffer;
871 radeon->glCtx.Driver.MapRenderbuffer = radeon_map_renderbuffer;
872 radeon->glCtx.Driver.UnmapRenderbuffer = radeon_unmap_renderbuffer;
873 radeon->glCtx.Driver.BindFramebuffer = radeon_bind_framebuffer;
874 radeon->glCtx.Driver.FramebufferRenderbuffer = radeon_framebuffer_renderbuffer;
875 radeon->glCtx.Driver.RenderTexture = radeon_render_texture;
876 radeon->glCtx.Driver.FinishRenderTexture = radeon_finish_render_texture;
877 radeon->glCtx.Driver.ValidateFramebuffer = radeon_validate_framebuffer;
878 radeon->glCtx
[all...]
H A Dradeon_ioctl.h94 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
H A Dradeon_queryobj.c114 radeon->dma.flush(&radeon->glCtx);
154 radeon->dma.flush(&radeon->glCtx);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.h58 r200Fallback( &rmesa->radeon.glCtx, bit, mode ); \
H A Dr200_ioctl.h76 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
H A Dr200_tcl.c155 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
314 state_size += rmesa->hw.vtx.check(&rmesa->radeon.glCtx, &rmesa->hw.vtx);
548 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
615 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
628 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.h58 r200Fallback( &rmesa->radeon.glCtx, bit, mode ); \
H A Dr200_ioctl.h76 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
H A Dr200_tcl.c155 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
314 state_size += rmesa->hw.vtx.check(&rmesa->radeon.glCtx, &rmesa->hw.vtx);
548 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
615 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
628 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxpbdemo.c142 GLXContext glCtx; local in function:Setup
170 glCtx = glXCreateNewContext(gDpy, gFBconfig, GLX_RGBA_TYPE, NULL, True);
171 if (glCtx) {
172 if (!glXIsDirect(gDpy, glCtx)) {
183 if (!glXMakeCurrent(gDpy, gPBuffer, glCtx)) {
H A Dpbdemo.c49 static GLXContext glCtx; variable in typeref:typename:GLXContext
238 glCtx = glXCreateContext(gDpy, visInfo, NULL, True);
239 if (!glCtx) {
241 glCtx = glXCreateContext(gDpy, visInfo, NULL, False);
242 if (!glCtx) {
254 if (!glXMakeCurrent(gDpy, gPBuffer, glCtx)) {
H A Dshape.c320 GLXContext glCtx; local in function:main
346 glCtx = glXCreateContext(dpy, visInfo, 0, True);
347 if (!glCtx) {
384 glXMakeCurrent(dpy, win, glCtx);

Completed in 15 milliseconds

123