/external/mesa3d/src/mesa/swrast/ |
s_lines.h | 33 _swrast_choose_line( struct gl_context *ctx ); 36 _swrast_add_spec_terms_line( struct gl_context *ctx,
|
/external/openssl/crypto/ |
LPdir_nyi.c | 33 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) 38 int LP_find_file_end(LP_DIR_CTX **ctx)
|
o_dir.h | 45 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory); 47 int OPENSSL_DIR_end(OPENSSL_DIR_CTX **ctx);
|
/external/openssl/crypto/comp/ |
comp_lib.c | 26 void COMP_CTX_free(COMP_CTX *ctx) 28 if(ctx == NULL) 31 if (ctx->meth->finish != NULL) 32 ctx->meth->finish(ctx); 34 OPENSSL_free(ctx); 37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 41 if (ctx->meth->compress == NULL) 46 ret=ctx->meth->compress(ctx,out,olen,in,ilen) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
context.h | 108 _mesa_initialize_context( struct gl_context *ctx, 123 _mesa_free_context_data( struct gl_context *ctx ); 126 _mesa_destroy_context( struct gl_context *ctx ); 134 _mesa_check_init_viewport(struct gl_context *ctx, GLuint width, GLuint height); 137 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer, 141 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare); 149 _mesa_init_get_hash(struct gl_context *ctx); 156 _mesa_get_dispatch(struct gl_context *ctx); 160 _mesa_set_mvp_with_dp4( struct gl_context *ctx, 165 _mesa_valid_to_render(struct gl_context *ctx, const char *where) [all...] |
fog.c | 86 update_fog_scale(struct gl_context *ctx) 88 if (ctx->Fog.End == ctx->Fog.Start) 89 ctx->Fog._Scale = 1.0f; 91 ctx->Fog._Scale = 1.0f / (ctx->Fog.End - ctx->Fog.Start); 98 GET_CURRENT_CONTEXT(ctx); 100 ASSERT_OUTSIDE_BEGIN_END(ctx); 111 _mesa_error( ctx, GL_INVALID_ENUM, "glFog" ) [all...] |
colortab.c | 49 GET_CURRENT_CONTEXT(ctx); 50 ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx); 51 _mesa_error(ctx, GL_INVALID_ENUM, "glColorTable(target)"); 61 GET_CURRENT_CONTEXT(ctx); 62 ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx); 63 _mesa_error(ctx, GL_INVALID_ENUM, "glColorSubTable(target)"); 72 GET_CURRENT_CONTEXT(ctx); 73 ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx); 74 _mesa_error(ctx, GL_INVALID_ENUM, "glCopyColorTable(target)"); 83 GET_CURRENT_CONTEXT(ctx); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_lookahead.c | 28 static struct lookahead_entry * pop(struct lookahead_ctx *ctx, 31 struct lookahead_entry *buf = ctx->buf + index; 33 assert(index < ctx->max_sz); 34 if (++index >= ctx->max_sz) 35 index -= ctx->max_sz; 41 void vp9_lookahead_destroy(struct lookahead_ctx *ctx) { 42 if (ctx) { 43 if (ctx->buf) { 46 for (i = 0; i < ctx->max_sz; i++) 47 vp9_free_frame_buffer(&ctx->buf[i].img) 60 struct lookahead_ctx *ctx = NULL; local [all...] |
/external/mesa3d/src/mesa/main/ |
context.h | 108 _mesa_initialize_context( struct gl_context *ctx, 123 _mesa_free_context_data( struct gl_context *ctx ); 126 _mesa_destroy_context( struct gl_context *ctx ); 134 _mesa_check_init_viewport(struct gl_context *ctx, GLuint width, GLuint height); 137 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer, 141 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare); 149 _mesa_init_get_hash(struct gl_context *ctx); 156 _mesa_get_dispatch(struct gl_context *ctx); 160 _mesa_set_mvp_with_dp4( struct gl_context *ctx, 165 _mesa_valid_to_render(struct gl_context *ctx, const char *where) [all...] |
fog.c | 86 update_fog_scale(struct gl_context *ctx) 88 if (ctx->Fog.End == ctx->Fog.Start) 89 ctx->Fog._Scale = 1.0f; 91 ctx->Fog._Scale = 1.0f / (ctx->Fog.End - ctx->Fog.Start); 98 GET_CURRENT_CONTEXT(ctx); 100 ASSERT_OUTSIDE_BEGIN_END(ctx); 111 _mesa_error( ctx, GL_INVALID_ENUM, "glFog" ) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blit.c | 92 struct blit_state *ctx; local 95 ctx = CALLOC_STRUCT(blit_state); 96 if (!ctx) 99 ctx->pipe = pipe; 100 ctx->cso = cso; 103 ctx->blend_write_color.rt[0].colormask = PIPE_MASK_RGBA; 106 ctx->dsa_write_depth.depth.enabled = 1; 107 ctx->dsa_write_depth.depth.writemask = 1; 108 ctx->dsa_write_depth.depth.func = PIPE_FUNC_ALWAYS; 109 ctx->dsa_write_stencil.stencil[0].enabled = 1 [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blit.c | 92 struct blit_state *ctx; local 95 ctx = CALLOC_STRUCT(blit_state); 96 if (!ctx) 99 ctx->pipe = pipe; 100 ctx->cso = cso; 103 ctx->blend_write_color.rt[0].colormask = PIPE_MASK_RGBA; 106 ctx->dsa_write_depth.depth.enabled = 1; 107 ctx->dsa_write_depth.depth.writemask = 1; 108 ctx->dsa_write_depth.depth.func = PIPE_FUNC_ALWAYS; 109 ctx->dsa_write_stencil.stencil[0].enabled = 1 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_vfy.c | 112 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); 113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x); 114 static int check_chain_extensions(X509_STORE_CTX *ctx); 115 static int check_name_constraints(X509_STORE_CTX *ctx); 116 static int check_trust(X509_STORE_CTX *ctx); 117 static int check_revocation(X509_STORE_CTX *ctx); 118 static int check_cert(X509_STORE_CTX *ctx); 119 static int check_policy(X509_STORE_CTX *ctx); 121 static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer, 124 static int get_crl_delta(X509_STORE_CTX *ctx, 1979 X509_STORE_CTX *ctx; local [all...] |
/external/openssl/crypto/x509/ |
x509_vfy.c | 112 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); 113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x); 114 static int check_chain_extensions(X509_STORE_CTX *ctx); 115 static int check_name_constraints(X509_STORE_CTX *ctx); 116 static int check_trust(X509_STORE_CTX *ctx); 117 static int check_revocation(X509_STORE_CTX *ctx); 118 static int check_cert(X509_STORE_CTX *ctx); 119 static int check_policy(X509_STORE_CTX *ctx); 121 static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer, 124 static int get_crl_delta(X509_STORE_CTX *ctx, 1979 X509_STORE_CTX *ctx; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
api_context.c | 38 struct vg_context *ctx = vg_current_context(); local 41 if (!ctx) 44 error = ctx->_error; 45 ctx->_error = VG_NO_ERROR; 52 struct vg_context *ctx = vg_current_context(); local 55 if (!ctx) 58 pipe = ctx->pipe; 61 vg_manager_flush_frontbuffer(ctx); 66 struct vg_context *ctx = vg_current_context(); local 70 if (!ctx) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_swtcl.h | 41 extern void r200InitSwtcl( struct gl_context *ctx ); 43 extern void r200ChooseRenderState( struct gl_context *ctx ); 44 extern void r200ChooseVertexState( struct gl_context *ctx ); 46 extern void r200CheckTexSizes( struct gl_context *ctx ); 48 extern void r200BuildVertices( struct gl_context *ctx, GLuint start, GLuint count, 54 extern void r200_translate_vertex( struct gl_context *ctx, 58 extern void r200_print_vertex( struct gl_context *ctx, const radeonVertex *v ); 60 extern void r200_import_float_colors( struct gl_context *ctx ); 61 extern void r200_import_float_spec_colors( struct gl_context *ctx ); 63 extern void r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py [all...] |
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
ICONSTANTVisitor.java | 20 //Object visit (CONSTANT_info constant, Object ctx); 22 Object visit (CONSTANT_Class_info constant, Object ctx); 24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx); 25 Object visit (CONSTANT_Methodref_info constant, Object ctx); 26 Object visit (CONSTANT_Fieldref_info constant, Object ctx); 28 Object visit (CONSTANT_Double_info constant, Object ctx); 29 Object visit (CONSTANT_Float_info constant, Object ctx); 30 Object visit (CONSTANT_Integer_info constant, Object ctx); 31 Object visit (CONSTANT_Long_info constant, Object ctx); 32 Object visit (CONSTANT_String_info constant, Object ctx); [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
api_context.c | 38 struct vg_context *ctx = vg_current_context(); local 41 if (!ctx) 44 error = ctx->_error; 45 ctx->_error = VG_NO_ERROR; 52 struct vg_context *ctx = vg_current_context(); local 55 if (!ctx) 58 pipe = ctx->pipe; 61 vg_manager_flush_frontbuffer(ctx); 66 struct vg_context *ctx = vg_current_context(); local 70 if (!ctx) [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_swtcl.h | 41 extern void r200InitSwtcl( struct gl_context *ctx ); 43 extern void r200ChooseRenderState( struct gl_context *ctx ); 44 extern void r200ChooseVertexState( struct gl_context *ctx ); 46 extern void r200CheckTexSizes( struct gl_context *ctx ); 48 extern void r200BuildVertices( struct gl_context *ctx, GLuint start, GLuint count, 54 extern void r200_translate_vertex( struct gl_context *ctx, 58 extern void r200_print_vertex( struct gl_context *ctx, const radeonVertex *v ); 60 extern void r200_import_float_colors( struct gl_context *ctx ); 61 extern void r200_import_float_spec_colors( struct gl_context *ctx ); 63 extern void r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py [all...] |
/external/openssh/ |
umac.h | 61 int umac_reset(struct umac_ctx *ctx); 65 int umac_update(struct umac_ctx *ctx, u_char *input, long len); 66 /* Incorporate len bytes pointed to by input into context ctx */ 68 int umac_final(struct umac_ctx *ctx, u_char tag[], u_char nonce[8]); 73 int umac_delete(struct umac_ctx *ctx); 77 int umac(struct umac_ctx *ctx, u_char *input, 98 int uhash_free(uhash_ctx_t ctx); 100 int uhash_set_params(uhash_ctx_t ctx, 103 int uhash_reset(uhash_ctx_t ctx); 105 int uhash_update(uhash_ctx_t ctx, [all...] |
/external/ppp/pppd/ |
openssl-hash.h | 25 #define SHA1_Init(ctx) { \ 26 EVP_MD_CTX_init(ctx); \ 27 EVP_DigestInit_ex(ctx, sha1_md, NULL); \ 30 #define SHA1_Final(digest, ctx) { \ 32 EVP_DigestFinal_ex(ctx, digest, &md_len); \ 37 #define MD4Init(ctx) { \ 38 EVP_MD_CTX_init(ctx); \ 39 EVP_DigestInit_ex(ctx, md4_md, NULL); \ 46 #define MD5_Init(ctx) { \ 47 EVP_MD_CTX_init(ctx); \ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen6_scissor_state.c | 38 struct gl_context *ctx = &intel->ctx; local 39 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); 55 if (ctx->DrawBuffer->_Xmin == ctx->DrawBuffer->_Xmax || 56 ctx->DrawBuffer->_Ymin == ctx->DrawBuffer->_Ymax) { 69 scissor->xmin = ctx->DrawBuffer->_Xmin; 70 scissor->xmax = ctx->DrawBuffer->_Xmax - 1; 71 scissor->ymin = ctx->DrawBuffer->_Ymin [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_scissor_state.c | 38 struct gl_context *ctx = &intel->ctx; local 39 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); 55 if (ctx->DrawBuffer->_Xmin == ctx->DrawBuffer->_Xmax || 56 ctx->DrawBuffer->_Ymin == ctx->DrawBuffer->_Ymax) { 69 scissor->xmin = ctx->DrawBuffer->_Xmin; 70 scissor->xmax = ctx->DrawBuffer->_Xmax - 1; 71 scissor->ymin = ctx->DrawBuffer->_Ymin [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv10_state_polygon.c | 35 nv10_emit_cull_face(struct gl_context *ctx, int emit) 37 struct nouveau_pushbuf *push = context_push(ctx); 38 GLenum mode = ctx->Polygon.CullFaceMode; 41 PUSH_DATAb(push, ctx->Polygon.CullFlag); 50 nv10_emit_front_face(struct gl_context *ctx, int emit) 52 struct nouveau_pushbuf *push = context_push(ctx); 55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ? 60 nv10_emit_line_mode(struct gl_context *ctx, int emit) 62 struct nouveau_pushbuf *push = context_push(ctx); 63 GLboolean smooth = ctx->Line.SmoothFlag & [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv10_state_polygon.c | 35 nv10_emit_cull_face(struct gl_context *ctx, int emit) 37 struct nouveau_pushbuf *push = context_push(ctx); 38 GLenum mode = ctx->Polygon.CullFaceMode; 41 PUSH_DATAb(push, ctx->Polygon.CullFlag); 50 nv10_emit_front_face(struct gl_context *ctx, int emit) 52 struct nouveau_pushbuf *push = context_push(ctx); 55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ? 60 nv10_emit_line_mode(struct gl_context *ctx, int emit) 62 struct nouveau_pushbuf *push = context_push(ctx); 63 GLboolean smooth = ctx->Line.SmoothFlag & [all...] |