/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
clear.c | 22 struct pipe_context *ctx; variable in typeref:struct:pipe_context 31 ctx->clear(ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0); 32 ctx->flush(ctx, NULL); 34 graw_save_surface_to_file(ctx, surf, NULL); 64 ctx = screen->context_create(screen, NULL); 65 if (ctx == NULL) 89 surf = ctx->create_surface(ctx, tex, &surf_tmpl) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_context.h | 50 #define to_nv04_context(ctx) ((struct nv04_context *)(ctx)) 55 nv04_context_engine(struct gl_context *ctx);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_common.h | 8 void radeonUserClear(struct gl_context *ctx, GLuint mask); 10 void radeonUpdateScissor( struct gl_context *ctx ); 11 void radeonScissor(struct gl_context* ctx, GLint x, GLint y, GLsizei w, GLsizei h); 15 void radeonFlush(struct gl_context *ctx); 16 void radeonFinish(struct gl_context * ctx); 20 void radeon_clear_tris(struct gl_context *ctx, GLbitfield mask); 23 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb); 24 void radeonDrawBuffer( struct gl_context *ctx, GLenum mode ); 25 void radeonReadBuffer( struct gl_context *ctx, GLenum mode ); 26 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
errors.c | 177 get_message_state(struct gl_context *ctx, int source, int type, 181 &ctx->Debug.ClientIDs.Namespaces[source][type]; 197 if (ctx->Debug.ClientIDs.Defaults[severity][source][type]) 228 set_message_state(struct gl_context *ctx, int source, int type, 232 &ctx->Debug.ClientIDs.Namespaces[source][type]; 265 should_log(struct gl_context *ctx, GLenum source, GLenum type, 275 return get_message_state(ctx, s, t, sev, id); 280 return ctx->Debug.ApiErrors[id]; 282 return ctx->Debug.WinsysErrors[id]; 284 return ctx->Debug.ShaderErrors[id] [all...] |
viewport.h | 39 _mesa_set_viewport(struct gl_context *ctx, GLint x, GLint y, 51 _mesa_init_viewport(struct gl_context *ctx); 55 _mesa_free_viewport_data(struct gl_context *ctx);
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_readpixels.c | 44 st_readpixels(struct gl_context *ctx, GLint x, GLint y, 50 struct st_context *st = st_context(ctx); 54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
|
st_context.c | 74 * Called via ctx->Driver.UpdateState() 76 void st_invalidate_state(struct gl_context * ctx, GLuint new_state) 78 struct st_context *st = st_context(ctx); 86 /* Update the vertex shader if ctx->Light._ClampVertexColor was changed. */ 97 _vbo_InvalidateState(ctx, new_state); 117 st_create_context_priv( struct gl_context *ctx, struct pipe_context *pipe, 126 ctx->st = st; 128 st->ctx = ctx; 135 _vbo_CreateContext(ctx); 216 struct gl_context *ctx; local 285 struct gl_context *ctx = st->ctx; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_context.h | 54 typedef void (*texture_sample_func)(struct gl_context *ctx, 60 typedef void (_ASMAPIP blend_func)( struct gl_context *ctx, GLuint n, 65 typedef void (*swrast_point_func)( struct gl_context *ctx, const SWvertex *); 67 typedef void (*swrast_line_func)( struct gl_context *ctx, 70 typedef void (*swrast_tri_func)( struct gl_context *ctx, const SWvertex *, 74 typedef void (*validate_texture_image_func)(struct gl_context *ctx, 240 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state ); 321 _swrast_validate_derived( struct gl_context *ctx ); 324 _swrast_update_texture_samplers(struct gl_context *ctx); 329 SWRAST_CONTEXT(struct gl_context *ctx) [all...] |
s_renderbuffer.h | 38 _swrast_new_soft_renderbuffer(struct gl_context *ctx, GLuint name); 41 _swrast_map_soft_renderbuffer(struct gl_context *ctx, 49 _swrast_unmap_soft_renderbuffer(struct gl_context *ctx,
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ech_ossl.c | 112 BN_CTX *ctx; local 127 if ((ctx = BN_CTX_new()) == NULL) goto err; 128 BN_CTX_start(ctx); 129 x = BN_CTX_get(ctx); 130 y = BN_CTX_get(ctx); 146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) 154 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx)) 163 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx)) 211 if (ctx) BN_CTX_end(ctx); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
e_seed.c | 65 static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc); 76 static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, 79 SEED_set_key(key, ctx->cipher_data);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAddPathRenderers_default.cpp | 20 void GrPathRenderer::AddPathRenderers(GrContext* ctx, GrPathRendererChain* chain) { 27 if (GrPathRenderer* pr = GrStencilAndCoverPathRenderer::Create(ctx)) { 30 if (GrPathRenderer* pr = GrAAHairLinePathRenderer::Create(ctx)) {
|
GrGpuFactory.cpp | 37 GrGLContext ctx(glInterface); 38 if (ctx.isInitialized()) { 39 return SkNEW_ARGS(GrGpuGL, (ctx, context));
|
/external/e2fsprogs/lib/ext2fs/ |
dir_iterate.c | 104 struct dir_context ctx; local 113 ctx.dir = dir; 114 ctx.flags = flags; 116 ctx.buf = block_buf; 118 retval = ext2fs_get_mem(fs->blocksize, &ctx.buf); 122 ctx.func = func; 123 ctx.priv_data = priv_data; 124 ctx.errcode = 0; 126 ext2fs_process_dir_block, &ctx); 128 ext2fs_free_mem(&ctx.buf) 185 struct dir_context *ctx = (struct dir_context *) priv_data; local [all...] |
/external/mesa3d/src/gallium/tests/graw/ |
clear.c | 22 struct pipe_context *ctx; variable in typeref:struct:pipe_context 31 ctx->clear(ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0); 32 ctx->flush(ctx, NULL); 34 graw_save_surface_to_file(ctx, surf, NULL); 64 ctx = screen->context_create(screen, NULL); 65 if (ctx == NULL) 89 surf = ctx->create_surface(ctx, tex, &surf_tmpl) [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_context.h | 50 #define to_nv04_context(ctx) ((struct nv04_context *)(ctx)) 55 nv04_context_engine(struct gl_context *ctx);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common.h | 8 void radeonUserClear(struct gl_context *ctx, GLuint mask); 10 void radeonUpdateScissor( struct gl_context *ctx ); 11 void radeonScissor(struct gl_context* ctx, GLint x, GLint y, GLsizei w, GLsizei h); 15 void radeonFlush(struct gl_context *ctx); 16 void radeonFinish(struct gl_context * ctx); 20 void radeon_clear_tris(struct gl_context *ctx, GLbitfield mask); 23 void radeon_draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb); 24 void radeonDrawBuffer( struct gl_context *ctx, GLenum mode ); 25 void radeonReadBuffer( struct gl_context *ctx, GLenum mode ); 26 void radeon_viewport(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) [all...] |
/external/mesa3d/src/mesa/main/ |
errors.c | 177 get_message_state(struct gl_context *ctx, int source, int type, 181 &ctx->Debug.ClientIDs.Namespaces[source][type]; 197 if (ctx->Debug.ClientIDs.Defaults[severity][source][type]) 228 set_message_state(struct gl_context *ctx, int source, int type, 232 &ctx->Debug.ClientIDs.Namespaces[source][type]; 265 should_log(struct gl_context *ctx, GLenum source, GLenum type, 275 return get_message_state(ctx, s, t, sev, id); 280 return ctx->Debug.ApiErrors[id]; 282 return ctx->Debug.WinsysErrors[id]; 284 return ctx->Debug.ShaderErrors[id] [all...] |
viewport.h | 39 _mesa_set_viewport(struct gl_context *ctx, GLint x, GLint y, 51 _mesa_init_viewport(struct gl_context *ctx); 55 _mesa_free_viewport_data(struct gl_context *ctx);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_readpixels.c | 44 st_readpixels(struct gl_context *ctx, GLint x, GLint y, 50 struct st_context *st = st_context(ctx); 54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
|
st_context.c | 74 * Called via ctx->Driver.UpdateState() 76 void st_invalidate_state(struct gl_context * ctx, GLuint new_state) 78 struct st_context *st = st_context(ctx); 86 /* Update the vertex shader if ctx->Light._ClampVertexColor was changed. */ 97 _vbo_InvalidateState(ctx, new_state); 117 st_create_context_priv( struct gl_context *ctx, struct pipe_context *pipe, 126 ctx->st = st; 128 st->ctx = ctx; 135 _vbo_CreateContext(ctx); 216 struct gl_context *ctx; local 285 struct gl_context *ctx = st->ctx; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_context.h | 54 typedef void (*texture_sample_func)(struct gl_context *ctx, 60 typedef void (_ASMAPIP blend_func)( struct gl_context *ctx, GLuint n, 65 typedef void (*swrast_point_func)( struct gl_context *ctx, const SWvertex *); 67 typedef void (*swrast_line_func)( struct gl_context *ctx, 70 typedef void (*swrast_tri_func)( struct gl_context *ctx, const SWvertex *, 74 typedef void (*validate_texture_image_func)(struct gl_context *ctx, 240 void (*InvalidateState)( struct gl_context *ctx, GLbitfield new_state ); 321 _swrast_validate_derived( struct gl_context *ctx ); 324 _swrast_update_texture_samplers(struct gl_context *ctx); 329 SWRAST_CONTEXT(struct gl_context *ctx) [all...] |
s_renderbuffer.h | 38 _swrast_new_soft_renderbuffer(struct gl_context *ctx, GLuint name); 41 _swrast_map_soft_renderbuffer(struct gl_context *ctx, 49 _swrast_unmap_soft_renderbuffer(struct gl_context *ctx,
|
/external/openssl/crypto/ecdh/ |
ech_ossl.c | 112 BN_CTX *ctx; local 127 if ((ctx = BN_CTX_new()) == NULL) goto err; 128 BN_CTX_start(ctx); 129 x = BN_CTX_get(ctx); 130 y = BN_CTX_get(ctx); 146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx)) 154 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx)) 163 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx)) 211 if (ctx) BN_CTX_end(ctx); [all...] |
/external/openssl/crypto/evp/ |
e_seed.c | 65 static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc); 76 static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, 79 SEED_set_key(key, ctx->cipher_data);
|