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

1234

/external/chromium_org/third_party/skia/include/gpu/
H A DGrContextFactory.h107 SkAutoTUnref<SkGLContextHelper> glCtx; local
111 glCtx.reset(SkNEW(SkNativeGLContext));
115 glCtx.reset(SkNEW(SkANGLEGLContext));
120 glCtx.reset(SkNEW(SkMesaGLContext));
124 glCtx.reset(SkNEW(SkNullGLContext));
127 glCtx.reset(SkNEW(SkDebugGLContext));
131 if (!glCtx.get()) {
134 if (!glCtx.get()->init(kBogusSize, kBogusSize)) {
137 GrBackendContext p3dctx = reinterpret_cast<GrBackendContext>(glCtx.get()->gl());
143 ctx.fGLContext = glCtx
[all...]
/external/skia/include/gpu/
H A DGrContextFactory.h107 SkAutoTUnref<SkGLContextHelper> glCtx; local
111 glCtx.reset(SkNEW(SkNativeGLContext));
115 glCtx.reset(SkNEW(SkANGLEGLContext));
120 glCtx.reset(SkNEW(SkMesaGLContext));
124 glCtx.reset(SkNEW(SkNullGLContext));
127 glCtx.reset(SkNEW(SkDebugGLContext));
131 if (!glCtx.get()) {
134 if (!glCtx.get()->init(kBogusSize, kBogusSize)) {
137 GrBackendContext p3dctx = reinterpret_cast<GrBackendContext>(glCtx.get()->gl());
143 ctx.fGLContext = glCtx
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c146 shareCtx = ((radeonContextPtr)sharedContextPrivate)->glCtx;
149 radeon->glCtx = _mesa_create_context(API_OPENGL, glVisual, shareCtx,
151 if (!radeon->glCtx)
154 ctx = radeon->glCtx;
227 _mesa_meta_free(radeon->glCtx);
239 radeonReleaseArrays(radeon->glCtx, ~0);
241 radeon->vtbl.free_context(radeon->glCtx);
242 _swsetup_DestroyContext( radeon->glCtx );
243 _tnl_DestroyContext( radeon->glCtx );
244 _vbo_DestroyContext( radeon->glCtx );
[all...]
H A Dr200_state.h58 r200Fallback( rmesa->radeon.glCtx, bit, mode ); \
H A Dradeon_cmdbuf.h110 radeon->glCtx->Driver.Flush(radeon->glCtx); /* +r6/r7 */
H A Dradeon_common.c86 _mesa_resize_framebuffer(radeon->glCtx, &draw_rfb->base,
94 _mesa_resize_framebuffer(radeon->glCtx, &read_rfb->base,
101 radeonUpdateScissor(radeon->glCtx);
431 radeon_draw_buffer(ctx, radeon->glCtx->DrawBuffer);
443 dwords = (*state->check) (radeon->glCtx, state);
481 const GLuint atom_size = atom->check(radeon->glCtx, atom);
490 const GLuint atom_size = atom->check(radeon->glCtx, atom);
508 dwords = (*atom->check) (radeon->glCtx, atom);
514 (*atom->emit)(radeon->glCtx, atom);
669 radeonEmitQueryEnd(rmesa->glCtx);
[all...]
H A Dradeon_fbo.c600 rb->_BaseFormat = _mesa_base_fbo_format(radeon->glCtx,
950 radeon->glCtx->Driver.NewFramebuffer = radeon_new_framebuffer;
951 radeon->glCtx->Driver.NewRenderbuffer = radeon_new_renderbuffer;
952 radeon->glCtx->Driver.MapRenderbuffer = radeon_map_renderbuffer;
953 radeon->glCtx->Driver.UnmapRenderbuffer = radeon_unmap_renderbuffer;
954 radeon->glCtx->Driver.BindFramebuffer = radeon_bind_framebuffer;
955 radeon->glCtx->Driver.FramebufferRenderbuffer = radeon_framebuffer_renderbuffer;
956 radeon->glCtx->Driver.RenderTexture = radeon_render_texture;
957 radeon->glCtx->Driver.FinishRenderTexture = radeon_finish_render_texture;
958 radeon->glCtx
[all...]
H A Dr200_ioctl.h79 rmesa->radeon.dma.flush( rmesa->radeon.glCtx ); \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c146 shareCtx = ((radeonContextPtr)sharedContextPrivate)->glCtx;
149 radeon->glCtx = _mesa_create_context(API_OPENGL, glVisual, shareCtx,
151 if (!radeon->glCtx)
154 ctx = radeon->glCtx;
227 _mesa_meta_free(radeon->glCtx);
239 radeonReleaseArrays(radeon->glCtx, ~0);
241 radeon->vtbl.free_context(radeon->glCtx);
242 _swsetup_DestroyContext( radeon->glCtx );
243 _tnl_DestroyContext( radeon->glCtx );
244 _vbo_DestroyContext( radeon->glCtx );
[all...]
H A Dradeon_state.h60 radeonFallback( rmesa->radeon.glCtx, bit, mode ); \
H A Dradeon_cmdbuf.h110 radeon->glCtx->Driver.Flush(radeon->glCtx); /* +r6/r7 */
H A Dradeon_common.c86 _mesa_resize_framebuffer(radeon->glCtx, &draw_rfb->base,
94 _mesa_resize_framebuffer(radeon->glCtx, &read_rfb->base,
101 radeonUpdateScissor(radeon->glCtx);
431 radeon_draw_buffer(ctx, radeon->glCtx->DrawBuffer);
443 dwords = (*state->check) (radeon->glCtx, state);
481 const GLuint atom_size = atom->check(radeon->glCtx, atom);
490 const GLuint atom_size = atom->check(radeon->glCtx, atom);
508 dwords = (*atom->check) (radeon->glCtx, atom);
514 (*atom->emit)(radeon->glCtx, atom);
669 radeonEmitQueryEnd(rmesa->glCtx);
[all...]
H A Dradeon_fbo.c600 rb->_BaseFormat = _mesa_base_fbo_format(radeon->glCtx,
950 radeon->glCtx->Driver.NewFramebuffer = radeon_new_framebuffer;
951 radeon->glCtx->Driver.NewRenderbuffer = radeon_new_renderbuffer;
952 radeon->glCtx->Driver.MapRenderbuffer = radeon_map_renderbuffer;
953 radeon->glCtx->Driver.UnmapRenderbuffer = radeon_unmap_renderbuffer;
954 radeon->glCtx->Driver.BindFramebuffer = radeon_bind_framebuffer;
955 radeon->glCtx->Driver.FramebufferRenderbuffer = radeon_framebuffer_renderbuffer;
956 radeon->glCtx->Driver.RenderTexture = radeon_render_texture;
957 radeon->glCtx->Driver.FinishRenderTexture = radeon_finish_render_texture;
958 radeon->glCtx
[all...]
H A Dradeon_context.c254 ctx = rmesa->radeon.glCtx;
364 if (rmesa->radeon.glCtx->Mesa_DXTn) {
410 TCL_FALLBACK(rmesa->radeon.glCtx, RADEON_TCL_FALLBACK_TCL_DISABLE, 1);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c146 shareCtx = ((radeonContextPtr)sharedContextPrivate)->glCtx;
149 radeon->glCtx = _mesa_create_context(API_OPENGL, glVisual, shareCtx,
151 if (!radeon->glCtx)
154 ctx = radeon->glCtx;
227 _mesa_meta_free(radeon->glCtx);
239 radeonReleaseArrays(radeon->glCtx, ~0);
241 radeon->vtbl.free_context(radeon->glCtx);
242 _swsetup_DestroyContext( radeon->glCtx );
243 _tnl_DestroyContext( radeon->glCtx );
244 _vbo_DestroyContext( radeon->glCtx );
[all...]
H A Dr200_state.h58 r200Fallback( rmesa->radeon.glCtx, bit, mode ); \
H A Dradeon_cmdbuf.h110 radeon->glCtx->Driver.Flush(radeon->glCtx); /* +r6/r7 */
H A Dradeon_common.c86 _mesa_resize_framebuffer(radeon->glCtx, &draw_rfb->base,
94 _mesa_resize_framebuffer(radeon->glCtx, &read_rfb->base,
101 radeonUpdateScissor(radeon->glCtx);
431 radeon_draw_buffer(ctx, radeon->glCtx->DrawBuffer);
443 dwords = (*state->check) (radeon->glCtx, state);
481 const GLuint atom_size = atom->check(radeon->glCtx, atom);
490 const GLuint atom_size = atom->check(radeon->glCtx, atom);
508 dwords = (*atom->check) (radeon->glCtx, atom);
514 (*atom->emit)(radeon->glCtx, atom);
669 radeonEmitQueryEnd(rmesa->glCtx);
[all...]
H A Dradeon_fbo.c600 rb->_BaseFormat = _mesa_base_fbo_format(radeon->glCtx,
950 radeon->glCtx->Driver.NewFramebuffer = radeon_new_framebuffer;
951 radeon->glCtx->Driver.NewRenderbuffer = radeon_new_renderbuffer;
952 radeon->glCtx->Driver.MapRenderbuffer = radeon_map_renderbuffer;
953 radeon->glCtx->Driver.UnmapRenderbuffer = radeon_unmap_renderbuffer;
954 radeon->glCtx->Driver.BindFramebuffer = radeon_bind_framebuffer;
955 radeon->glCtx->Driver.FramebufferRenderbuffer = radeon_framebuffer_renderbuffer;
956 radeon->glCtx->Driver.RenderTexture = radeon_render_texture;
957 radeon->glCtx->Driver.FinishRenderTexture = radeon_finish_render_texture;
958 radeon->glCtx
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c146 shareCtx = ((radeonContextPtr)sharedContextPrivate)->glCtx;
149 radeon->glCtx = _mesa_create_context(API_OPENGL, glVisual, shareCtx,
151 if (!radeon->glCtx)
154 ctx = radeon->glCtx;
227 _mesa_meta_free(radeon->glCtx);
239 radeonReleaseArrays(radeon->glCtx, ~0);
241 radeon->vtbl.free_context(radeon->glCtx);
242 _swsetup_DestroyContext( radeon->glCtx );
243 _tnl_DestroyContext( radeon->glCtx );
244 _vbo_DestroyContext( radeon->glCtx );
[all...]
H A Dradeon_state.h60 radeonFallback( rmesa->radeon.glCtx, bit, mode ); \
H A Dradeon_cmdbuf.h110 radeon->glCtx->Driver.Flush(radeon->glCtx); /* +r6/r7 */
H A Dradeon_common.c86 _mesa_resize_framebuffer(radeon->glCtx, &draw_rfb->base,
94 _mesa_resize_framebuffer(radeon->glCtx, &read_rfb->base,
101 radeonUpdateScissor(radeon->glCtx);
431 radeon_draw_buffer(ctx, radeon->glCtx->DrawBuffer);
443 dwords = (*state->check) (radeon->glCtx, state);
481 const GLuint atom_size = atom->check(radeon->glCtx, atom);
490 const GLuint atom_size = atom->check(radeon->glCtx, atom);
508 dwords = (*atom->check) (radeon->glCtx, atom);
514 (*atom->emit)(radeon->glCtx, atom);
669 radeonEmitQueryEnd(rmesa->glCtx);
[all...]
H A Dradeon_fbo.c600 rb->_BaseFormat = _mesa_base_fbo_format(radeon->glCtx,
950 radeon->glCtx->Driver.NewFramebuffer = radeon_new_framebuffer;
951 radeon->glCtx->Driver.NewRenderbuffer = radeon_new_renderbuffer;
952 radeon->glCtx->Driver.MapRenderbuffer = radeon_map_renderbuffer;
953 radeon->glCtx->Driver.UnmapRenderbuffer = radeon_unmap_renderbuffer;
954 radeon->glCtx->Driver.BindFramebuffer = radeon_bind_framebuffer;
955 radeon->glCtx->Driver.FramebufferRenderbuffer = radeon_framebuffer_renderbuffer;
956 radeon->glCtx->Driver.RenderTexture = radeon_render_texture;
957 radeon->glCtx->Driver.FinishRenderTexture = radeon_finish_render_texture;
958 radeon->glCtx
[all...]
H A Dradeon_context.c254 ctx = rmesa->radeon.glCtx;
364 if (rmesa->radeon.glCtx->Mesa_DXTn) {
410 TCL_FALLBACK(rmesa->radeon.glCtx, RADEON_TCL_FALLBACK_TCL_DISABLE, 1);

Completed in 1888 milliseconds

1234