Searched refs:ctx (Results 201 - 225 of 3990) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c92 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
165 util_destroy_blit(struct blit_state *ctx) argument
202 set_fragment_shader(struct blit_state *ctx, uint writemask, enum pipe_texture_target pipe_tex) argument
222 set_depthstencil_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
241 set_depth_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
260 set_stencil_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
279 set_vertex_shader(struct blit_state *ctx) argument
328 setup_vertex_data_tex(struct blit_state *ctx, float x0, float y0, float x1, float y1, float s0, float t0, float s1, float t1, float z) argument
425 util_blit_pixels(struct blit_state *ctx, struct pipe_resource *src_tex, unsigned src_level, int srcX0, int srcY0, int srcX1, int srcY1, int srcZ0, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter, uint writemask, uint zs_writemask) argument
814 util_blit_pixels_tex(struct blit_state *ctx, struct pipe_sampler_view *src_sampler_view, int srcX0, int srcY0, int srcX1, int srcY1, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c92 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
165 util_destroy_blit(struct blit_state *ctx) argument
202 set_fragment_shader(struct blit_state *ctx, uint writemask, enum pipe_texture_target pipe_tex) argument
222 set_depthstencil_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
241 set_depth_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
260 set_stencil_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
279 set_vertex_shader(struct blit_state *ctx) argument
328 setup_vertex_data_tex(struct blit_state *ctx, float x0, float y0, float x1, float y1, float s0, float t0, float s1, float t1, float z) argument
425 util_blit_pixels(struct blit_state *ctx, struct pipe_resource *src_tex, unsigned src_level, int srcX0, int srcY0, int srcX1, int srcY1, int srcZ0, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter, uint writemask, uint zs_writemask) argument
814 util_blit_pixels_tex(struct blit_state *ctx, struct pipe_sampler_view *src_sampler_view, int srcX0, int srcY0, int srcX1, int srcY1, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter) argument
[all...]
/external/openssl/crypto/x509/
H A Dx509_vfy.c112 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,
153 X509_verify_cert(X509_STORE_CTX *ctx) argument
398 find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x) argument
413 check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer) argument
432 get_issuer_sk(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) argument
449 check_chain_extensions(X509_STORE_CTX *ctx) argument
607 check_name_constraints(X509_STORE_CTX *ctx) argument
643 check_trust(X509_STORE_CTX *ctx) argument
669 check_revocation(X509_STORE_CTX *ctx) argument
692 check_cert(X509_STORE_CTX *ctx) argument
771 check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify) argument
830 get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl, X509 **pissuer, int *pscore, unsigned int *preasons, STACK_OF(X509_CRL) *crls) argument
954 get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl, int *pscore, X509_CRL *base, STACK_OF(X509_CRL) *crls) argument
985 get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer, unsigned int *preasons, X509_CRL *crl, X509 *x) argument
1054 crl_akid_check(X509_STORE_CTX *ctx, X509_CRL *crl, X509 **pissuer, int *pcrl_score) argument
1119 check_crl_path(X509_STORE_CTX *ctx, X509 *x) argument
1158 check_crl_chain(X509_STORE_CTX *ctx, STACK_OF(X509) *cert_path, STACK_OF(X509) *crl_path) argument
1303 get_crl_delta(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x) argument
1349 check_crl(X509_STORE_CTX *ctx, X509_CRL *crl) argument
1456 cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) argument
1489 check_policy(X509_STORE_CTX *ctx) argument
1539 check_cert_time(X509_STORE_CTX *ctx, X509 *x) argument
1586 internal_verify(X509_STORE_CTX *ctx) argument
1840 X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data) argument
1845 X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx, int idx) argument
1850 X509_STORE_CTX_get_error(X509_STORE_CTX *ctx) argument
1855 X509_STORE_CTX_set_error(X509_STORE_CTX *ctx, int err) argument
1860 X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx) argument
1865 X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx) argument
1889 X509_STORE_CTX_get0_current_issuer(X509_STORE_CTX *ctx) argument
1894 X509_STORE_CTX_get0_current_crl(X509_STORE_CTX *ctx) argument
1899 X509_STORE_CTX_get0_parent_ctx(X509_STORE_CTX *ctx) argument
1904 X509_STORE_CTX_set_cert(X509_STORE_CTX *ctx, X509 *x) argument
1909 X509_STORE_CTX_set_chain(X509_STORE_CTX *ctx, STACK_OF(X509) *sk) argument
1914 X509_STORE_CTX_set0_crls(X509_STORE_CTX *ctx, STACK_OF(X509_CRL) *sk) argument
1919 X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) argument
1924 X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) argument
1939 X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, int purpose, int trust) argument
1989 X509_STORE_CTX *ctx; local
2000 X509_STORE_CTX_free(X509_STORE_CTX *ctx) argument
2006 X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, STACK_OF(X509) *chain) argument
2137 X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk) argument
2143 X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx) argument
2166 X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth) argument
2171 X509_STORE_CTX_set_flags(X509_STORE_CTX *ctx, unsigned long flags) argument
2176 X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags, time_t t) argument
2181 X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx, int (*verify_cb)(int, X509_STORE_CTX *)) argument
2187 X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx) argument
2192 X509_STORE_CTX_get_explicit_policy(X509_STORE_CTX *ctx) argument
2197 X509_STORE_CTX_set_default(X509_STORE_CTX *ctx, const char *name) argument
2206 X509_STORE_CTX_get0_param(X509_STORE_CTX *ctx) argument
2211 X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param) argument
[all...]
/external/jemalloc/test/include/test/
H A DSFMT.h71 uint32_t gen_rand32(sfmt_t *ctx);
72 uint32_t gen_rand32_range(sfmt_t *ctx, uint32_t limit);
73 uint64_t gen_rand64(sfmt_t *ctx);
74 uint64_t gen_rand64_range(sfmt_t *ctx, uint64_t limit);
75 void fill_array32(sfmt_t *ctx, uint32_t *array, int size);
76 void fill_array64(sfmt_t *ctx, uint64_t *array, int size);
79 void fini_gen_rand(sfmt_t *ctx);
86 double genrand_real1(sfmt_t *ctx);
88 double genrand_real2(sfmt_t *ctx);
90 double genrand_real3(sfmt_t *ctx);
107 genrand_real1(sfmt_t *ctx) argument
120 genrand_real2(sfmt_t *ctx) argument
133 genrand_real3(sfmt_t *ctx) argument
154 genrand_res53(sfmt_t *ctx) argument
162 genrand_res53_mix(sfmt_t *ctx) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Ddigestsign.c67 static int md_begin_digest(EVP_MD_CTX *ctx) { argument
68 int r = EVP_PKEY_CTX_ctrl(ctx->pctx, -1, EVP_PKEY_OP_TYPE_SIG,
69 EVP_PKEY_CTRL_DIGESTINIT, 0, ctx);
79 static int do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, argument
82 if (ctx->pctx == NULL) {
83 ctx->pctx = EVP_PKEY_CTX_new(pkey, e);
85 if (ctx->pctx == NULL) {
88 ctx->pctx_ops = &md_pctx_ops;
100 if (ctx->pctx->pmeth->verifyctx_init) {
101 if (ctx
130 EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) argument
135 EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) argument
140 EVP_DigestSignUpdate(EVP_MD_CTX *ctx, const void *data, size_t len) argument
144 EVP_DigestVerifyUpdate(EVP_MD_CTX *ctx, const void *data, size_t len) argument
148 EVP_DigestSignFinal(EVP_MD_CTX *ctx, uint8_t *out_sig, size_t *out_sig_len) argument
189 EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, const uint8_t *sig, size_t sig_len) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_context.c38 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/
H A Dr200_swtcl.h41 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, GLin
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DICONSTANTVisitor.java20 //Object visit (CONSTANT_info constant, Object ctx);
22 Object visit (CONSTANT_Class_info constant, Object ctx); argument
24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx); argument
25 Object visit (CONSTANT_Methodref_info constant, Object ctx); argument
26 Object visit (CONSTANT_Fieldref_info constant, Object ctx); argument
28 Object visit (CONSTANT_Double_info constant, Object ctx); argument
29 Object visit (CONSTANT_Float_info constant, Object ctx); argument
30 Object visit (CONSTANT_Integer_info constant, Object ctx); argument
31 Object visit (CONSTANT_Long_info constant, Object ctx); argument
32 Object visit (CONSTANT_String_info constant, Object ctx); argument
34 visit(CONSTANT_Utf8_info constant, Object ctx) argument
35 visit(CONSTANT_NameAndType_info constant, Object ctx) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_context.c38 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/
H A Dr200_swtcl.h41 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, GLin
[all...]
/external/ppp/pppd/
H A Dopenssl-hash.h25 #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/
H A Dgen6_scissor_state.c38 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
[all...]
H A Dintel_pixel.c59 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument
61 if (ctx->NewState)
62 _mesa_update_state(ctx);
64 if (ctx->FragmentProgram._Enabled) {
69 if (ctx->Color.BlendEnabled &&
70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD ||
73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
74 effective_func(ctx
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfog.c86 update_fog_scale(struct gl_context *ctx) argument
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_ENU
[all...]
H A Dcolortab.c49 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/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c38 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
[all...]
/external/mesa3d/src/mesa/main/
H A Dfog.c86 update_fog_scale(struct gl_context *ctx) argument
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_ENU
[all...]
H A Dcolortab.c49 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/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_codec.c22 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var)
70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { argument
71 return (ctx) ? vpx_codec_err_to_string(ctx->err)
75 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx) { argument
76 if (ctx && ctx->err)
77 return ctx
83 vpx_codec_destroy(vpx_codec_ctx_t *ctx) argument
108 vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_polygon.c35 nv10_emit_cull_face(struct gl_context *ctx, int emit) argument
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) argument
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) argument
62 struct nouveau_pushbuf *push = context_push(ctx);
63 GLboolean smooth = ctx
74 nv10_emit_line_stipple(struct gl_context *ctx, int emit) argument
79 nv10_emit_point_mode(struct gl_context *ctx, int emit) argument
91 nv10_emit_polygon_mode(struct gl_context *ctx, int emit) argument
104 nv10_emit_polygon_offset(struct gl_context *ctx, int emit) argument
119 nv10_emit_polygon_stipple(struct gl_context *ctx, int emit) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_polygon.c35 nv10_emit_cull_face(struct gl_context *ctx, int emit) argument
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) argument
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) argument
62 struct nouveau_pushbuf *push = context_push(ctx);
63 GLboolean smooth = ctx
74 nv10_emit_line_stipple(struct gl_context *ctx, int emit) argument
79 nv10_emit_point_mode(struct gl_context *ctx, int emit) argument
91 nv10_emit_polygon_mode(struct gl_context *ctx, int emit) argument
104 nv10_emit_polygon_offset(struct gl_context *ctx, int emit) argument
119 nv10_emit_polygon_stipple(struct gl_context *ctx, int emit) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcontext.h67 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy,
72 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint attribute, EGLint *value);
76 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
85 _eglGetContext(_EGLContext *ctx) argument
87 if (ctx)
88 _eglGetResource(&ctx->Resource);
89 return ctx;
97 _eglPutContext(_EGLContext *ctx) argument
99 return (ctx) ? _eglPutResource(&ctx
108 _eglLinkContext(_EGLContext *ctx) argument
120 _eglUnlinkContext(_EGLContext *ctx) argument
133 _EGLContext *ctx = (_EGLContext *) context; local
144 _eglGetContextHandle(_EGLContext *ctx) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c59 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument
61 if (ctx->NewState)
62 _mesa_update_state(ctx);
64 if (ctx->FragmentProgram._Enabled) {
69 if (ctx->Color.BlendEnabled &&
70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD ||
73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
74 effective_func(ctx
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel.c59 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument
61 if (ctx->NewState)
62 _mesa_update_state(ctx);
64 if (ctx->FragmentProgram._Enabled) {
69 if (ctx->Color.BlendEnabled &&
70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD ||
73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
74 effective_func(ctx
[all...]
/external/mesa3d/src/egl/main/
H A Deglcontext.h67 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy,
72 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint attribute, EGLint *value);
76 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
85 _eglGetContext(_EGLContext *ctx) argument
87 if (ctx)
88 _eglGetResource(&ctx->Resource);
89 return ctx;
97 _eglPutContext(_EGLContext *ctx) argument
99 return (ctx) ? _eglPutResource(&ctx
108 _eglLinkContext(_EGLContext *ctx) argument
120 _eglUnlinkContext(_EGLContext *ctx) argument
133 _EGLContext *ctx = (_EGLContext *) context; local
144 _eglGetContextHandle(_EGLContext *ctx) argument
[all...]

Completed in 3714 milliseconds

1234567891011>>