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

<<41424344454647484950>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.h 75 _mesa_init_attrib( struct gl_context *ctx );
78 _mesa_free_attrib_data( struct gl_context *ctx );
transformfeedback.h 37 _mesa_init_transform_feedback(struct gl_context *ctx);
40 _mesa_free_transform_feedback(struct gl_context *ctx);
45 _mesa_validate_transform_feedback_buffers(struct gl_context *ctx);
64 _mesa_bind_buffer_range_transform_feedback(struct gl_context *ctx,
71 _mesa_bind_buffer_base_transform_feedback(struct gl_context *ctx,
93 _mesa_lookup_transform_feedback_object(struct gl_context *ctx, GLuint name);
116 _mesa_validate_primitive_mode(struct gl_context *ctx, GLenum mode)
122 _mesa_validate_transform_feedback_buffers(struct gl_context *ctx)
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_ossl.c 95 * if (!dsa->meth->bn_mod_exp(dsa, r,dsa->g,&k,dsa->p,ctx,
100 * DSA_BN_MOD_EXP(goto err, dsa, r, dsa->g, &k, dsa->p, ctx,
104 #define DSA_MOD_EXP(err_instr,dsa,rr,a1,p1,a2,p2,m,ctx,in_mont) \
109 (a2), (p2), (m), (ctx), (in_mont)); \
112 (m), (ctx), (in_mont)); \
115 #define DSA_BN_MOD_EXP(err_instr,dsa,r,a,p,m,ctx,m_ctx) \
120 (m), (ctx), (m_ctx)); \
122 _tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
136 BN_CTX *ctx=NULL; local
152 ctx=BN_CTX_new()
218 BN_CTX *ctx; local
310 BN_CTX *ctx; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
srtp.h 133 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
  /external/chromium_org/third_party/openssl/openssl/ssl/
srtp.h 133 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Fieldref_info.java 48 public Object accept (final ICONSTANTVisitor visitor, final Object ctx)
50 return visitor.visit (this, ctx);
CONSTANT_InterfaceMethodref_info.java 47 public Object accept (final ICONSTANTVisitor visitor, final Object ctx)
49 return visitor.visit (this, ctx);
CONSTANT_Methodref_info.java 48 public Object accept (final ICONSTANTVisitor visitor, final Object ctx)
50 return visitor.visit (this, ctx);
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 78 static void emit_temp(struct tgsi_transform_context *ctx, unsigned reg)
85 ctx->emit_declaration(ctx, &decl);
88 static void emit_output(struct tgsi_transform_context *ctx,
92 struct vs_transform_context *vsctx = (struct vs_transform_context *)ctx;
103 ctx->emit_declaration(ctx, &decl);
107 static void insert_output_before(struct tgsi_transform_context *ctx,
111 struct vs_transform_context *vsctx = (struct vs_transform_context *)ctx;
120 emit_output(ctx, name, index, interp
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
sampler.hpp 35 _cl_sampler(clover::context &ctx, bool norm_mode,
42 clover::context &ctx; member in struct:_cl_sampler
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.h 55 static void* operator new(size_t size, void *ctx)
59 node = rzalloc_size(ctx, size);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_syncobj.c 49 intel_new_sync_object(struct gl_context *ctx, GLuint id)
59 intel_delete_sync_object(struct gl_context *ctx, struct gl_sync_object *s)
68 intel_fence_sync(struct gl_context *ctx, struct gl_sync_object *s,
71 struct intel_context *intel = intel_context(ctx);
80 intel_flush(ctx);
90 static void intel_client_wait_sync(struct gl_context *ctx, struct gl_sync_object *s,
108 static void intel_server_wait_sync(struct gl_context *ctx, struct gl_sync_object *s,
113 static void intel_check_sync(struct gl_context *ctx, struct gl_sync_object *s)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 61 nv04_emit_tex_obj(struct gl_context *ctx, int emit)
63 struct nv04_context *nv04 = to_nv04_context(ctx);
68 if (ctx->Texture.Unit[i]._ReallyEnabled) {
69 struct gl_texture_object *t = ctx->Texture.Unit[i]._Current;
71 const struct gl_sampler_object *sa = _mesa_get_samplerobj(ctx, i);
74 if (!nouveau_texture_validate(ctx, t))
84 lod_bias = CLAMP(ctx->Texture.Unit[i].LodBias +
102 s = &to_nv04_context(ctx)->dummy_texture;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 189 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
195 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
197 r100ContextPtr rmesa = R100_CONTEXT(ctx); \
209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
211 CHECK( cube2_mm, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
212 CHECK( fog_add4, ctx->Fog.Enabled, 4 )
214 TCL_CHECK( tcl_tex0_add4, ctx->Texture.Unit[0]._ReallyEnabled, 4 )
215 TCL_CHECK( tcl_tex1_add4, ctx->Texture.Unit[1]._ReallyEnabled, 4 )
216 TCL_CHECK( tcl_tex2_add4, ctx->Texture.Unit[2]._ReallyEnabled, 4
506 struct gl_context *ctx = rmesa->radeon.glCtx; local
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.h 75 _mesa_init_attrib( struct gl_context *ctx );
78 _mesa_free_attrib_data( struct gl_context *ctx );
transformfeedback.h 37 _mesa_init_transform_feedback(struct gl_context *ctx);
40 _mesa_free_transform_feedback(struct gl_context *ctx);
45 _mesa_validate_transform_feedback_buffers(struct gl_context *ctx);
64 _mesa_bind_buffer_range_transform_feedback(struct gl_context *ctx,
71 _mesa_bind_buffer_base_transform_feedback(struct gl_context *ctx,
93 _mesa_lookup_transform_feedback_object(struct gl_context *ctx, GLuint name);
116 _mesa_validate_primitive_mode(struct gl_context *ctx, GLenum mode)
122 _mesa_validate_transform_feedback_buffers(struct gl_context *ctx)
  /external/openssl/crypto/dsa/
dsa_ossl.c 95 * if (!dsa->meth->bn_mod_exp(dsa, r,dsa->g,&k,dsa->p,ctx,
100 * DSA_BN_MOD_EXP(goto err, dsa, r, dsa->g, &k, dsa->p, ctx,
104 #define DSA_MOD_EXP(err_instr,dsa,rr,a1,p1,a2,p2,m,ctx,in_mont) \
109 (a2), (p2), (m), (ctx), (in_mont)); \
112 (m), (ctx), (in_mont)); \
115 #define DSA_BN_MOD_EXP(err_instr,dsa,r,a,p,m,ctx,m_ctx) \
120 (m), (ctx), (m_ctx)); \
122 _tmp_res53 = BN_mod_exp_mont((r), (a), (p), (m), (ctx), (m_ctx)); \
136 BN_CTX *ctx=NULL; local
152 ctx=BN_CTX_new()
218 BN_CTX *ctx; local
310 BN_CTX *ctx; local
    [all...]
  /external/openssl/crypto/evp/
evp.h 166 int (*init)(EVP_MD_CTX *ctx);
167 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);
168 int (*final)(EVP_MD_CTX *ctx,unsigned char *md);
170 int (*cleanup)(EVP_MD_CTX *ctx);
180 int ctx_size; /* how big does the ctx->md_data need to be */
182 int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2);
274 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);
283 #define EVP_MD_CTX_FLAG_REUSE 0x0004 /* Don't free up ctx->md_data
310 int (*init)(EVP_CIPHER_CTX *ctx, const unsigned char *key,
312 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out
    [all...]
  /external/openssl/include/openssl/
evp.h 166 int (*init)(EVP_MD_CTX *ctx);
167 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);
168 int (*final)(EVP_MD_CTX *ctx,unsigned char *md);
170 int (*cleanup)(EVP_MD_CTX *ctx);
180 int ctx_size; /* how big does the ctx->md_data need to be */
182 int (*md_ctrl)(EVP_MD_CTX *ctx, int cmd, int p1, void *p2);
274 int (*update)(EVP_MD_CTX *ctx,const void *data,size_t count);
283 #define EVP_MD_CTX_FLAG_REUSE 0x0004 /* Don't free up ctx->md_data
310 int (*init)(EVP_CIPHER_CTX *ctx, const unsigned char *key,
312 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out
    [all...]
srtp.h 133 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
  /external/openssl/ssl/
srtp.h 133 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 48 static int supp_get_bssid(void *ctx, u8 *bssid)
50 struct wpa *wpa = ctx;
57 static void supp_set_state(void *ctx, enum wpa_states state)
73 static int supp_ether_send(void *ctx, const u8 *dest, u16 proto, const u8 *buf,
76 struct wpa *wpa = ctx;
94 static u8 * supp_alloc_eapol(void *ctx, u8 type, const void *data,
123 static int supp_get_beacon_ie(void *ctx)
125 struct wpa *wpa = ctx;
140 static int supp_set_key(void *ctx, enum wpa_alg alg,
154 static int supp_mlme_setprotection(void *ctx, const u8 *addr
172 struct wpa_sm_ctx *ctx = os_zalloc(sizeof(*ctx)); local
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UnitTest.java 37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) {
42 mCtx = ctx;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) {
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) {
52 this (rstc, "<Unknown>", ctx);
55 protected UnitTest(Context ctx) {
56 this (null, ctx);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UnitTest.java 37 protected UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) {
42 mCtx = ctx;
47 protected UnitTest(RSTestCore rstc, String n, Context ctx) {
48 this(rstc, n, 0, ctx);
51 protected UnitTest(RSTestCore rstc, Context ctx) {
52 this (rstc, "<Unknown>", ctx);
55 protected UnitTest(Context ctx) {
56 this (null, ctx);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 79 bool MDPComp::init(hwc_context_t *ctx) {
81 if(!ctx) {
107 if(ctx->mMDP.panel != MIPI_CMD_PANEL) {
123 idleInvalidator->init(timeout_handler, ctx, idle_timeout);
130 struct hwc_context_t* ctx = (struct hwc_context_t*)(udata); local
132 if(!ctx) {
137 if(!ctx->proc) {
143 ctx->proc->invalidate(ctx->proc);
146 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx,
    [all...]

Completed in 1945 milliseconds

<<41424344454647484950>>