HomeSort by relevance Sort by last modified time
    Searched refs:ctx (Results 876 - 900 of 3875) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_translate.h 37 void _vega_pack_rgba_span_float(struct vg_context *ctx,
41 void _vega_unpack_float_span_rgba(struct vg_context *ctx,
  /external/chromium_org/third_party/mesa/src/src/glsl/
program.h 27 link_shaders(struct gl_context *ctx, struct gl_shader_program *prog);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.h 43 extern void intelInitTriFuncs(struct gl_context * ctx);
45 extern void intelChooseRenderState(struct gl_context * ctx);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_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;
71 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size,
93 nv10_emit_framebuffer(struct gl_context *ctx, int emit)
95 struct nouveau_pushbuf *push = context_push(ctx);
96 struct gl_framebuffer *fb = ctx->DrawBuffer;
109 if (context_chipset(ctx) < 0x17) {
143 if (context_chipset(ctx) >= 0x17) {
144 setup_hierz_buffer(ctx);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixeltransfer.h 41 _mesa_map_rgba(const struct gl_context *ctx, GLuint n, GLfloat rgba[][4]);
44 _mesa_map_ci_to_rgba(const struct gl_context *ctx,
49 _mesa_scale_and_bias_depth(const struct gl_context *ctx, GLuint n,
53 _mesa_scale_and_bias_depth_uint(const struct gl_context *ctx, GLuint n,
57 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
61 _mesa_shift_and_offset_ci(const struct gl_context *ctx,
65 _mesa_apply_ci_transfer_ops(const struct gl_context *ctx,
71 _mesa_apply_stencil_transfer_ops(const struct gl_context *ctx, GLuint n,
scissor.h 39 _mesa_set_scissor(struct gl_context *ctx,
44 _mesa_init_scissor(struct gl_context *ctx);
version.h 46 _mesa_compute_version(struct gl_context *ctx);
49 _mesa_override_glsl_version(struct gl_context *ctx);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
arbprogparse.h 36 _mesa_parse_arb_vertex_program(struct gl_context *ctx, GLenum target,
41 _mesa_parse_arb_fragment_program(struct gl_context *ctx, GLenum target,
  /external/chromium_org/third_party/openssl/openssl/apps/
genpkey.c 70 static int genpkey_cb(EVP_PKEY_CTX *ctx);
86 EVP_PKEY_CTX *ctx = NULL; local
135 if (!init_keygen_file(bio_err, &ctx, *args, e))
151 if (!init_gen_str(bio_err, &ctx, *(++args),e, do_param))
158 if (!ctx)
163 else if (pkey_ctrl_string(ctx, *(++args)) <= 0)
172 if (ctx)
193 if (!ctx)
244 EVP_PKEY_CTX_set_cb(ctx, genpkey_cb);
245 EVP_PKEY_CTX_set_app_data(ctx, bio_err)
320 EVP_PKEY_CTX *ctx = NULL; local
366 EVP_PKEY_CTX *ctx = NULL; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_idea.c 68 static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
75 static int idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
79 idea_ecb_encrypt(in + i, out + i, ctx->cipher_data);
98 static int idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
102 if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_OFB_MODE) enc = 1;
103 else if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_CFB_MODE) enc = 1;
105 if (enc) idea_set_encrypt_key(key,ctx->cipher_data);
111 idea_set_decrypt_key(&tmp,ctx->cipher_data);
p_open.c 69 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
77 EVP_CIPHER_CTX_init(ctx);
78 if(!EVP_DecryptInit_ex(ctx,type,NULL, NULL,NULL)) return 0;
99 if ((i <= 0) || !EVP_CIPHER_CTX_set_key_length(ctx, i))
104 if(!EVP_DecryptInit_ex(ctx,NULL,NULL,key,iv)) goto err;
113 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
117 i=EVP_DecryptFinal_ex(ctx,out,outl);
119 i = EVP_DecryptInit_ex(ctx,NULL,NULL,NULL,NULL);
p_verify.c 65 int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf,
75 if (!EVP_MD_CTX_copy_ex(&tmp_ctx,ctx))
81 if (ctx->digest->flags & EVP_MD_FLAG_PKEY_METHOD_SIGNATURE)
89 if (EVP_PKEY_CTX_set_signature_md(pkctx, ctx->digest) <= 0)
99 v=ctx->digest->required_pkey_type[i];
112 if (ctx->digest->verify == NULL)
118 return(ctx->digest->verify(ctx->digest->type,m,m_len,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
nasmpp-decimal.asm 3 %push ctx
  /external/elfutils/libasm/
asm_addstrz.c 74 if (unlikely (asmscn->ctx->textp))
82 fputs ("\t.string\t\"", asmscn->ctx->out.file);
87 fputs ("\\000", asmscn->ctx->out.file);
89 fprintf (asmscn->ctx->out.file, "\\%03o",
92 fputs ("\\\\", asmscn->ctx->out.file);
95 fputs ("\\n\"", asmscn->ctx->out.file);
99 fputc (*str, asmscn->ctx->out.file);
106 fputs ("\"\n", asmscn->ctx->out.file);
  /external/elfutils/tests/
asm-tst4.c 46 AsmCtx_t *ctx; local
59 ctx = asm_begin (fname, ebl, false);
60 if (ctx == NULL)
76 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
81 asm_abort (ctx);
90 asm_abort (ctx);
96 if (asm_end (ctx) != 0)
99 asm_abort (ctx);
  /external/libvpx/libvpx/vpx/
vpx_decoder.h 126 * \param[in] ctx Pointer to this instance's context.
137 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx,
147 #define vpx_codec_dec_init(ctx, iface, cfg, flags) \
148 vpx_codec_dec_init_ver(ctx, iface, cfg, flags, VPX_DECODER_ABI_VERSION)
178 * \param[in] ctx Pointer to this instance's context
187 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx,
206 * \param[in] ctx Pointer to this instance's context
221 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx,
237 * \param[in] ctx Pointer to this instance's context
243 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx,
    [all...]
  /external/libxml2/include/libxml/
nanohttp.h 54 xmlNanoHTTPReturnCode (void *ctx);
56 xmlNanoHTTPAuthHeader (void *ctx);
58 xmlNanoHTTPRedir (void *ctx);
60 xmlNanoHTTPContentLength( void * ctx );
62 xmlNanoHTTPEncoding (void *ctx);
64 xmlNanoHTTPMimeType (void *ctx);
66 xmlNanoHTTPRead (void *ctx,
75 xmlNanoHTTPClose (void *ctx);
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.h 51 util_destroy_gen_mipmap(struct gen_mipmap_state *ctx);
55 util_gen_mipmap(struct gen_mipmap_state *ctx,
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_translate.h 37 void _vega_pack_rgba_span_float(struct vg_context *ctx,
41 void _vega_unpack_float_span_rgba(struct vg_context *ctx,
  /external/mesa3d/src/glsl/
program.h 27 link_shaders(struct gl_context *ctx, struct gl_shader_program *prog);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.h 43 extern void intelInitTriFuncs(struct gl_context * ctx);
45 extern void intelChooseRenderState(struct gl_context * ctx);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_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;
71 nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, size,
93 nv10_emit_framebuffer(struct gl_context *ctx, int emit)
95 struct nouveau_pushbuf *push = context_push(ctx);
96 struct gl_framebuffer *fb = ctx->DrawBuffer;
109 if (context_chipset(ctx) < 0x17) {
143 if (context_chipset(ctx) >= 0x17) {
144 setup_hierz_buffer(ctx);
    [all...]
  /external/mesa3d/src/mesa/main/
pixeltransfer.h 41 _mesa_map_rgba(const struct gl_context *ctx, GLuint n, GLfloat rgba[][4]);
44 _mesa_map_ci_to_rgba(const struct gl_context *ctx,
49 _mesa_scale_and_bias_depth(const struct gl_context *ctx, GLuint n,
53 _mesa_scale_and_bias_depth_uint(const struct gl_context *ctx, GLuint n,
57 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps,
61 _mesa_shift_and_offset_ci(const struct gl_context *ctx,
65 _mesa_apply_ci_transfer_ops(const struct gl_context *ctx,
71 _mesa_apply_stencil_transfer_ops(const struct gl_context *ctx, GLuint n,
scissor.h 39 _mesa_set_scissor(struct gl_context *ctx,
44 _mesa_init_scissor(struct gl_context *ctx);
version.h 46 _mesa_compute_version(struct gl_context *ctx);
49 _mesa_override_glsl_version(struct gl_context *ctx);

Completed in 1233 milliseconds

<<31323334353637383940>>