/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
c_rle.c | 7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, 9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, 28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, 44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
|
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
dsa_pmeth.c | 81 static int pkey_dsa_init(EVP_PKEY_CTX *ctx) 92 ctx->data = dctx; 93 ctx->keygen_info = dctx->gentmp; 94 ctx->keygen_info_count = 2; 113 static void pkey_dsa_cleanup(EVP_PKEY_CTX *ctx) 115 DSA_PKEY_CTX *dctx = ctx->data; 120 static int pkey_dsa_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, 125 DSA_PKEY_CTX *dctx = ctx->data; 126 DSA *dsa = ctx->pkey->pkey.dsa; 141 static int pkey_dsa_verify(EVP_PKEY_CTX *ctx, [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_oct.c | 72 const BIGNUM *x, int y_bit, BN_CTX *ctx) 89 group, point, x, y_bit, ctx); 98 group, point, x, y_bit, ctx); 101 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx); 106 const BIGNUM *x, int y_bit, BN_CTX *ctx) 123 group, point, x, y_bit, ctx); 126 group, point, x, y_bit, ctx); 128 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx); 133 unsigned char *buf, size_t len, BN_CTX *ctx) 150 form, buf, len, ctx); [all...] |
ec_pmeth.c | 77 static int pkey_ec_init(EVP_PKEY_CTX *ctx) 86 ctx->data = dctx; 108 static void pkey_ec_cleanup(EVP_PKEY_CTX *ctx) 110 EC_PKEY_CTX *dctx = ctx->data; 119 static int pkey_ec_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, 124 EC_PKEY_CTX *dctx = ctx->data; 125 EC_KEY *ec = ctx->pkey->pkey.ec; 152 static int pkey_ec_verify(EVP_PKEY_CTX *ctx, 157 EC_PKEY_CTX *dctx = ctx->data; 158 EC_KEY *ec = ctx->pkey->pkey.ec [all...] |
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
bouncing_balls_draw_ball_as_canvas_sprite.js | 15 ctx = spriteMap.getContext("2d"); 16 ctx.clearRect(0,0, ballDiameter*spriteMapSize + 2, ballDiameter + 2); 17 ctx.translate(ballRadius + 1, ballRadius + 1); 19 ctx.save(); 20 ctx.rotate(i * 2 * Math.PI / spriteMapSize ); 21 ctx.drawImage(ballImage, -ballRadius, -ballRadius, ballDiameter, 23 ctx.restore(); 24 ctx.translate(ballDiameter, 0);
|
/external/e2fsprogs/e2fsck/ |
util.c | 46 void fatal_error(e2fsck_t ctx, const char *msg) 50 if (ctx->fs && ctx->fs->io) { 51 if (ctx->fs->io->magic == EXT2_ET_MAGIC_IO_CHANNEL) 52 io_channel_flush(ctx->fs->io); 56 ctx->flags |= E2F_FLAG_ABORT; 57 if (ctx->flags & E2F_FLAG_SETJMP_OK) 58 longjmp(ctx->abort_loc, 1); 62 void *e2fsck_allocate_memory(e2fsck_t ctx, unsigned int size, 74 fatal_error(ctx, buf) [all...] |
/external/libvpx/libvpx/vpx/ |
vpx_codec.h | 306 * \param[in] ctx Pointer to this instance's context. 309 const char *vpx_codec_error(vpx_codec_ctx_t *ctx); 317 * \param[in] ctx Pointer to this instance's context. 322 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx); 335 * \param[in] ctx Pointer to this instance's context 342 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx); 369 * \param[in] ctx Pointer to this instance's context 379 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, 383 # define vpx_codec_control(ctx,id,data) vpx_codec_control_(ctx,id,data [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUMCInstLower.h | 22 MCContext &Ctx; 25 AMDGPUMCInstLower(MCContext &ctx);
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_query.c | 40 static struct r600_resource *r600_new_query_buffer(struct r600_context *ctx, unsigned type) 49 pipe_buffer_create(&ctx->screen->screen, PIPE_BIND_CUSTOM, 55 results = ctx->ws->buffer_map(buf->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE); 59 num_results = buf_size / (16 * ctx->max_db); 61 for (i = 0; i < ctx->max_db; i++) { 62 if (!(ctx->backend_mask & (1<<i))) { 67 results += 4 * ctx->max_db; 69 ctx->ws->buffer_unmap(buf->cs_buf); 78 results = ctx->ws->buffer_map(buf->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE) [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
kernel.hpp | 86 /// object to this argument, and update \a ctx accordingly. 87 virtual void bind(exec_context &ctx) = 0; 90 virtual void unbind(exec_context &ctx) = 0; 125 virtual void bind(exec_context &ctx); 126 virtual void unbind(exec_context &ctx); 137 virtual void bind(exec_context &ctx); 138 virtual void unbind(exec_context &ctx); 151 virtual void bind(exec_context &ctx); 152 virtual void unbind(exec_context &ctx); 163 virtual void bind(exec_context &ctx); [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip.c | 139 struct gl_context *ctx = &intel->ctx; local 151 key.do_flat_shading = (ctx->Light.ShadeModel == GL_FLAT); 152 key.pv_first = (ctx->Light.ProvokingVertex == GL_FIRST_VERTEX_CONVENTION); 154 key.nr_userclip = _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled); 163 if (ctx->Polygon.CullFlag && 164 ctx->Polygon.CullFaceMode == GL_FRONT_AND_BACK) 172 if (!ctx->Polygon.CullFlag || 173 ctx->Polygon.CullFaceMode != GL_FRONT) { 174 switch (ctx->Polygon.FrontMode) [all...] |
brw_fs_cfg.h | 42 static void* operator new(size_t size, void *ctx) 46 node = rzalloc_size(ctx, size); 71 static void* operator new(size_t size, void *ctx) 75 node = rzalloc_size(ctx, size);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_bufferobj.c | 34 get_bufferobj_map(struct gl_context *ctx, struct gl_buffer_object *obj, 43 nouveau_bo_map(nbo->bo, flags, context_client(ctx)); 51 nouveau_bufferobj_new(struct gl_context *ctx, GLuint buffer, GLenum target) 59 _mesa_initialize_buffer_object(ctx, &nbo->base, buffer, target); 65 nouveau_bufferobj_del(struct gl_context *ctx, struct gl_buffer_object *obj) 75 nouveau_bufferobj_data(struct gl_context *ctx, GLenum target, GLsizeiptrARB size, 91 context_chipset(ctx) < 0x10) { 97 ret = nouveau_bo_new(context_dev(ctx), 104 memcpy(get_bufferobj_map(ctx, obj, NOUVEAU_BO_WR), data, size); 110 nouveau_bufferobj_subdata(struct gl_context *ctx, GLintptrARB offset [all...] |
nv20_state_fb.c | 55 setup_hierz_buffer(struct gl_context *ctx) 57 struct nouveau_pushbuf *push = context_push(ctx); 58 struct gl_framebuffer *fb = ctx->DrawBuffer; 66 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size, 78 nv20_emit_framebuffer(struct gl_context *ctx, int emit) 80 struct nouveau_pushbuf *push = context_push(ctx); 81 struct gl_framebuffer *fb = ctx->DrawBuffer; 117 if (context_chipset(ctx) >= 0x25) 118 setup_hierz_buffer(ctx); 129 context_dirty(ctx, VIEWPORT) [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.h | 32 extern void radeonEmitQueryBegin(struct gl_context *ctx); 33 extern void radeonEmitQueryEnd(struct gl_context *ctx); 39 int radeon_check_query_active(struct gl_context *ctx, struct radeon_state_atom *atom); 40 void radeon_emit_queryobj(struct gl_context *ctx, struct radeon_state_atom *atom);
|
/external/mesa3d/src/mesa/main/ |
api_exec.h | 37 _mesa_create_exec_table(struct gl_context *ctx);
|
clip.h | 39 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane);
|
hint.h | 50 _mesa_init_hint( struct gl_context * ctx );
|
lines.h | 47 _mesa_init_line( struct gl_context * ctx );
|
pixelstore.h | 49 _mesa_init_pixelstore( struct gl_context *ctx );
|
texformat.h | 35 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target,
|
/external/mesa3d/src/mesa/program/ |
nvfragparse.h | 39 _mesa_parse_nv_fragment_program(struct gl_context *ctx, GLenum target,
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_msaa.c | 50 if (st->ctx->Multisample.Enabled && sample_count > 1) { 52 if (st->ctx->Multisample.SampleCoverage) { 54 nr_bits = st->ctx->Multisample.SampleCoverageValue * (float)sample_count; 61 if (st->ctx->Multisample.SampleCoverageInvert)
|
st_cb_texture.h | 42 st_finalize_texture(struct gl_context *ctx,
|
st_cb_viewport.c | 51 static void st_viewport(struct gl_context * ctx, GLint x, GLint y, 54 struct st_context *st = ctx->st; 68 stdraw = st_ws_framebuffer(st->ctx->DrawBuffer); 69 stread = st_ws_framebuffer(st->ctx->ReadBuffer);
|