Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 1608) sorted by relevance

12345678910>>...65

/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp90 void activetexture (NegativeTestContext& ctx) in activetexture()
103 void bindtexture (NegativeTestContext& ctx) in bindtexture()
140 void compressedteximage2d_invalid_target (NegativeTestContext& ctx) in compressedteximage2d_invalid_target()
150 void compressedteximage2d_invalid_format (NegativeTestContext& ctx) in compressedteximage2d_invalid_format()
174 void compressedteximage2d_neg_level (NegativeTestContext& ctx) in compressedteximage2d_neg_level()
194 void compressedteximage2d_max_level (NegativeTestContext& ctx) in compressedteximage2d_max_level()
219 void compressedteximage2d_neg_width_height (NegativeTestContext& ctx) in compressedteximage2d_neg_width_height()
289 void compressedteximage2d_max_width_height (NegativeTestContext& ctx) in compressedteximage2d_max_width_height()
361 void compressedteximage2d_invalid_border (NegativeTestContext& ctx) in compressedteximage2d_invalid_border()
417 void compressedteximage2d_invalid_size (NegativeTestContext& ctx) in compressedteximage2d_invalid_size()
[all …]
Des31fNegativeFragmentApiTests.cpp46 void scissor (NegativeTestContext& ctx) in scissor()
58 void depth_func (NegativeTestContext& ctx) in depth_func()
66 void viewport (NegativeTestContext& ctx) in viewport()
79 void stencil_func (NegativeTestContext& ctx) in stencil_func()
87 void stencil_func_separate (NegativeTestContext& ctx) in stencil_func_separate()
100 void stencil_op (NegativeTestContext& ctx) in stencil_op()
112 void stencil_op_separate (NegativeTestContext& ctx) in stencil_op_separate()
129 void stencil_mask_separate (NegativeTestContext& ctx) in stencil_mask_separate()
138 void blend_equation (NegativeTestContext& ctx) in blend_equation()
146 void blend_equation_separate (NegativeTestContext& ctx) in blend_equation_separate()
[all …]
Des31fNegativeShaderApiTests.cpp89 void create_shader (NegativeTestContext& ctx) in create_shader()
97 void shader_source (NegativeTestContext& ctx) in shader_source()
124 void compile_shader (NegativeTestContext& ctx) in compile_shader()
142 void delete_shader (NegativeTestContext& ctx) in delete_shader()
150 void shader_binary (NegativeTestContext& ctx) in shader_binary()
200 void attach_shader (NegativeTestContext& ctx) in attach_shader()
244 void detach_shader (NegativeTestContext& ctx) in detach_shader()
279 void link_program (NegativeTestContext& ctx) in link_program()
324 void use_program (NegativeTestContext& ctx) in use_program()
375 void delete_program (NegativeTestContext& ctx) in delete_program()
[all …]
Des31fNegativeStateApiTests.cpp66 void enable (NegativeTestContext& ctx) in enable()
74 void disable (NegativeTestContext& ctx) in disable()
83 void get_booleanv (NegativeTestContext& ctx) in get_booleanv()
92 void get_floatv (NegativeTestContext& ctx) in get_floatv()
101 void get_integerv (NegativeTestContext& ctx) in get_integerv()
110 void get_integer64v (NegativeTestContext& ctx) in get_integer64v()
119 void get_integeri_v (NegativeTestContext& ctx) in get_integeri_v()
137 void get_integer64i_v (NegativeTestContext& ctx) in get_integer64i_v()
155 void get_string (NegativeTestContext& ctx) in get_string()
163 void get_stringi (NegativeTestContext& ctx) in get_stringi()
[all …]
Des31fNegativeBufferApiTests.cpp46 void bind_buffer (NegativeTestContext& ctx) in bind_buffer()
54 void delete_buffers (NegativeTestContext& ctx) in delete_buffers()
62 void gen_buffers (NegativeTestContext& ctx) in gen_buffers()
70 void buffer_data (NegativeTestContext& ctx) in buffer_data()
100 void buffer_sub_data (NegativeTestContext& ctx) in buffer_sub_data()
129 void buffer_sub_data_size_offset (NegativeTestContext& ctx) in buffer_sub_data_size_offset()
154 void clear (NegativeTestContext& ctx) in clear()
168 void read_pixels (NegativeTestContext& ctx) in read_pixels()
198 void read_pixels_format_mismatch (NegativeTestContext& ctx) in read_pixels_format_mismatch()
230 void read_pixels_fbo_format_mismatch (NegativeTestContext& ctx) in read_pixels_fbo_format_mismatch()
[all …]
Des31fNegativeVertexArrayApiTests.cpp59 void vertex_attribf (NegativeTestContext& ctx) in vertex_attribf()
74 void vertex_attribfv (NegativeTestContext& ctx) in vertex_attribfv()
90 void vertex_attribi4 (NegativeTestContext& ctx) in vertex_attribi4()
104 void vertex_attribi4v (NegativeTestContext& ctx) in vertex_attribi4v()
118 void vertex_attrib_pointer (NegativeTestContext& ctx) in vertex_attrib_pointer()
169 void vertex_attrib_i_pointer (NegativeTestContext& ctx) in vertex_attrib_i_pointer()
213 void enable_vertex_attrib_array (NegativeTestContext& ctx) in enable_vertex_attrib_array()
222 void disable_vertex_attrib_array (NegativeTestContext& ctx) in disable_vertex_attrib_array()
231 void gen_vertex_arrays (NegativeTestContext& ctx) in gen_vertex_arrays()
240 void bind_vertex_array (NegativeTestContext& ctx) in bind_vertex_array()
[all …]
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c33 static void noop_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info) in noop_draw_vbo()
37 static void noop_set_blend_color(struct pipe_context *ctx, in noop_set_blend_color()
42 static void *noop_create_blend_state(struct pipe_context *ctx, in noop_create_blend_state()
54 static void *noop_create_dsa_state(struct pipe_context *ctx, in noop_create_dsa_state()
66 static void *noop_create_rs_state(struct pipe_context *ctx, in noop_create_rs_state()
78 static void *noop_create_sampler_state(struct pipe_context *ctx, in noop_create_sampler_state()
90 static struct pipe_sampler_view *noop_create_sampler_view(struct pipe_context *ctx, in noop_create_sampler_view()
105 static struct pipe_surface *noop_create_surface(struct pipe_context *ctx, in noop_create_surface()
128 static void noop_set_vs_sampler_view(struct pipe_context *ctx, unsigned count, in noop_set_vs_sampler_view()
133 static void noop_set_ps_sampler_view(struct pipe_context *ctx, unsigned count, in noop_set_ps_sampler_view()
[all …]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c36 nouveau_alpha_func(struct gl_context *ctx, GLenum func, GLfloat ref) in nouveau_alpha_func()
42 nouveau_blend_color(struct gl_context *ctx, const GLfloat color[4]) in nouveau_blend_color()
48 nouveau_blend_equation_separate(struct gl_context *ctx, GLenum modeRGB, GLenum modeA) in nouveau_blend_equation_separate()
54 nouveau_blend_func_separate(struct gl_context *ctx, GLenum sfactorRGB, in nouveau_blend_func_separate()
61 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) in nouveau_clip_plane()
67 nouveau_color_mask(struct gl_context *ctx, GLboolean rmask, GLboolean gmask, in nouveau_color_mask()
74 nouveau_color_material(struct gl_context *ctx, GLenum face, GLenum mode) in nouveau_color_material()
86 nouveau_cull_face(struct gl_context *ctx, GLenum mode) in nouveau_cull_face()
92 nouveau_front_face(struct gl_context *ctx, GLenum mode) in nouveau_front_face()
98 nouveau_depth_func(struct gl_context *ctx, GLenum func) in nouveau_depth_func()
[all …]
Dnv10_state_raster.c35 nv10_emit_alpha_func(struct gl_context *ctx, int emit) in nv10_emit_alpha_func()
48 nv10_emit_blend_color(struct gl_context *ctx, int emit) in nv10_emit_blend_color()
60 nv10_emit_blend_equation(struct gl_context *ctx, int emit) in nv10_emit_blend_equation()
72 nv10_emit_blend_func(struct gl_context *ctx, int emit) in nv10_emit_blend_func()
82 nv10_emit_color_mask(struct gl_context *ctx, int emit) in nv10_emit_color_mask()
94 nv10_emit_depth(struct gl_context *ctx, int emit) in nv10_emit_depth()
107 nv10_emit_dither(struct gl_context *ctx, int emit) in nv10_emit_dither()
116 nv10_emit_logic_opcode(struct gl_context *ctx, int emit) in nv10_emit_logic_opcode()
129 nv10_emit_shade_model(struct gl_context *ctx, int emit) in nv10_emit_shade_model()
139 nv10_emit_stencil_func(struct gl_context *ctx, int emit) in nv10_emit_stencil_func()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/
DAbstractClassDefVisitor.java22 public Object visit (final ClassDef cls, final Object ctx) in visit()
24 visit (cls.getConstants (), ctx); in visit() local
25 visit (cls.getInterfaces (), ctx); in visit() local
26 visit (cls.getFields (), ctx); in visit() local
27 visit (cls.getMethods (), ctx); in visit() local
28 visit (cls.getAttributes (), ctx); in visit() local
33 public Object visit (final IAttributeCollection attributes, final Object ctx) in visit()
38 public Object visit (final IConstantCollection constants, final Object ctx) in visit()
43 public Object visit (final IFieldCollection fields, final Object ctx) in visit()
48 public Object visit (final IInterfaceCollection interfaces, final Object ctx) in visit()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_context.c55 _swrast_update_rasterflags( struct gl_context *ctx ) in _swrast_update_rasterflags()
134 _swrast_update_polygon( struct gl_context *ctx ) in _swrast_update_polygon()
170 _swrast_update_fog_hint( struct gl_context *ctx ) in _swrast_update_fog_hint()
185 _swrast_update_texture_env( struct gl_context *ctx ) in _swrast_update_texture_env()
216 _swrast_update_deferred_texture(struct gl_context *ctx) in _swrast_update_deferred_texture()
249 _swrast_update_fog_state( struct gl_context *ctx ) in _swrast_update_fog_state()
269 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) in _swrast_update_fragment_program()
284 _swrast_update_specular_vertex_add(struct gl_context *ctx) in _swrast_update_specular_vertex_add()
348 _swrast_validate_triangle( struct gl_context *ctx, in _swrast_validate_triangle()
373 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line()
[all …]
/external/mesa3d/src/mesa/main/
Dstate.c57 update_separate_specular(struct gl_context *ctx) in update_separate_specular()
74 update_program_enables(struct gl_context *ctx) in update_program_enables()
104 update_program(struct gl_context *ctx) in update_program()
241 update_program_constants(struct gl_context *ctx) in update_program_constants()
278 update_viewport_matrix(struct gl_context *ctx) in update_viewport_matrix()
300 update_multisample(struct gl_context *ctx) in update_multisample()
314 update_clamp_fragment_color(struct gl_context *ctx) in update_clamp_fragment_color()
328 update_clamp_vertex_color(struct gl_context *ctx) in update_clamp_vertex_color()
342 update_clamp_read_color(struct gl_context *ctx) in update_clamp_read_color()
355 update_twoside(struct gl_context *ctx) in update_twoside()
[all …]
Dcontext.h208 #define FLUSH_VERTICES(ctx, newstate) \ argument
227 #define FLUSH_CURRENT(ctx, newstate) \ argument
243 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument
257 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument
271 #define ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx) \ argument
284 #define ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH_WITH_RETVAL(ctx, retval) \ argument
297 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl()
307 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles()
317 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3()
Dshaderobj.c56 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, in _mesa_reference_shader()
95 _mesa_init_shader(struct gl_context *ctx, struct gl_shader *shader) in _mesa_init_shader()
105 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type) in _mesa_new_shader()
125 _mesa_delete_shader(struct gl_context *ctx, struct gl_shader *sh) in _mesa_delete_shader()
138 _mesa_lookup_shader(struct gl_context *ctx, GLuint name) in _mesa_lookup_shader()
160 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) in _mesa_lookup_shader_err()
195 _mesa_reference_shader_program(struct gl_context *ctx, in _mesa_reference_shader_program()
238 _mesa_init_shader_program(struct gl_context *ctx, struct gl_shader_program *prog) in _mesa_init_shader_program()
263 _mesa_new_shader_program(struct gl_context *ctx, GLuint name) in _mesa_new_shader_program()
279 _mesa_clear_shader_program_data(struct gl_context *ctx, in _mesa_clear_shader_program_data()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/constant/
DICONSTANTVisitor.java22 Object visit (CONSTANT_Class_info constant, Object ctx); in visit()
24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx); in visit()
25 Object visit (CONSTANT_Methodref_info constant, Object ctx); in visit()
26 Object visit (CONSTANT_Fieldref_info constant, Object ctx); in visit()
28 Object visit (CONSTANT_Double_info constant, Object ctx); in visit()
29 Object visit (CONSTANT_Float_info constant, Object ctx); in visit()
30 Object visit (CONSTANT_Integer_info constant, Object ctx); in visit()
31 Object visit (CONSTANT_Long_info constant, Object ctx); in visit()
32 Object visit (CONSTANT_String_info constant, Object ctx); in visit()
34 Object visit (CONSTANT_Utf8_info constant, Object ctx); in visit()
[all …]
/external/libusb/libusb/
Dio.c1004 int usbi_io_init(struct libusb_context *ctx) in usbi_io_init()
1045 void usbi_io_exit(struct libusb_context *ctx) in usbi_io_exit()
1094 struct libusb_context *ctx = ITRANSFER_CTX(transfer); in add_to_flying_list() local
1220 struct libusb_context *ctx = TRANSFER_CTX(transfer); in libusb_submit_transfer() local
1291 static int disarm_timerfd(struct libusb_context *ctx) in disarm_timerfd()
1310 static int arm_timerfd_for_next_timeout(struct libusb_context *ctx) in arm_timerfd_for_next_timeout()
1338 static int disarm_timerfd(struct libusb_context *ctx) in disarm_timerfd()
1342 static int arm_timerfd_for_next_timeout(struct libusb_context *ctx) in arm_timerfd_for_next_timeout()
1361 struct libusb_context *ctx = TRANSFER_CTX(transfer); in usbi_handle_transfer_completion() local
1446 API_EXPORTED int libusb_try_lock_events(libusb_context *ctx) in libusb_try_lock_events()
[all …]
/external/boringssl/src/crypto/evp/
Devp_ctx.c145 void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx) { in EVP_PKEY_CTX_free()
199 EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx) { return ctx->pkey; } in EVP_PKEY_CTX_get0_pkey()
201 void EVP_PKEY_CTX_set_app_data(EVP_PKEY_CTX *ctx, void *data) { in EVP_PKEY_CTX_set_app_data()
205 void *EVP_PKEY_CTX_get_app_data(EVP_PKEY_CTX *ctx) { return ctx->app_data; } in EVP_PKEY_CTX_get_app_data()
207 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl()
230 int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx) { in EVP_PKEY_sign_init()
250 int EVP_PKEY_sign(EVP_PKEY_CTX *ctx, uint8_t *sig, size_t *sig_len, in EVP_PKEY_sign()
264 int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx) { in EVP_PKEY_verify_init()
282 int EVP_PKEY_verify(EVP_PKEY_CTX *ctx, const uint8_t *sig, size_t sig_len, in EVP_PKEY_verify()
296 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) { in EVP_PKEY_encrypt_init()
[all …]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c123 static boolean delete_blend_state(struct cso_context *ctx, void *state) in delete_blend_state()
136 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state) in delete_depth_stencil_state()
151 static boolean delete_sampler_state(struct cso_context *ctx, void *state) in delete_sampler_state()
160 static boolean delete_rasterizer_state(struct cso_context *ctx, void *state) in delete_rasterizer_state()
172 static boolean delete_vertex_elements(struct cso_context *ctx, in delete_vertex_elements()
187 static INLINE boolean delete_cso(struct cso_context *ctx, in delete_cso()
212 struct cso_context *ctx = (struct cso_context *)user_data; in sanitize_hash() local
255 struct cso_context *ctx = CALLOC_STRUCT(cso_context); in cso_create_context() local
293 void cso_release_all( struct cso_context *ctx ) in cso_release_all()
349 void cso_destroy_context( struct cso_context *ctx ) in cso_destroy_context()
[all …]
/external/boringssl/src/crypto/digest/
Ddigest.c78 void EVP_MD_CTX_init(EVP_MD_CTX *ctx) { memset(ctx, 0, sizeof(EVP_MD_CTX)); } in EVP_MD_CTX_init()
81 EVP_MD_CTX *ctx = OPENSSL_malloc(sizeof(EVP_MD_CTX)); in EVP_MD_CTX_create() local
90 int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) { in EVP_MD_CTX_cleanup()
106 void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) { in EVP_MD_CTX_destroy()
165 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *engine) { in EVP_DigestInit_ex()
196 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) { in EVP_DigestInit()
201 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t len) { in EVP_DigestUpdate()
206 int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, uint8_t *md_out, unsigned int *size) { in EVP_DigestFinal_ex()
216 int EVP_DigestFinal(EVP_MD_CTX *ctx, uint8_t *md, unsigned int *size) { in EVP_DigestFinal()
224 EVP_MD_CTX ctx; in EVP_Digest() local
[all …]
Ddigests.c76 static void md4_init(EVP_MD_CTX *ctx) { in md4_init()
80 static void md4_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in md4_update()
84 static void md4_final(EVP_MD_CTX *ctx, uint8_t *out) { in md4_final()
96 static void md5_init(EVP_MD_CTX *ctx) { in md5_init()
100 static void md5_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in md5_update()
104 static void md5_final(EVP_MD_CTX *ctx, uint8_t *out) { in md5_final()
116 static void sha1_init(EVP_MD_CTX *ctx) { in sha1_init()
120 static void sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha1_update()
124 static void sha1_final(EVP_MD_CTX *ctx, uint8_t *md) { in sha1_final()
136 static void sha224_init(EVP_MD_CTX *ctx) { in sha224_init()
[all …]
/external/boringssl/src/crypto/cipher/
Dcipher.c84 void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx) { in EVP_CIPHER_CTX_init()
89 EVP_CIPHER_CTX *ctx = OPENSSL_malloc(sizeof(EVP_CIPHER_CTX)); in EVP_CIPHER_CTX_new() local
109 void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *ctx) { in EVP_CIPHER_CTX_free()
141 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
238 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
243 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
248 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len, in EVP_EncryptUpdate()
317 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len) { in EVP_EncryptFinal_ex()
362 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len, in EVP_DecryptUpdate()
419 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *out_len) { in EVP_DecryptFinal_ex()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DIAttributeVisitor.java20 Object visit (GenericAttribute_info attribute, Object ctx); in visit()
22 Object visit (CodeAttribute_info attribute, Object ctx); in visit()
23 Object visit (ConstantValueAttribute_info attribute, Object ctx); in visit()
24 Object visit (ExceptionsAttribute_info attribute, Object ctx); in visit()
25 Object visit (LineNumberTableAttribute_info attribute, Object ctx); in visit()
26 Object visit (SourceFileAttribute_info attribute, Object ctx); in visit()
27 Object visit (SyntheticAttribute_info attribute, Object ctx); in visit()
28 Object visit (BridgeAttribute_info attribute, Object ctx); in visit()
29 Object visit (InnerClassesAttribute_info attribute, Object ctx); in visit()
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c20 void *ctx; member
53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate()
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd()
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free()
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_parent()
179 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf) in xml_node_from_buf()
195 const char * xml_node_get_localname(struct xml_node_ctx *ctx, in xml_node_get_localname()
202 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_to_str()
243 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_detach()
249 void xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent, in xml_node_add_child()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c67 static void r200AlphaFunc( struct gl_context *ctx, GLenum func, GLfloat ref ) in r200AlphaFunc()
110 static void r200BlendColor( struct gl_context *ctx, const GLfloat cf[4] ) in r200BlendColor()
202 static void r200_set_blend_state( struct gl_context * ctx ) in r200_set_blend_state()
305 static void r200BlendEquationSeparate( struct gl_context *ctx, in r200BlendEquationSeparate()
311 static void r200BlendFuncSeparate( struct gl_context *ctx, in r200BlendFuncSeparate()
323 static void r200DepthFunc( struct gl_context *ctx, GLenum func ) in r200DepthFunc()
358 static void r200DepthMask( struct gl_context *ctx, GLboolean flag ) in r200DepthMask()
376 static void r200Fogfv( struct gl_context *ctx, GLenum pname, const GLfloat *param ) in r200Fogfv()
492 static void r200CullFace( struct gl_context *ctx, GLenum unused ) in r200CullFace()
529 static void r200FrontFace( struct gl_context *ctx, GLenum mode ) in r200FrontFace()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c51 i830StencilFuncSeparate(struct gl_context * ctx, GLenum face, GLenum func, GLint ref, in i830StencilFuncSeparate()
76 i830StencilMaskSeparate(struct gl_context * ctx, GLenum face, GLuint mask) in i830StencilMaskSeparate()
91 i830StencilOpSeparate(struct gl_context * ctx, GLenum face, GLenum fail, GLenum zfail, in i830StencilOpSeparate()
203 i830AlphaFunc(struct gl_context * ctx, GLenum func, GLfloat ref) in i830AlphaFunc()
232 i830EvalLogicOpBlendState(struct gl_context * ctx) in i830EvalLogicOpBlendState()
259 i830BlendColor(struct gl_context * ctx, const GLfloat color[4]) in i830BlendColor()
283 i830_set_blend_state(struct gl_context * ctx) in i830_set_blend_state()
389 i830BlendEquationSeparate(struct gl_context * ctx, GLenum modeRGB, GLenum modeA) in i830BlendEquationSeparate()
402 i830BlendFuncSeparate(struct gl_context * ctx, GLenum sfactorRGB, in i830BlendFuncSeparate()
421 i830DepthFunc(struct gl_context * ctx, GLenum func) in i830DepthFunc()
[all …]

12345678910>>...65