Searched refs:ctx (Results 251 - 275 of 3990) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/glsl/
H A Dralloc.h60 * \def ralloc(ctx, type)
65 * ((type *) ralloc_size(ctx, sizeof(type))
68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type)))
71 * \def rzalloc(ctx, type)
76 * ((type *) rzalloc_size(ctx, sizeof(type))
79 #define rzalloc(ctx, type) ((type *) rzalloc_size(ctx, sizeof(type)))
89 * ((type *) ralloc_size(ctx, 0)
92 void *ralloc_context(const void *ctx);
[all...]
H A Dstandalone_scaffolding.h37 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
41 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
44 _mesa_shader_debug(struct gl_context *ctx, GLenum type, GLuint id,
55 void initialize_context_to_defaults(struct gl_context *ctx, gl_api api);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Darbprogram.c76 GET_CURRENT_CONTEXT(ctx);
77 ASSERT_OUTSIDE_BEGIN_END(ctx);
81 (ctx->Extensions.NV_vertex_program ||
82 ctx->Extensions.ARB_vertex_program)) {
83 curProg = &ctx->VertexProgram.Current->Base;
86 && ctx->Extensions.NV_fragment_program) ||
88 && ctx->Extensions.ARB_fragment_program)) {
89 curProg = &ctx->FragmentProgram.Current->Base;
92 _mesa_error(ctx, GL_INVALID_ENUM, "glBindProgramNV/ARB(target)");
105 newProg = &ctx
273 get_local_param_pointer(struct gl_context *ctx, const char *func, GLenum target, GLuint index, GLfloat **param) argument
311 get_env_param_pointer(struct gl_context *ctx, const char *func, GLenum target, GLuint index, GLfloat **param) argument
[all...]
H A Dffvertex_prog.h36 _mesa_get_fixed_func_vertex_program(struct gl_context *ctx);
H A Dtexenvprogram.h33 _mesa_get_fixed_func_fragment_program(struct gl_context *ctx);
H A Dvtxfmt.h42 extern void _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
43 extern void _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt );
48 _mesa_install_exec_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt ) argument
53 _mesa_install_save_vtxfmt( struct gl_context *ctx, const GLvertexformat *vfmt ) argument
/external/mesa3d/src/mesa/main/
H A Darbprogram.c76 GET_CURRENT_CONTEXT(ctx);
77 ASSERT_OUTSIDE_BEGIN_END(ctx);
81 (ctx->Extensions.NV_vertex_program ||
82 ctx->Extensions.ARB_vertex_program)) {
83 curProg = &ctx->VertexProgram.Current->Base;
86 && ctx->Extensions.NV_fragment_program) ||
88 && ctx->Extensions.ARB_fragment_program)) {
89 curProg = &ctx->FragmentProgram.Current->Base;
92 _mesa_error(ctx, GL_INVALID_ENUM, "glBindProgramNV/ARB(target)");
105 newProg = &ctx
273 get_local_param_pointer(struct gl_context *ctx, const char *func, GLenum target, GLuint index, GLfloat **param) argument
311 get_env_param_pointer(struct gl_context *ctx, const char *func, GLenum target, GLuint index, GLfloat **param) argument
[all...]
/external/openssl/crypto/evp/
H A De_des.c68 static int des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
74 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
78 DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i), ctx->cipher_data, ctx->encrypt);
82 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
87 DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
88 (DES_cblock *)ctx->iv, &ctx->num);
94 DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data,
95 (DES_cblock *)ctx
99 des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
116 des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
135 des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
162 des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
195 des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
[all...]
/external/chromium_org/third_party/libusb/src/libusb/
H A Dinterrupt.h14 int LIBUSB_CALL libusb_interrupt_handle_event(struct libusb_context* ctx);
/external/chromium_org/third_party/libva/va/glx/
H A Dva_glx_impl.h31 * @param[in] ctx the VA driver context
34 VAStatus va_glx_init_context(VADriverContextP ctx);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_transfer.h32 r300_texture_get_transfer(struct pipe_context *ctx,
39 r300_texture_transfer_destroy(struct pipe_context *ctx,
43 r300_texture_transfer_map(struct pipe_context *ctx,
47 r300_texture_transfer_unmap(struct pipe_context *ctx,
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dstandalone_scaffolding.h37 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
41 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
44 _mesa_shader_debug(struct gl_context *ctx, GLenum type, GLuint id,
55 void initialize_context_to_defaults(struct gl_context *ctx, gl_api api);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Ddriverfuncs.h34 _mesa_init_driver_state(struct gl_context *ctx);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_raster.c35 nv20_emit_logic_opcode(struct gl_context *ctx, int emit) argument
37 struct nouveau_pushbuf *push = context_push(ctx);
40 PUSH_DATAb(push, ctx->Color.ColorLogicOpEnabled);
41 PUSH_DATA (push, nvgl_logicop_func(ctx->Color.LogicOp));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_maos.h40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
H A Dradeon_fog.h42 radeonComputeFogBlendFactor( struct gl_context *ctx, GLfloat fogcoord );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fog.h42 radeonComputeFogBlendFactor( struct gl_context *ctx, GLfloat fogcoord );
H A Dradeon_maos.h40 extern void radeonEmitArrays( struct gl_context *ctx, GLuint inputs );
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.h35 _swrast_choose_aa_line_function(struct gl_context *ctx);
H A Ds_aatriangle.h35 _swrast_set_aa_triangle_function(struct gl_context *ctx);
H A Ds_atifragshader.h35 _swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span );
H A Ds_texcombine.h35 _swrast_texture_span( struct gl_context *ctx, SWspan *span );
/external/e2fsprogs/lib/ext2fs/
H A Ddblist_dir.c38 struct dir_context ctx; local
42 ctx.dir = 0;
43 ctx.flags = flags;
45 ctx.buf = block_buf;
47 retval = ext2fs_get_mem(dblist->fs->blocksize, &ctx.buf);
51 ctx.func = func;
52 ctx.priv_data = priv_data;
53 ctx.errcode = 0;
55 retval = ext2fs_dblist_iterate2(dblist, db_dir_proc, &ctx);
58 ext2fs_free_mem(&ctx
67 struct dir_context *ctx; local
[all...]
/external/emma/core/java12/com/vladium/util/
H A DIClassLoadStrategy.java28 ClassLoader getClassLoader (ClassLoadContext ctx); argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.h32 r300_texture_get_transfer(struct pipe_context *ctx,
39 r300_texture_transfer_destroy(struct pipe_context *ctx,
43 r300_texture_transfer_map(struct pipe_context *ctx,
47 r300_texture_transfer_unmap(struct pipe_context *ctx,

Completed in 6789 milliseconds

<<11121314151617181920>>