OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blend_test_ptr_t
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_blend.c
55
typedef void (*
blend_test_ptr_t
)(const void *src, const void *dst, const void *con, void *res);
typedef
467
blend_test_ptr_t
blend_test_ptr;
484
blend_test_ptr = (
blend_test_ptr_t
)gallivm_jit_function(gallivm, func);
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c
55
typedef void (*
blend_test_ptr_t
)(const void *src, const void *dst, const void *con, void *res);
typedef
467
blend_test_ptr_t
blend_test_ptr;
484
blend_test_ptr = (
blend_test_ptr_t
)gallivm_jit_function(gallivm, func);
Completed in 24 milliseconds