Home
last modified time | relevance | path

Searched refs:blend_func (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h41 static INLINE uint32_t r300_translate_blend_function(int blend_func, in r300_translate_blend_function() argument
44 switch (blend_func) { in r300_translate_blend_function()
56 fprintf(stderr, "r300: Unknown blend function %d\n", blend_func); in r300_translate_blend_function()
/external/mesa3d/src/mesa/swrast/
Ds_context.h60 typedef void (_ASMAPIP blend_func)( struct gl_context *ctx, GLuint n, typedef
297 blend_func BlendFunc;
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_defines.c159 DEFINE_UTIL_DUMP_CONTINUOUS(blend_func)
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp158 void blend_func (NegativeTestContext& ctx) in blend_func() function
393 {blend_func, "blend_func", "Invalid glBlendFunc() usage" }, in getNegativeFragmentApiTestFunctions()
/external/deqp/modules/gles2/functional/
Des2fNegativeFragmentApiTests.cpp169 ES2F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage", in init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_cc.c115 blend[b].blend0.blend_func = brw_translate_blend_equation(eqRGB); in gen6_upload_blend_state()
Dbrw_structs.h215 GLuint blend_func:3; member
/external/deqp/modules/gles3/functional/
Des3fNegativeFragmentApiTests.cpp158 ES3F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage", in init()
/external/deqp/modules/gles2/performance/
Des2pStateChangeCallTests.cpp415 ADD_ARG_CASE2(blend_func, "Test cost of glBlendFunc() calls", in init()
Des2pRedundantStateChangeTests.cpp541 ADD_TESTCASE(blend_func, "Change blend function.", in init()
Des2pStateChangeTests.cpp600 ADD_TESTCASE(blend_func, "Change blend function.", in init()
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp450 ADD_ARG_CASE2(blend_func, "Test cost of glBlendFunc() calls", in init()
Des3pRedundantStateChangeTests.cpp615 ADD_TESTCASE(blend_func, "Change blend function.", in init()
Des3pStateChangeTests.cpp684 ADD_TESTCASE(blend_func, "Change blend function.", in init()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c64 static uint32_t si_translate_blend_function(int blend_func) in si_translate_blend_function() argument
66 switch (blend_func) { in si_translate_blend_function()
78 R600_ERR("Unknown blend function %d\n", blend_func); in si_translate_blend_function()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c32 static uint32_t r600_translate_blend_function(int blend_func) in r600_translate_blend_function() argument
34 switch (blend_func) { in r600_translate_blend_function()
46 R600_ERR("Unknown blend function %d\n", blend_func); in r600_translate_blend_function()
Devergreen_state.c88 static uint32_t r600_translate_blend_function(int blend_func) in r600_translate_blend_function() argument
90 switch (blend_func) { in r600_translate_blend_function()
102 R600_ERR("Unknown blend function %d\n", blend_func); in r600_translate_blend_function()
/external/deqp/android/cts/lmp/src/
Des31-lmp.txt13189 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.blend_func
13478 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.blend_func
13754 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.blend_func
/external/deqp/android/cts/lmp/
Dgles31-master.txt13189 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.blend_func
13478 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.blend_func
13754 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.blend_func
Dgles3-master.txt35222 dEQP-GLES3.functional.negative_api.fragment.blend_func
/external/deqp/android/cts/lmp-mr1/src/
Des31-lmp-mr1.txt13602 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.blend_func
13893 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.blend_func
14170 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.blend_func
/external/deqp/android/cts/lmp-mr1/
Dgles31-master.txt13602 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.blend_func
13893 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.blend_func
14170 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.blend_func
Dgles3-master.txt35300 dEQP-GLES3.functional.negative_api.fragment.blend_func
/external/deqp/android/cts/master/
Dgles31-master.txt15829 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.blend_func
16124 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.blend_func
16419 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.blend_func
Dgles2-master.txt11678 dEQP-GLES2.functional.negative_api.fragment.blend_func

12